The "App\Security\EntityVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since api-platform/core 3.3: Setting the value of "use_symfony_listeners" will be mandatory in 4.0 as it will default to "false". Use "true" if you use Symfony Controllers or Event Listeners.
Since api-platform/core 3.3: The hydra: prefix will be removed in 4.0 by default, set "api_platform.serializer" or "serializer.default_context" to "hydra_prefix: true" to keep the current behavior.
The "Symfony\Bundle\SecurityBundle\Security::isGranted()" method will require a new "AccessDecision|null $accessDecision" argument in the next major version of its interface "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface", not defining it is deprecated.
The "Symfony\Bundle\SecurityBundle\Security\UserAuthenticator::authenticateUser()" method will require a new "array $attributes" argument in the next major version of its interface "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface", not defining it is deprecated.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x.
User Deprecated: Since symfony/security-http 7.2: The "$secret" argument of "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator::__construct()" is deprecated.
User Deprecated: Since symfony/security-http 7.3: Passing a boolean as "exposeSecurityErrors" parameter is deprecated, use Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel value instead.
"SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.deletedAt AS deletedAt_4, t0.client AS client_5, t0.redirect AS redirect_6, t0.pageType AS pageType_7, t0.route AS route_8, t0.javascript AS javascript_9, t0.css AS css_10, t0.template AS template_11, t0.granted_access AS granted_access_12, t0.createdBy AS createdBy_13 FROM cms_page t0 WHERE t0.route = ? AND ((t0.deletedAt IS NULL)) LIMIT 1"
(parameters:
[1 => "terms-of-service"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.deletedAt AS deletedAt_4, t0.client AS client_5, t0.redirect AS redirect_6, t0.pageType AS pageType_7, t0.route AS route_8, t0.javascript AS javascript_9, t0.css AS css_10, t0.template AS template_11, t0.granted_access AS granted_access_12, t0.createdBy AS createdBy_13 FROM cms_page t0 WHERE t0.route = ? AND ((t0.deletedAt IS NULL)) LIMIT 1"
"params" => [1 => "terms-of-service"
]
"types" => [1 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
900
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientResetCommand" (parent: .abstract.instanceof.App\Command\ClientResetCommand).
Resolving inheritance for "App\Command\ClientResetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientResetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConfigurationCommand" (parent: .abstract.instanceof.App\Command\ConfigurationCommand).
Resolving inheritance for "App\Command\ConfigurationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConfigurationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CronJobCommand" (parent: .abstract.instanceof.App\Command\CronJobCommand).
Resolving inheritance for "App\Command\CronJobCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CronJobCommand).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\CurrentUserExtension" (parent: .abstract.instanceof.App\Doctrine\CurrentUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\CurrentUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\CurrentUserExtension).
Resolving inheritance for "App\Doctrine\CurrentUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\CurrentUserExtension).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.App\EventListener\CacheClearer" (parent: .abstract.instanceof.App\EventListener\CacheClearer).
Resolving inheritance for "App\EventListener\CacheClearer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.App\EventListener\CacheClearer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthorizationCodeSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AuthorizationCodeSubscriber).
Resolving inheritance for "App\EventSubscriber\AuthorizationCodeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthorizationCodeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\AuthenticationConfigurationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Configuration\AuthenticationConfigurationSubscriber).
Resolving inheritance for "App\EventSubscriber\Configuration\AuthenticationConfigurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\AuthenticationConfigurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\BigDataConfigurationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Configuration\BigDataConfigurationSubscriber).
Resolving inheritance for "App\EventSubscriber\Configuration\BigDataConfigurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\BigDataConfigurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\CompetenceConfigurationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Configuration\CompetenceConfigurationSubscriber).
Resolving inheritance for "App\EventSubscriber\Configuration\CompetenceConfigurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\CompetenceConfigurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\EcommerceConfigurationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Configuration\EcommerceConfigurationSubscriber).
Resolving inheritance for "App\EventSubscriber\Configuration\EcommerceConfigurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\EcommerceConfigurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\STOConfigurationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Configuration\STOConfigurationSubscriber).
Resolving inheritance for "App\EventSubscriber\Configuration\STOConfigurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\STOConfigurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\StorageConfigurationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Configuration\StorageConfigurationSubscriber).
Resolving inheritance for "App\EventSubscriber\Configuration\StorageConfigurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\StorageConfigurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\TaxonomyConfigurationSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\Configuration\TaxonomyConfigurationSubscriber).
Resolving inheritance for "App\EventSubscriber\Configuration\TaxonomyConfigurationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\TaxonomyConfigurationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\CompetenceContentAccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentAccess\CompetenceContentAccessSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentAccess\CompetenceContentAccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\CompetenceContentAccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\ContentContentAccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentAccess\ContentContentAccessSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentAccess\ContentContentAccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\ContentContentAccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\CourseContentAccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentAccess\CourseContentAccessSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentAccess\CourseContentAccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\CourseContentAccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\EcommerceContentAccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentAccess\EcommerceContentAccessSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentAccess\EcommerceContentAccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\EcommerceContentAccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentExport\DSpaceExportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentExport\DSpaceExportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentExport\DSpaceExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentExport\DSpaceExportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentExport\MendeleyExportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentExport\MendeleyExportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentExport\MendeleyExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentExport\MendeleyExportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\BibTexImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\BibTexImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\BibTexImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\BibTexImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\DSpaceImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\DSpaceImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\DSpaceImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\DSpaceImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\GitHubImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\GitHubImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\GitHubImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\GitHubImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\MendeleyImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\MendeleyImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\MendeleyImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\MendeleyImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\OaiPmhImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\OaiPmhImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\OaiPmhImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\OaiPmhImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\SlideShareImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\SlideShareImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\SlideShareImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\SlideShareImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\StackExchangeImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\StackExchangeImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\StackExchangeImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\StackExchangeImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\YoutubeImportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentImport\YoutubeImportSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentImport\YoutubeImportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\YoutubeImportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentIndex\CRISContentIndexSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ContentIndex\CRISContentIndexSubscriber).
Resolving inheritance for "App\EventSubscriber\ContentIndex\CRISContentIndexSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentIndex\CRISContentIndexSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\CourseSummaryCronJobSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CronJob\CourseSummaryCronJobSubscriber).
Resolving inheritance for "App\EventSubscriber\CronJob\CourseSummaryCronJobSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\CourseSummaryCronJobSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\DataFusionCronJobSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CronJob\DataFusionCronJobSubscriber).
Resolving inheritance for "App\EventSubscriber\CronJob\DataFusionCronJobSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\DataFusionCronJobSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\EventProgressCronJobSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CronJob\EventProgressCronJobSubscriber).
Resolving inheritance for "App\EventSubscriber\CronJob\EventProgressCronJobSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\EventProgressCronJobSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\NerTrainingCronJobSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CronJob\NerTrainingCronJobSubscriber).
Resolving inheritance for "App\EventSubscriber\CronJob\NerTrainingCronJobSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\NerTrainingCronJobSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\ShareTecCronJobSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CronJob\ShareTecCronJobSubscriber).
Resolving inheritance for "App\EventSubscriber\CronJob\ShareTecCronJobSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\ShareTecCronJobSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DoctrineExtensionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\DoctrineExtensionSubscriber).
Resolving inheritance for "App\EventSubscriber\DoctrineExtensionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DoctrineExtensionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FileAccess\ContentFileAccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FileAccess\ContentFileAccessSubscriber).
Resolving inheritance for "App\EventSubscriber\FileAccess\ContentFileAccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FileAccess\ContentFileAccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FileUpload\ProductImageUploadSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FileUpload\ProductImageUploadSubscriber).
Resolving inheritance for "App\EventSubscriber\FileUpload\ProductImageUploadSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FileUpload\ProductImageUploadSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LTI\AnalyticSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LTI\AnalyticSubscriber).
Resolving inheritance for "App\EventSubscriber\LTI\AnalyticSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LTI\AnalyticSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LTI\ContentSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LTI\ContentSubscriber).
Resolving inheritance for "App\EventSubscriber\LTI\ContentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LTI\ContentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserResolveSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserResolveSubscriber).
Resolving inheritance for "App\EventSubscriber\UserResolveSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserResolveSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\FieldStructureType" (parent: .abstract.instanceof.App\Form\Archive\FieldStructureType).
Resolving inheritance for "App\Form\Archive\FieldStructureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\FieldStructureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\FieldType" (parent: .abstract.instanceof.App\Form\Archive\FieldType).
Resolving inheritance for "App\Form\Archive\FieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\FieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\RecordType" (parent: .abstract.instanceof.App\Form\Archive\RecordType).
Resolving inheritance for "App\Form\Archive\RecordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\RecordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\RepositoryType" (parent: .abstract.instanceof.App\Form\Archive\RepositoryType).
Resolving inheritance for "App\Form\Archive\RepositoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\RepositoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ChangePasswordType" (parent: .abstract.instanceof.App\Form\Authentication\ChangePasswordType).
Resolving inheritance for "App\Form\Authentication\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ForgotType" (parent: .abstract.instanceof.App\Form\Authentication\ForgotType).
Resolving inheritance for "App\Form\Authentication\ForgotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ForgotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\GroupType" (parent: .abstract.instanceof.App\Form\Authentication\GroupType).
Resolving inheritance for "App\Form\Authentication\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\RegisterType" (parent: .abstract.instanceof.App\Form\Authentication\RegisterType).
Resolving inheritance for "App\Form\Authentication\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\RegisterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ResetType" (parent: .abstract.instanceof.App\Form\Authentication\ResetType).
Resolving inheritance for "App\Form\Authentication\ResetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ResetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\UserGroupType" (parent: .abstract.instanceof.App\Form\Authentication\UserGroupType).
Resolving inheritance for "App\Form\Authentication\UserGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\UserGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\UserType" (parent: .abstract.instanceof.App\Form\Authentication\UserType).
Resolving inheritance for "App\Form\Authentication\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\ElementType" (parent: .abstract.instanceof.App\Form\CMS\ElementType).
Resolving inheritance for "App\Form\CMS\ElementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\ElementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\PageTranslationType" (parent: .abstract.instanceof.App\Form\CMS\PageTranslationType).
Resolving inheritance for "App\Form\CMS\PageTranslationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\PageTranslationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\PageType" (parent: .abstract.instanceof.App\Form\CMS\PageType).
Resolving inheritance for "App\Form\CMS\PageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\PageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceCollectionType" (parent: .abstract.instanceof.App\Form\Competence\CompetenceCollectionType).
Resolving inheritance for "App\Form\Competence\CompetenceCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceProfileType" (parent: .abstract.instanceof.App\Form\Competence\CompetenceProfileType).
Resolving inheritance for "App\Form\Competence\CompetenceProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceScopeType" (parent: .abstract.instanceof.App\Form\Competence\CompetenceScopeType).
Resolving inheritance for "App\Form\Competence\CompetenceScopeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceScopeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\ImportCollectionType" (parent: .abstract.instanceof.App\Form\Competence\ImportCollectionType).
Resolving inheritance for "App\Form\Competence\ImportCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\ImportCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\KnowledgeType" (parent: .abstract.instanceof.App\Form\Competence\KnowledgeType).
Resolving inheritance for "App\Form\Competence\KnowledgeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\KnowledgeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\PCDMProficiencyLevelType" (parent: .abstract.instanceof.App\Form\Competence\PCDMProficiencyLevelType).
Resolving inheritance for "App\Form\Competence\PCDMProficiencyLevelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\PCDMProficiencyLevelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\SkillType" (parent: .abstract.instanceof.App\Form\Competence\SkillType).
Resolving inheritance for "App\Form\Competence\SkillType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\SkillType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\AbstractContentType" (parent: .abstract.instanceof.App\Form\Content\AbstractContentType).
Resolving inheritance for "App\Form\Content\AbstractContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\AbstractContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\CollectionType" (parent: .abstract.instanceof.App\Form\Content\CollectionType).
Resolving inheritance for "App\Form\Content\CollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\CollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\DialogReplyType" (parent: .abstract.instanceof.App\Form\Content\DialogReplyType).
Resolving inheritance for "App\Form\Content\DialogReplyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\DialogReplyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\DialogType" (parent: .abstract.instanceof.App\Form\Content\DialogType).
Resolving inheritance for "App\Form\Content\DialogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\DialogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\GameType" (parent: .abstract.instanceof.App\Form\Content\GameType).
Resolving inheritance for "App\Form\Content\GameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\GameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\MultimediaType" (parent: .abstract.instanceof.App\Form\Content\MultimediaType).
Resolving inheritance for "App\Form\Content\MultimediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\MultimediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\PublicationType" (parent: .abstract.instanceof.App\Form\Content\PublicationType).
Resolving inheritance for "App\Form\Content\PublicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\PublicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\PwDSickActType" (parent: .abstract.instanceof.App\Form\Content\PwDSickActType).
Resolving inheritance for "App\Form\Content\PwDSickActType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\PwDSickActType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\RegistrationType" (parent: .abstract.instanceof.App\Form\Content\RegistrationType).
Resolving inheritance for "App\Form\Content\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\SoftwareType" (parent: .abstract.instanceof.App\Form\Content\SoftwareType).
Resolving inheritance for "App\Form\Content\SoftwareType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\SoftwareType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ClientType" (parent: .abstract.instanceof.App\Form\Core\ClientType).
Resolving inheritance for "App\Form\Core\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ConfigurationType" (parent: .abstract.instanceof.App\Form\Core\ConfigurationType).
Resolving inheritance for "App\Form\Core\ConfigurationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ConfigurationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\CronJobType" (parent: .abstract.instanceof.App\Form\Core\CronJobType).
Resolving inheritance for "App\Form\Core\CronJobType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\CronJobType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\FeedbackType" (parent: .abstract.instanceof.App\Form\Core\FeedbackType).
Resolving inheritance for "App\Form\Core\FeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\FeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ParameterType" (parent: .abstract.instanceof.App\Form\Core\ParameterType).
Resolving inheritance for "App\Form\Core\ParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ParameterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ShareType" (parent: .abstract.instanceof.App\Form\Core\ShareType).
Resolving inheritance for "App\Form\Core\ShareType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ShareType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\CourseType" (parent: .abstract.instanceof.App\Form\EUT\CourseType).
Resolving inheritance for "App\Form\EUT\CourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\CourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\StudyProgramType" (parent: .abstract.instanceof.App\Form\EUT\StudyProgramType).
Resolving inheritance for "App\Form\EUT\StudyProgramType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\StudyProgramType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\UniversityType" (parent: .abstract.instanceof.App\Form\EUT\UniversityType).
Resolving inheritance for "App\Form\EUT\UniversityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\UniversityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressType" (parent: .abstract.instanceof.App\Form\Ecommerce\AddressType).
Resolving inheritance for "App\Form\Ecommerce\AddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\CouponType" (parent: .abstract.instanceof.App\Form\Ecommerce\CouponType).
Resolving inheritance for "App\Form\Ecommerce\CouponType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\CouponType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\InventoryType" (parent: .abstract.instanceof.App\Form\Ecommerce\InventoryType).
Resolving inheritance for "App\Form\Ecommerce\InventoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\InventoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\OrderType" (parent: .abstract.instanceof.App\Form\Ecommerce\OrderType).
Resolving inheritance for "App\Form\Ecommerce\OrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\OrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\DSpace\InvestigateType" (parent: .abstract.instanceof.App\Form\Export\DSpace\InvestigateType).
Resolving inheritance for "App\Form\Export\DSpace\InvestigateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\DSpace\InvestigateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\DSpace\RestType" (parent: .abstract.instanceof.App\Form\Export\DSpace\RestType).
Resolving inheritance for "App\Form\Export\DSpace\RestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\DSpace\RestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\SourceType" (parent: .abstract.instanceof.App\Form\Export\SourceType).
Resolving inheritance for "App\Form\Export\SourceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\SourceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\WrapperType" (parent: .abstract.instanceof.App\Form\Export\WrapperType).
Resolving inheritance for "App\Form\Export\WrapperType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\WrapperType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ActivityType" (parent: .abstract.instanceof.App\Form\Fitness\ActivityType).
Resolving inheritance for "App\Form\Fitness\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\DatasetType" (parent: .abstract.instanceof.App\Form\Fitness\DatasetType).
Resolving inheritance for "App\Form\Fitness\DatasetType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\DatasetType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\EventOptionType" (parent: .abstract.instanceof.App\Form\Fitness\EventOptionType).
Resolving inheritance for "App\Form\Fitness\EventOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\EventOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\EventType" (parent: .abstract.instanceof.App\Form\Fitness\EventType).
Resolving inheritance for "App\Form\Fitness\EventType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\EventType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ExerciseType" (parent: .abstract.instanceof.App\Form\Fitness\ExerciseType).
Resolving inheritance for "App\Form\Fitness\ExerciseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ExerciseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\FoodType" (parent: .abstract.instanceof.App\Form\Fitness\FoodType).
Resolving inheritance for "App\Form\Fitness\FoodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\FoodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\GoalType" (parent: .abstract.instanceof.App\Form\Fitness\GoalType).
Resolving inheritance for "App\Form\Fitness\GoalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\GoalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\MealType" (parent: .abstract.instanceof.App\Form\Fitness\MealType).
Resolving inheritance for "App\Form\Fitness\MealType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\MealType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ProfileType" (parent: .abstract.instanceof.App\Form\Fitness\ProfileType).
Resolving inheritance for "App\Form\Fitness\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\SensorType" (parent: .abstract.instanceof.App\Form\Fitness\SensorType).
Resolving inheritance for "App\Form\Fitness\SensorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\SensorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ServiceType" (parent: .abstract.instanceof.App\Form\Fitness\ServiceType).
Resolving inheritance for "App\Form\Fitness\ServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ServiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\WaterType" (parent: .abstract.instanceof.App\Form\Fitness\WaterType).
Resolving inheritance for "App\Form\Fitness\WaterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\WaterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\WeightType" (parent: .abstract.instanceof.App\Form\Fitness\WeightType).
Resolving inheritance for "App\Form\Fitness\WeightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\WeightType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AlgorithmParameterType" (parent: .abstract.instanceof.App\Form\IVIS4BigData\AlgorithmParameterType).
Resolving inheritance for "App\Form\IVIS4BigData\AlgorithmParameterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AlgorithmParameterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AlgorithmType" (parent: .abstract.instanceof.App\Form\IVIS4BigData\AlgorithmType).
Resolving inheritance for "App\Form\IVIS4BigData\AlgorithmType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AlgorithmType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AnalysedDataType" (parent: .abstract.instanceof.App\Form\IVIS4BigData\AnalysedDataType).
Resolving inheritance for "App\Form\IVIS4BigData\AnalysedDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AnalysedDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\ModelConfigType" (parent: .abstract.instanceof.App\Form\IVIS4BigData\ModelConfigType).
Resolving inheritance for "App\Form\IVIS4BigData\ModelConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\ModelConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\ModelType" (parent: .abstract.instanceof.App\Form\IVIS4BigData\ModelType).
Resolving inheritance for "App\Form\IVIS4BigData\ModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\ModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InformationRetrieval\SIRAConfigType" (parent: .abstract.instanceof.App\Form\InformationRetrieval\SIRAConfigType).
Resolving inheritance for "App\Form\InformationRetrieval\SIRAConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InformationRetrieval\SIRAConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\InvestigateType" (parent: .abstract.instanceof.App\Form\Ingest\DSpace\InvestigateType).
Resolving inheritance for "App\Form\Ingest\DSpace\InvestigateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\InvestigateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\LinkedDataType" (parent: .abstract.instanceof.App\Form\Ingest\DSpace\LinkedDataType).
Resolving inheritance for "App\Form\Ingest\DSpace\LinkedDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\LinkedDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\OaiType" (parent: .abstract.instanceof.App\Form\Ingest\DSpace\OaiType).
Resolving inheritance for "App\Form\Ingest\DSpace\OaiType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\OaiType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\OpenSearchType" (parent: .abstract.instanceof.App\Form\Ingest\DSpace\OpenSearchType).
Resolving inheritance for "App\Form\Ingest\DSpace\OpenSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\OpenSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\RestType" (parent: .abstract.instanceof.App\Form\Ingest\DSpace\RestType).
Resolving inheritance for "App\Form\Ingest\DSpace\RestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\RestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\URLType" (parent: .abstract.instanceof.App\Form\Ingest\DSpace\URLType).
Resolving inheritance for "App\Form\Ingest\DSpace\URLType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\URLType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DestinationType" (parent: .abstract.instanceof.App\Form\Ingest\DestinationType).
Resolving inheritance for "App\Form\Ingest\DestinationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DestinationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\WrapperType" (parent: .abstract.instanceof.App\Form\Ingest\WrapperType).
Resolving inheritance for "App\Form\Ingest\WrapperType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\WrapperType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KIWI\DokumentType" (parent: .abstract.instanceof.App\Form\KIWI\DokumentType).
Resolving inheritance for "App\Form\KIWI\DokumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KIWI\DokumentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActType" (parent: .abstract.instanceof.App\Form\LearningDesign\ActType).
Resolving inheritance for "App\Form\LearningDesign\ActType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActivityStructureType" (parent: .abstract.instanceof.App\Form\LearningDesign\ActivityStructureType).
Resolving inheritance for "App\Form\LearningDesign\ActivityStructureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActivityStructureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActivityType" (parent: .abstract.instanceof.App\Form\LearningDesign\ActivityType).
Resolving inheritance for "App\Form\LearningDesign\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ImportDesignType" (parent: .abstract.instanceof.App\Form\LearningDesign\ImportDesignType).
Resolving inheritance for "App\Form\LearningDesign\ImportDesignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ImportDesignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\LearningDesignType" (parent: .abstract.instanceof.App\Form\LearningDesign\LearningDesignType).
Resolving inheritance for "App\Form\LearningDesign\LearningDesignType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\LearningDesignType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\LearningObjectType" (parent: .abstract.instanceof.App\Form\LearningDesign\LearningObjectType).
Resolving inheritance for "App\Form\LearningDesign\LearningObjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\LearningObjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\PlayType" (parent: .abstract.instanceof.App\Form\LearningDesign\PlayType).
Resolving inheritance for "App\Form\LearningDesign\PlayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\PlayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\CategoryDefinitionType" (parent: .abstract.instanceof.App\Form\NER\CategoryDefinitionType).
Resolving inheritance for "App\Form\NER\CategoryDefinitionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\CategoryDefinitionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ClassifierType" (parent: .abstract.instanceof.App\Form\NER\ClassifierType).
Resolving inheritance for "App\Form\NER\ClassifierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ClassifierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ModelDefinitionType" (parent: .abstract.instanceof.App\Form\NER\ModelDefinitionType).
Resolving inheritance for "App\Form\NER\ModelDefinitionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ModelDefinitionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ModelType" (parent: .abstract.instanceof.App\Form\NER\ModelType).
Resolving inheritance for "App\Form\NER\ModelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ModelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\NamedEntityType" (parent: .abstract.instanceof.App\Form\NER\NamedEntityType).
Resolving inheritance for "App\Form\NER\NamedEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\NamedEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OAuth\ClientType" (parent: .abstract.instanceof.App\Form\OAuth\ClientType).
Resolving inheritance for "App\Form\OAuth\ClientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OAuth\ClientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ontology\OntologyType" (parent: .abstract.instanceof.App\Form\Ontology\OntologyType).
Resolving inheritance for "App\Form\Ontology\OntologyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ontology\OntologyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\CorpusImportType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\CorpusImportType).
Resolving inheritance for "App\Form\Prepare4Ner\CorpusImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\CorpusImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\DatasetInfoType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\DatasetInfoType).
Resolving inheritance for "App\Form\Prepare4Ner\DatasetInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\DatasetInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\DocumentImportType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\DocumentImportType).
Resolving inheritance for "App\Form\Prepare4Ner\DocumentImportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\DocumentImportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\ExportSettingsType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\ExportSettingsType).
Resolving inheritance for "App\Form\Prepare4Ner\ExportSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\ExportSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\NELabelCollectionType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\NELabelCollectionType).
Resolving inheritance for "App\Form\Prepare4Ner\NELabelCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\NELabelCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\NELabelType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\NELabelType).
Resolving inheritance for "App\Form\Prepare4Ner\NELabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\NELabelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\SelectNELabelCollectionsType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\SelectNELabelCollectionsType).
Resolving inheritance for "App\Form\Prepare4Ner\SelectNELabelCollectionsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\SelectNELabelCollectionsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\SplitOperationSettingsType" (parent: .abstract.instanceof.App\Form\Prepare4Ner\SplitOperationSettingsType).
Resolving inheritance for "App\Form\Prepare4Ner\SplitOperationSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\SplitOperationSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Report\TrafficType" (parent: .abstract.instanceof.App\Form\Report\TrafficType).
Resolving inheritance for "App\Form\Report\TrafficType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Report\TrafficType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\CourseType" (parent: .abstract.instanceof.App\Form\STO\CourseType).
Resolving inheritance for "App\Form\STO\CourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\CourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\MoodleCourseType" (parent: .abstract.instanceof.App\Form\STO\MoodleCourseType).
Resolving inheritance for "App\Form\STO\MoodleCourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\MoodleCourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\MoodleSectionType" (parent: .abstract.instanceof.App\Form\STO\MoodleSectionType).
Resolving inheritance for "App\Form\STO\MoodleSectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\MoodleSectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\ProgressType" (parent: .abstract.instanceof.App\Form\STO\ProgressType).
Resolving inheritance for "App\Form\STO\ProgressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\ProgressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\CourseType" (parent: .abstract.instanceof.App\Form\Syllabus\CourseType).
Resolving inheritance for "App\Form\Syllabus\CourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\CourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\InternalModuleType" (parent: .abstract.instanceof.App\Form\Syllabus\InternalModuleType).
Resolving inheritance for "App\Form\Syllabus\InternalModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\InternalModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\ModuleType" (parent: .abstract.instanceof.App\Form\Syllabus\ModuleType).
Resolving inheritance for "App\Form\Syllabus\ModuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\ModuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\ProgressType" (parent: .abstract.instanceof.App\Form\Syllabus\ProgressType).
Resolving inheritance for "App\Form\Syllabus\ProgressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\ProgressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\StudentType" (parent: .abstract.instanceof.App\Form\Syllabus\StudentType).
Resolving inheritance for "App\Form\Syllabus\StudentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\StudentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\StudyProgramType" (parent: .abstract.instanceof.App\Form\Syllabus\StudyProgramType).
Resolving inheritance for "App\Form\Syllabus\StudyProgramType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\StudyProgramType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Taxonomy\TaxonomyType" (parent: .abstract.instanceof.App\Form\Taxonomy\TaxonomyType).
Resolving inheritance for "App\Form\Taxonomy\TaxonomyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Taxonomy\TaxonomyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webservice\ApplicationType" (parent: .abstract.instanceof.App\Form\Webservice\ApplicationType).
Resolving inheritance for "App\Form\Webservice\ApplicationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webservice\ApplicationType).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\EntityVoter" (parent: .abstract.instanceof.App\Security\EntityVoter).
Resolving inheritance for "App\Security\EntityVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\EntityVoter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmailController" (parent: .abstract.instanceof.App\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmailController).
Resolving inheritance for "App\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FileAuditController" (parent: .abstract.instanceof.App\Controller\Admin\FileAuditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FileAuditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FileAuditController).
Resolving inheritance for "App\Controller\Admin\FileAuditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FileAuditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShareController" (parent: .abstract.instanceof.App\Controller\Admin\ShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShareController).
Resolving inheritance for "App\Controller\Admin\ShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SolrController" (parent: .abstract.instanceof.App\Controller\Admin\SolrController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SolrController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SolrController).
Resolving inheritance for "App\Controller\Admin\SolrController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SolrController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\CategorizationController" (parent: .abstract.instanceof.App\Controller\Archive\CategorizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\CategorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\CategorizationController).
Resolving inheritance for "App\Controller\Archive\CategorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\CategorizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\FieldStructureController" (parent: .abstract.instanceof.App\Controller\Archive\FieldStructureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\FieldStructureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\FieldStructureController).
Resolving inheritance for "App\Controller\Archive\FieldStructureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\FieldStructureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\RecordController" (parent: .abstract.instanceof.App\Controller\Archive\RecordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\RecordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\RecordController).
Resolving inheritance for "App\Controller\Archive\RecordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\RecordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\RepositoryController" (parent: .abstract.instanceof.App\Controller\Archive\RepositoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\RepositoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\RepositoryController).
Resolving inheritance for "App\Controller\Archive\RepositoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\RepositoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\SearchController" (parent: .abstract.instanceof.App\Controller\Archive\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\SearchController).
Resolving inheritance for "App\Controller\Archive\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\ExternalController" (parent: .abstract.instanceof.App\Controller\Authentication\ExternalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\ExternalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\ExternalController).
Resolving inheritance for "App\Controller\Authentication\ExternalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\ExternalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\GroupController" (parent: .abstract.instanceof.App\Controller\Authentication\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\GroupController).
Resolving inheritance for "App\Controller\Authentication\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\SecurityController" (parent: .abstract.instanceof.App\Controller\Authentication\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\SecurityController).
Resolving inheritance for "App\Controller\Authentication\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserController" (parent: .abstract.instanceof.App\Controller\Authentication\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserController).
Resolving inheritance for "App\Controller\Authentication\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserGroupController" (parent: .abstract.instanceof.App\Controller\Authentication\UserGroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserGroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserGroupController).
Resolving inheritance for "App\Controller\Authentication\UserGroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserGroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserProfileController" (parent: .abstract.instanceof.App\Controller\Authentication\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserProfileController).
Resolving inheritance for "App\Controller\Authentication\UserProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\SearchController" (parent: .abstract.instanceof.App\Controller\BigData\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\SearchController).
Resolving inheritance for "App\Controller\BigData\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\SimilarController" (parent: .abstract.instanceof.App\Controller\BigData\SimilarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\SimilarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\SimilarController).
Resolving inheritance for "App\Controller\BigData\SimilarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\SimilarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\WidgetController" (parent: .abstract.instanceof.App\Controller\BigData\WidgetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\WidgetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\WidgetController).
Resolving inheritance for "App\Controller\BigData\WidgetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\WidgetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\ElementController" (parent: .abstract.instanceof.App\Controller\CMS\ElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\ElementController).
Resolving inheritance for "App\Controller\CMS\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\ElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\FixedPageController" (parent: .abstract.instanceof.App\Controller\CMS\FixedPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\FixedPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\FixedPageController).
Resolving inheritance for "App\Controller\CMS\FixedPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\FixedPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\PageController" (parent: .abstract.instanceof.App\Controller\CMS\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\PageController).
Resolving inheritance for "App\Controller\CMS\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\PageTranslationController" (parent: .abstract.instanceof.App\Controller\CMS\PageTranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\PageTranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\PageTranslationController).
Resolving inheritance for "App\Controller\CMS\PageTranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\PageTranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\RenderController" (parent: .abstract.instanceof.App\Controller\CMS\RenderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\RenderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\RenderController).
Resolving inheritance for "App\Controller\CMS\RenderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\RenderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\AttributeController" (parent: .abstract.instanceof.App\Controller\CRIS\AttributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\AttributeController).
Resolving inheritance for "App\Controller\CRIS\AttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\AttributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ClassificationController" (parent: .abstract.instanceof.App\Controller\CRIS\ClassificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ClassificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ClassificationController).
Resolving inheritance for "App\Controller\CRIS\ClassificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ClassificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ImportController" (parent: .abstract.instanceof.App\Controller\CRIS\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ImportController).
Resolving inheritance for "App\Controller\CRIS\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\OrganizationController" (parent: .abstract.instanceof.App\Controller\CRIS\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\OrganizationController).
Resolving inheritance for "App\Controller\CRIS\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PersonController" (parent: .abstract.instanceof.App\Controller\CRIS\PersonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PersonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PersonController).
Resolving inheritance for "App\Controller\CRIS\PersonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PersonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PrizeController" (parent: .abstract.instanceof.App\Controller\CRIS\PrizeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PrizeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PrizeController).
Resolving inheritance for "App\Controller\CRIS\PrizeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PrizeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ProjectController" (parent: .abstract.instanceof.App\Controller\CRIS\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ProjectController).
Resolving inheritance for "App\Controller\CRIS\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PublicationController" (parent: .abstract.instanceof.App\Controller\CRIS\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PublicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PublicationController).
Resolving inheritance for "App\Controller\CRIS\PublicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRISP4BigData\DiagramController" (parent: .abstract.instanceof.App\Controller\CRISP4BigData\DiagramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRISP4BigData\DiagramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRISP4BigData\DiagramController).
Resolving inheritance for "App\Controller\CRISP4BigData\DiagramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRISP4BigData\DiagramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRISP4BigData\ProjectController" (parent: .abstract.instanceof.App\Controller\CRISP4BigData\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRISP4BigData\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRISP4BigData\ProjectController).
Resolving inheritance for "App\Controller\CRISP4BigData\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRISP4BigData\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chatbot\ConversationController" (parent: .abstract.instanceof.App\Controller\Chatbot\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chatbot\ConversationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chatbot\ConversationController).
Resolving inheritance for "App\Controller\Chatbot\ConversationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chatbot\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\AcquisitionController" (parent: .abstract.instanceof.App\Controller\Competence\AcquisitionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\AcquisitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\AcquisitionController).
Resolving inheritance for "App\Controller\Competence\AcquisitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\AcquisitionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceCollectionController" (parent: .abstract.instanceof.App\Controller\Competence\CompetenceCollectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceCollectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceCollectionController).
Resolving inheritance for "App\Controller\Competence\CompetenceCollectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceCollectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceProfileController" (parent: .abstract.instanceof.App\Controller\Competence\CompetenceProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceProfileController).
Resolving inheritance for "App\Controller\Competence\CompetenceProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceScopeController" (parent: .abstract.instanceof.App\Controller\Competence\CompetenceScopeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceScopeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceScopeController).
Resolving inheritance for "App\Controller\Competence\CompetenceScopeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceScopeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\KnowledgeController" (parent: .abstract.instanceof.App\Controller\Competence\KnowledgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\KnowledgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\KnowledgeController).
Resolving inheritance for "App\Controller\Competence\KnowledgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\KnowledgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\PCDMCompetenceController" (parent: .abstract.instanceof.App\Controller\Competence\PCDMCompetenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\PCDMCompetenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\PCDMCompetenceController).
Resolving inheritance for "App\Controller\Competence\PCDMCompetenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\PCDMCompetenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\PCDMProficiencyLevelController" (parent: .abstract.instanceof.App\Controller\Competence\PCDMProficiencyLevelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\PCDMProficiencyLevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\PCDMProficiencyLevelController).
Resolving inheritance for "App\Controller\Competence\PCDMProficiencyLevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\PCDMProficiencyLevelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\SkillController" (parent: .abstract.instanceof.App\Controller\Competence\SkillController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\SkillController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\SkillController).
Resolving inheritance for "App\Controller\Competence\SkillController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\SkillController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategorizationController" (parent: .abstract.instanceof.App\Controller\Content\CategorizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategorizationController).
Resolving inheritance for "App\Controller\Content\CategorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategorizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CollectionController" (parent: .abstract.instanceof.App\Controller\Content\CollectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CollectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CollectionController).
Resolving inheritance for "App\Controller\Content\CollectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CollectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\DialogController" (parent: .abstract.instanceof.App\Controller\Content\DialogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\DialogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\DialogController).
Resolving inheritance for "App\Controller\Content\DialogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\DialogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\DisplayController" (parent: .abstract.instanceof.App\Controller\Content\DisplayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\DisplayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\DisplayController).
Resolving inheritance for "App\Controller\Content\DisplayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\DisplayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\GameController" (parent: .abstract.instanceof.App\Controller\Content\GameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\GameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\GameController).
Resolving inheritance for "App\Controller\Content\GameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\GameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\MultimediaController" (parent: .abstract.instanceof.App\Controller\Content\MultimediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\MultimediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\MultimediaController).
Resolving inheritance for "App\Controller\Content\MultimediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\MultimediaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PublicationController" (parent: .abstract.instanceof.App\Controller\Content\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PublicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PublicationController).
Resolving inheritance for "App\Controller\Content\PublicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PublicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActAlertController" (parent: .abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActAlertController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActAlertController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActAlertController).
Resolving inheritance for "App\Controller\Content\PwDSickAct\PwDSickActAlertController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActAlertController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActController" (parent: .abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActController).
Resolving inheritance for "App\Controller\Content\PwDSickAct\PwDSickActController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActReportController" (parent: .abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActReportController).
Resolving inheritance for "App\Controller\Content\PwDSickAct\PwDSickActReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActVideoController" (parent: .abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActVideoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActVideoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActVideoController).
Resolving inheritance for "App\Controller\Content\PwDSickAct\PwDSickActVideoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActVideoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\RatingController" (parent: .abstract.instanceof.App\Controller\Content\RatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\RatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\RatingController).
Resolving inheritance for "App\Controller\Content\RatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\RatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\RegistrationController" (parent: .abstract.instanceof.App\Controller\Content\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\RegistrationController).
Resolving inheritance for "App\Controller\Content\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\SoftwareController" (parent: .abstract.instanceof.App\Controller\Content\SoftwareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\SoftwareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\SoftwareController).
Resolving inheritance for "App\Controller\Content\SoftwareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\SoftwareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ClientController" (parent: .abstract.instanceof.App\Controller\Core\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ClientController).
Resolving inheritance for "App\Controller\Core\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ConfigurationController" (parent: .abstract.instanceof.App\Controller\Core\ConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ConfigurationController).
Resolving inheritance for "App\Controller\Core\ConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\CronJobController" (parent: .abstract.instanceof.App\Controller\Core\CronJobController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\CronJobController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\CronJobController).
Resolving inheritance for "App\Controller\Core\CronJobController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\CronJobController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FeedbackController" (parent: .abstract.instanceof.App\Controller\Core\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FeedbackController).
Resolving inheritance for "App\Controller\Core\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FileAuditController" (parent: .abstract.instanceof.App\Controller\Core\FileAuditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FileAuditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FileAuditController).
Resolving inheritance for "App\Controller\Core\FileAuditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FileAuditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FileController" (parent: .abstract.instanceof.App\Controller\Core\FileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FileController).
Resolving inheritance for "App\Controller\Core\FileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\HomepageController" (parent: .abstract.instanceof.App\Controller\Core\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\HomepageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\HomepageController).
Resolving inheritance for "App\Controller\Core\HomepageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\HomepageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\LogController" (parent: .abstract.instanceof.App\Controller\Core\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\LogController).
Resolving inheritance for "App\Controller\Core\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ProxyController" (parent: .abstract.instanceof.App\Controller\Core\ProxyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ProxyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ProxyController).
Resolving inheritance for "App\Controller\Core\ProxyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ProxyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ShareController" (parent: .abstract.instanceof.App\Controller\Core\ShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ShareController).
Resolving inheritance for "App\Controller\Core\ShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\TranscriptController" (parent: .abstract.instanceof.App\Controller\Core\TranscriptController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\TranscriptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\TranscriptController).
Resolving inheritance for "App\Controller\Core\TranscriptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\TranscriptController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DSpace\SearchController" (parent: .abstract.instanceof.App\Controller\DSpace\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DSpace\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DSpace\SearchController).
Resolving inheritance for "App\Controller\DSpace\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DSpace\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\CourseController" (parent: .abstract.instanceof.App\Controller\EUT\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\CourseController).
Resolving inheritance for "App\Controller\EUT\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\ImportController" (parent: .abstract.instanceof.App\Controller\EUT\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\ImportController).
Resolving inheritance for "App\Controller\EUT\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\MobilityController" (parent: .abstract.instanceof.App\Controller\EUT\MobilityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\MobilityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\MobilityController).
Resolving inheritance for "App\Controller\EUT\MobilityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\MobilityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\ResearchController" (parent: .abstract.instanceof.App\Controller\EUT\ResearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\ResearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\ResearchController).
Resolving inheritance for "App\Controller\EUT\ResearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\ResearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\StudyProgramController" (parent: .abstract.instanceof.App\Controller\EUT\StudyProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\StudyProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\StudyProgramController).
Resolving inheritance for "App\Controller\EUT\StudyProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\StudyProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\UniversityController" (parent: .abstract.instanceof.App\Controller\EUT\UniversityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\UniversityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\UniversityController).
Resolving inheritance for "App\Controller\EUT\UniversityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\UniversityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\AddressController" (parent: .abstract.instanceof.App\Controller\Ecommerce\AddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\AddressController).
Resolving inheritance for "App\Controller\Ecommerce\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\AddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\CouponController" (parent: .abstract.instanceof.App\Controller\Ecommerce\CouponController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\CouponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\CouponController).
Resolving inheritance for "App\Controller\Ecommerce\CouponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\CouponController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\InventoryController" (parent: .abstract.instanceof.App\Controller\Ecommerce\InventoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\InventoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\InventoryController).
Resolving inheritance for "App\Controller\Ecommerce\InventoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\InventoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\OrderController" (parent: .abstract.instanceof.App\Controller\Ecommerce\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\OrderController).
Resolving inheritance for "App\Controller\Ecommerce\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\ShoppingCartController" (parent: .abstract.instanceof.App\Controller\Ecommerce\ShoppingCartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\ShoppingCartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\ShoppingCartController).
Resolving inheritance for "App\Controller\Ecommerce\ShoppingCartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\ShoppingCartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\TransactionController" (parent: .abstract.instanceof.App\Controller\Ecommerce\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\TransactionController).
Resolving inheritance for "App\Controller\Ecommerce\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\DSpaceController" (parent: .abstract.instanceof.App\Controller\Export\DSpaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\DSpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\DSpaceController).
Resolving inheritance for "App\Controller\Export\DSpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\DSpaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportController" (parent: .abstract.instanceof.App\Controller\Export\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportController).
Resolving inheritance for "App\Controller\Export\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\MendeleyController" (parent: .abstract.instanceof.App\Controller\Export\MendeleyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\MendeleyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\MendeleyController).
Resolving inheritance for "App\Controller\Export\MendeleyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\MendeleyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\WrapperController" (parent: .abstract.instanceof.App\Controller\Export\WrapperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\WrapperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\WrapperController).
Resolving inheritance for "App\Controller\Export\WrapperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\WrapperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ActivityController" (parent: .abstract.instanceof.App\Controller\Fitness\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ActivityController).
Resolving inheritance for "App\Controller\Fitness\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\BaseController" (parent: .abstract.instanceof.App\Controller\Fitness\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\BaseController).
Resolving inheritance for "App\Controller\Fitness\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\DatasetController" (parent: .abstract.instanceof.App\Controller\Fitness\DatasetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\DatasetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\DatasetController).
Resolving inheritance for "App\Controller\Fitness\DatasetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\DatasetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\EventController" (parent: .abstract.instanceof.App\Controller\Fitness\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\EventController).
Resolving inheritance for "App\Controller\Fitness\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ExerciseController" (parent: .abstract.instanceof.App\Controller\Fitness\ExerciseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ExerciseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ExerciseController).
Resolving inheritance for "App\Controller\Fitness\ExerciseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ExerciseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\FitbitController" (parent: .abstract.instanceof.App\Controller\Fitness\FitbitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\FitbitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\FitbitController).
Resolving inheritance for "App\Controller\Fitness\FitbitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\FitbitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\GoalController" (parent: .abstract.instanceof.App\Controller\Fitness\GoalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\GoalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\GoalController).
Resolving inheritance for "App\Controller\Fitness\GoalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\GoalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\GoogleFitController" (parent: .abstract.instanceof.App\Controller\Fitness\GoogleFitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\GoogleFitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\GoogleFitController).
Resolving inheritance for "App\Controller\Fitness\GoogleFitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\GoogleFitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\MealController" (parent: .abstract.instanceof.App\Controller\Fitness\MealController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\MealController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\MealController).
Resolving inheritance for "App\Controller\Fitness\MealController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\MealController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\OverviewController" (parent: .abstract.instanceof.App\Controller\Fitness\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\OverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\OverviewController).
Resolving inheritance for "App\Controller\Fitness\OverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\PreferenceController" (parent: .abstract.instanceof.App\Controller\Fitness\PreferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\PreferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\PreferenceController).
Resolving inheritance for "App\Controller\Fitness\PreferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\PreferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ProfileController" (parent: .abstract.instanceof.App\Controller\Fitness\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ProfileController).
Resolving inheritance for "App\Controller\Fitness\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\SensorController" (parent: .abstract.instanceof.App\Controller\Fitness\SensorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\SensorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\SensorController).
Resolving inheritance for "App\Controller\Fitness\SensorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\SensorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\WaterController" (parent: .abstract.instanceof.App\Controller\Fitness\WaterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\WaterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\WaterController).
Resolving inheritance for "App\Controller\Fitness\WaterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\WaterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\WeightController" (parent: .abstract.instanceof.App\Controller\Fitness\WeightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\WeightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\WeightController).
Resolving inheritance for "App\Controller\Fitness\WeightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\WeightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\AlgorithmController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\AlgorithmController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\AlgorithmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\AlgorithmController).
Resolving inheritance for "App\Controller\IVIS4BigData\AlgorithmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\AlgorithmController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\AnalysisController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\AnalysisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\AnalysisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\AnalysisController).
Resolving inheritance for "App\Controller\IVIS4BigData\AnalysisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\AnalysisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\KnowledgeController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\KnowledgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\KnowledgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\KnowledgeController).
Resolving inheritance for "App\Controller\IVIS4BigData\KnowledgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\KnowledgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\PerceptionController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\PerceptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\PerceptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\PerceptionController).
Resolving inheritance for "App\Controller\IVIS4BigData\PerceptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\PerceptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\RawDataController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\RawDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\RawDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\RawDataController).
Resolving inheritance for "App\Controller\IVIS4BigData\RawDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\RawDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualDatasetController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\VisualDatasetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualDatasetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualDatasetController).
Resolving inheritance for "App\Controller\IVIS4BigData\VisualDatasetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualDatasetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualStructureController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\VisualStructureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualStructureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualStructureController).
Resolving inheritance for "App\Controller\IVIS4BigData\VisualStructureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualStructureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualizationController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\VisualizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualizationController).
Resolving inheritance for "App\Controller\IVIS4BigData\VisualizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\WorkflowController" (parent: .abstract.instanceof.App\Controller\IVIS4BigData\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\WorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\WorkflowController).
Resolving inheritance for "App\Controller\IVIS4BigData\WorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationRetrieval\SIRAController" (parent: .abstract.instanceof.App\Controller\InformationRetrieval\SIRAController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationRetrieval\SIRAController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationRetrieval\SIRAController).
Resolving inheritance for "App\Controller\InformationRetrieval\SIRAController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationRetrieval\SIRAController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\BibtexController" (parent: .abstract.instanceof.App\Controller\Ingest\BibtexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\BibtexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\BibtexController).
Resolving inheritance for "App\Controller\Ingest\BibtexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\BibtexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\CategorizationController" (parent: .abstract.instanceof.App\Controller\Ingest\CategorizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\CategorizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\CategorizationController).
Resolving inheritance for "App\Controller\Ingest\CategorizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\CategorizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\DSpaceController" (parent: .abstract.instanceof.App\Controller\Ingest\DSpaceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\DSpaceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\DSpaceController).
Resolving inheritance for "App\Controller\Ingest\DSpaceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\DSpaceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\GitHubController" (parent: .abstract.instanceof.App\Controller\Ingest\GitHubController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\GitHubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\GitHubController).
Resolving inheritance for "App\Controller\Ingest\GitHubController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\GitHubController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\ImportController" (parent: .abstract.instanceof.App\Controller\Ingest\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\ImportController).
Resolving inheritance for "App\Controller\Ingest\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\MendeleyController" (parent: .abstract.instanceof.App\Controller\Ingest\MendeleyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\MendeleyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\MendeleyController).
Resolving inheritance for "App\Controller\Ingest\MendeleyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\MendeleyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\OaiPmhController" (parent: .abstract.instanceof.App\Controller\Ingest\OaiPmhController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\OaiPmhController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\OaiPmhController).
Resolving inheritance for "App\Controller\Ingest\OaiPmhController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\OaiPmhController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\SlideShareController" (parent: .abstract.instanceof.App\Controller\Ingest\SlideShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\SlideShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\SlideShareController).
Resolving inheritance for "App\Controller\Ingest\SlideShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\SlideShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\StackExchangeController" (parent: .abstract.instanceof.App\Controller\Ingest\StackExchangeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\StackExchangeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\StackExchangeController).
Resolving inheritance for "App\Controller\Ingest\StackExchangeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\StackExchangeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\WrapperController" (parent: .abstract.instanceof.App\Controller\Ingest\WrapperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\WrapperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\WrapperController).
Resolving inheritance for "App\Controller\Ingest\WrapperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\WrapperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\YoutubeController" (parent: .abstract.instanceof.App\Controller\Ingest\YoutubeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\YoutubeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\YoutubeController).
Resolving inheritance for "App\Controller\Ingest\YoutubeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\YoutubeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\DokumentController" (parent: .abstract.instanceof.App\Controller\KIWI\DokumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\DokumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\DokumentController).
Resolving inheritance for "App\Controller\KIWI\DokumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\DokumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\GraphController" (parent: .abstract.instanceof.App\Controller\KIWI\GraphController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\GraphController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\GraphController).
Resolving inheritance for "App\Controller\KIWI\GraphController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\GraphController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\HomeController" (parent: .abstract.instanceof.App\Controller\KIWI\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\HomeController).
Resolving inheritance for "App\Controller\KIWI\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActController" (parent: .abstract.instanceof.App\Controller\LearningDesign\ActController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActController).
Resolving inheritance for "App\Controller\LearningDesign\ActController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActivityController" (parent: .abstract.instanceof.App\Controller\LearningDesign\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActivityController).
Resolving inheritance for "App\Controller\LearningDesign\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActivityStructureController" (parent: .abstract.instanceof.App\Controller\LearningDesign\ActivityStructureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActivityStructureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActivityStructureController).
Resolving inheritance for "App\Controller\LearningDesign\ActivityStructureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActivityStructureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\LearningDesignController" (parent: .abstract.instanceof.App\Controller\LearningDesign\LearningDesignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\LearningDesignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\LearningDesignController).
Resolving inheritance for "App\Controller\LearningDesign\LearningDesignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\LearningDesignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\PlayController" (parent: .abstract.instanceof.App\Controller\LearningDesign\PlayController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\PlayController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\PlayController).
Resolving inheritance for "App\Controller\LearningDesign\PlayController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\PlayController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\WebserviceController" (parent: .abstract.instanceof.App\Controller\LearningDesign\WebserviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\WebserviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\WebserviceController).
Resolving inheritance for "App\Controller\LearningDesign\WebserviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\WebserviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ClassifierController" (parent: .abstract.instanceof.App\Controller\NER\ClassifierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ClassifierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ClassifierController).
Resolving inheritance for "App\Controller\NER\ClassifierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ClassifierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ModelController" (parent: .abstract.instanceof.App\Controller\NER\ModelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ModelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ModelController).
Resolving inheritance for "App\Controller\NER\ModelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ModelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ModelDefinitionController" (parent: .abstract.instanceof.App\Controller\NER\ModelDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ModelDefinitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ModelDefinitionController).
Resolving inheritance for "App\Controller\NER\ModelDefinitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ModelDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OAuth\ClientController" (parent: .abstract.instanceof.App\Controller\OAuth\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OAuth\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OAuth\ClientController).
Resolving inheritance for "App\Controller\OAuth\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OAuth\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ontology\EditorController" (parent: .abstract.instanceof.App\Controller\Ontology\EditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ontology\EditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ontology\EditorController).
Resolving inheritance for "App\Controller\Ontology\EditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ontology\EditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ontology\ManagerController" (parent: .abstract.instanceof.App\Controller\Ontology\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ontology\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ontology\ManagerController).
Resolving inheritance for "App\Controller\Ontology\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ontology\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prepare4Ner\ExportController" (parent: .abstract.instanceof.App\Controller\Prepare4Ner\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prepare4Ner\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prepare4Ner\ExportController).
Resolving inheritance for "App\Controller\Prepare4Ner\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prepare4Ner\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prepare4Ner\PreparationController" (parent: .abstract.instanceof.App\Controller\Prepare4Ner\PreparationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prepare4Ner\PreparationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prepare4Ner\PreparationController).
Resolving inheritance for "App\Controller\Prepare4Ner\PreparationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prepare4Ner\PreparationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ContentController" (parent: .abstract.instanceof.App\Controller\Report\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ContentController).
Resolving inheritance for "App\Controller\Report\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SystemController" (parent: .abstract.instanceof.App\Controller\Report\SystemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SystemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SystemController).
Resolving inheritance for "App\Controller\Report\SystemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SystemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\TrafficController" (parent: .abstract.instanceof.App\Controller\Report\TrafficController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\TrafficController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\TrafficController).
Resolving inheritance for "App\Controller\Report\TrafficController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\TrafficController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\ActivityController" (parent: .abstract.instanceof.App\Controller\STO\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\ActivityController).
Resolving inheritance for "App\Controller\STO\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\AnalyticController" (parent: .abstract.instanceof.App\Controller\STO\AnalyticController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\AnalyticController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\AnalyticController).
Resolving inheritance for "App\Controller\STO\AnalyticController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\AnalyticController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\AuthoringController" (parent: .abstract.instanceof.App\Controller\STO\AuthoringController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\AuthoringController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\AuthoringController).
Resolving inheritance for "App\Controller\STO\AuthoringController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\AuthoringController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\CourseController" (parent: .abstract.instanceof.App\Controller\STO\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\CourseController).
Resolving inheritance for "App\Controller\STO\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\LTIController" (parent: .abstract.instanceof.App\Controller\STO\LTIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\LTIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\LTIController).
Resolving inheritance for "App\Controller\STO\LTIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\LTIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\ProgressController" (parent: .abstract.instanceof.App\Controller\STO\ProgressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\ProgressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\ProgressController).
Resolving inheritance for "App\Controller\STO\ProgressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\ProgressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\CourseController" (parent: .abstract.instanceof.App\Controller\Syllabus\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\CourseController).
Resolving inheritance for "App\Controller\Syllabus\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\ModuleController" (parent: .abstract.instanceof.App\Controller\Syllabus\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\ModuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\ModuleController).
Resolving inheritance for "App\Controller\Syllabus\ModuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\ModuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\ProgressController" (parent: .abstract.instanceof.App\Controller\Syllabus\ProgressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\ProgressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\ProgressController).
Resolving inheritance for "App\Controller\Syllabus\ProgressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\ProgressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\StudentController" (parent: .abstract.instanceof.App\Controller\Syllabus\StudentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\StudentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\StudentController).
Resolving inheritance for "App\Controller\Syllabus\StudentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\StudentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\StudyProgramController" (parent: .abstract.instanceof.App\Controller\Syllabus\StudyProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\StudyProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\StudyProgramController).
Resolving inheritance for "App\Controller\Syllabus\StudyProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\StudyProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\CategoryController" (parent: .abstract.instanceof.App\Controller\Taxonomy\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\CategoryController).
Resolving inheritance for "App\Controller\Taxonomy\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\EditorController" (parent: .abstract.instanceof.App\Controller\Taxonomy\EditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\EditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\EditorController).
Resolving inheritance for "App\Controller\Taxonomy\EditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\EditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\VersionController" (parent: .abstract.instanceof.App\Controller\Taxonomy\VersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\VersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\VersionController).
Resolving inheritance for "App\Controller\Taxonomy\VersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\VersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webservice\ApplicationController" (parent: .abstract.instanceof.App\Controller\Webservice\ApplicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webservice\ApplicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webservice\ApplicationController).
Resolving inheritance for "App\Controller\Webservice\ApplicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webservice\ApplicationController).
Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.users" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_token" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.api_token" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.oauth2.api" (parent: League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.http_basic.main" (parent: security.authenticator.http_basic).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "annotated_app_entity_cris_custom_attribute_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_cris_custom_classification_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_cris_custom_relationship_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_fitness_base_fitness_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_fitness_base_fitness_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
662
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ClientRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\ClientRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\RefreshTokenRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\RefreshTokenRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\ScopeRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\ScopeRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\UserRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\UserRepository"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AuthCodeRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\AuthCodeRepository"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Security\Authenticator\OAuth2Authenticator"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Security\EventListener\CheckScopeListener"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\SymfonyLeagueEventListenerProvider"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\AuthorizationServer\GrantConfigurator"; reason: private alias.
Removed service "League\OAuth2\Server\AuthorizationServer"; reason: private alias.
Removed service "League\OAuth2\Server\ResourceServer"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\ClientCredentialsGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\PasswordGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\RefreshTokenGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\AuthCodeGrant"; reason: private alias.
Removed service "League\OAuth2\Server\Grant\ImplicitGrant"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Controller\AuthorizationController"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\EventListener\AuthorizationRequestUserResolvingListener"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Controller\TokenController"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\CreateClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\UpdateClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\DeleteClientCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\ListClientsCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Command\ClearExpiredTokensCommand"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\UserConverterInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\UserConverter"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\ScopeConverterInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Converter\ScopeConverter"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Event\AuthorizationRequestResolveEventFactory"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\ScopeManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\InMemory\ScopeManager"; reason: private alias.
Removed service "League\OAuth2\Server\Repositories\AccessTokenRepositoryInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Repository\AccessTokenRepository"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\ClientManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\ClientManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\AccessTokenManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\AccessTokenManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\RefreshTokenManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\RefreshTokenManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\AuthorizationCodeManagerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Manager\Doctrine\AuthorizationCodeManager"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\CredentialsRevokerInterface"; reason: private alias.
Removed service "League\Bundle\OAuth2ServerBundle\Service\CredentialsRevoker\DoctrineCredentialsRevoker"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_processor.documentation"; reason: private alias.
Removed service "api_platform.state_provider.documentation"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator.9LJrHhf"; reason: private alias.
Removed service ".service_locator.k9N02Iq"; reason: private alias.
Removed service ".service_locator.hUPzsWO"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.deprecations.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.documentation.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_processor.documentation.write.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read"; reason: private alias.
Removed service "api_platform.swagger_ui.provider.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.HQZddX8"; reason: private alias.
Removed service ".service_locator.XihPjpQ"; reason: private alias.
Removed service ".service_locator.Pc4YnbM"; reason: private alias.
Removed service ".service_locator.Nim6sZM"; reason: private alias.
Removed service ".service_locator.lwpLzMA"; reason: private alias.
Removed service ".service_locator.FJWD3am"; reason: private alias.
Removed service ".service_locator.VtmWNXB"; reason: private alias.
Removed service ".service_locator.GtzKhdA"; reason: private alias.
Removed service ".service_locator.d5dC8ZU"; reason: private alias.
Removed service ".service_locator.SMRveox"; reason: private alias.
Removed service ".service_locator.fig4yDe"; reason: private alias.
Removed service ".service_locator.mIi0TiP"; reason: private alias.
Removed service ".service_locator.zCiAUoI"; reason: private alias.
Removed service ".service_locator.cPHMe7i"; reason: private alias.
Removed service ".service_locator.GbXloqN"; reason: private alias.
Removed service ".service_locator.2GxxSVP"; reason: private alias.
Removed service ".service_locator.puJoVOe"; reason: private alias.
Removed service ".service_locator.y.8rLUn"; reason: private alias.
Removed service ".service_locator.ytkcuzW"; reason: private alias.
Removed service ".service_locator._jVwlHg"; reason: private alias.
Removed service ".service_locator.jFRRZQT"; reason: private alias.
Removed service ".service_locator.JLChzsm"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.4vZHkcW"; reason: private alias.
Removed service ".service_locator.Arv3aq9"; reason: private alias.
Removed service ".service_locator.PsyxZh9"; reason: private alias.
Removed service ".service_locator.RVPfYCj"; reason: private alias.
Removed service ".service_locator.e6rpWgO"; reason: private alias.
Removed service ".service_locator.a_aWUp7"; reason: private alias.
Removed service ".service_locator.QKTNjNp"; reason: private alias.
Removed service ".service_locator.iUrg1RU"; reason: private alias.
Removed service ".service_locator.Q4qftI_"; reason: private alias.
Removed service ".service_locator.PBuqSsF"; reason: private alias.
Removed service ".service_locator.FwVVV0g"; reason: private alias.
Removed service ".service_locator.tS4ifAF"; reason: private alias.
Removed service ".service_locator.lSE0nsb"; reason: private alias.
Removed service ".service_locator.2kcISZ3"; reason: private alias.
Removed service ".service_locator.N62jNAj"; reason: private alias.
Removed service ".service_locator.xf3sDyI"; reason: private alias.
Removed service ".service_locator.iUCgmAg"; reason: private alias.
Removed service ".service_locator.ehmi5pn"; reason: private alias.
Removed service ".service_locator.2KNdVb7"; reason: private alias.
Removed service ".service_locator.Ahs_PPF"; reason: private alias.
Removed service ".service_locator.gBvksdx"; reason: private alias.
Removed service ".service_locator.TZCNaLe"; reason: private alias.
Removed service ".service_locator.DJwoUbF"; reason: private alias.
Removed service ".service_locator.zF7Jvwc"; reason: private alias.
Removed service ".service_locator.jSXQclI"; reason: private alias.
Removed service ".service_locator.gRukdXl"; reason: private alias.
Removed service ".service_locator.HrKooyn"; reason: private alias.
Removed service ".service_locator.KuCvCVG"; reason: private alias.
Removed service ".service_locator.NdT8goa"; reason: private alias.
Removed service ".service_locator.ikerkQe"; reason: private alias.
Removed service ".service_locator.dQ1aQ1I"; reason: private alias.
Removed service ".service_locator.5GBKAXy"; reason: private alias.
Removed service ".service_locator.iQly3kt"; reason: private alias.
Removed service ".service_locator.GAtVDF5"; reason: private alias.
Removed service ".service_locator.xLirRLN"; reason: private alias.
Removed service ".service_locator.8GIBKOL"; reason: private alias.
Removed service ".service_locator.vtaEPic"; reason: private alias.
Removed service ".service_locator.dHC80il"; reason: private alias.
Removed service ".service_locator.p.dCFrf"; reason: private alias.
Removed service ".service_locator.8QhPHrq"; reason: private alias.
Removed service ".service_locator.v0doHn_"; reason: private alias.
Removed service ".service_locator.5Ld8RGV"; reason: private alias.
Removed service ".service_locator.bf.V0Vx"; reason: private alias.
Removed service ".service_locator.NtDmbt8"; reason: private alias.
Removed service ".service_locator.2Wp.tWQ"; reason: private alias.
Removed service ".service_locator.T8GkAg5"; reason: private alias.
Removed service ".service_locator.yvQm0Qz"; reason: private alias.
Removed service ".service_locator.XTkm3rX"; reason: private alias.
Removed service ".service_locator.BVcWniP"; reason: private alias.
Removed service ".service_locator.ONpDjS9"; reason: private alias.
Removed service ".service_locator.5esoUuo"; reason: private alias.
Removed service ".service_locator.u_Vud3s"; reason: private alias.
Removed service ".service_locator.OyxKbFj"; reason: private alias.
Removed service ".service_locator.6gK054q"; reason: private alias.
Removed service ".service_locator.UvXQWoG"; reason: private alias.
Removed service ".service_locator.V6TEc2y"; reason: private alias.
Removed service ".service_locator.d725Pqd"; reason: private alias.
Removed service ".service_locator.H5uFZeQ"; reason: private alias.
Removed service ".service_locator.ffhJN97"; reason: private alias.
Removed service ".service_locator.dAM_Fhy"; reason: private alias.
Removed service ".service_locator.LAqO2k8"; reason: private alias.
Removed service ".service_locator.u72r5m2"; reason: private alias.
Removed service ".service_locator.C7e0nBx"; reason: private alias.
Removed service ".service_locator.WvT26QN"; reason: private alias.
Removed service ".service_locator.oRAH_lw"; reason: private alias.
Removed service ".service_locator.Lfq7bvV"; reason: private alias.
Removed service ".service_locator.PrTCUGP"; reason: private alias.
Removed service ".service_locator.Kd3bQHK"; reason: private alias.
Removed service ".service_locator.lUKdxhK"; reason: private alias.
Removed service ".service_locator.Y8OHZ9u"; reason: private alias.
Removed service ".service_locator.QAqnpQK"; reason: private alias.
Removed service ".service_locator.R.wd4di"; reason: private alias.
Removed service ".service_locator.LkZ_vsH"; reason: private alias.
Removed service ".service_locator.kCiRp1w"; reason: private alias.
Removed service ".service_locator.d5fYzL0"; reason: private alias.
Removed service ".service_locator.fmvnyHe"; reason: private alias.
Removed service ".service_locator.gcvH69c"; reason: private alias.
Removed service ".service_locator.e2IJVUP"; reason: private alias.
Removed service ".service_locator.Ea7iSOe"; reason: private alias.
Removed service ".service_locator.IFEI4ki"; reason: private alias.
Removed service ".service_locator.XNUd0cE"; reason: private alias.
Removed service ".service_locator.rmKYNij"; reason: private alias.
Removed service ".service_locator.KqtQ8TL"; reason: private alias.
Removed service ".service_locator.4NfwhmO"; reason: private alias.
Removed service ".service_locator.WclvhOq"; reason: private alias.
Removed service ".service_locator.oIArhiE"; reason: private alias.
Removed service ".service_locator.J7W5T3a"; reason: private alias.
Removed service ".service_locator.uYgUPwJ"; reason: private alias.
Removed service ".service_locator.6q5VpRC"; reason: private alias.
Removed service ".service_locator.15HGBL4"; reason: private alias.
Removed service ".service_locator.u9662rm"; reason: private alias.
Removed service ".service_locator.R7z0No2"; reason: private alias.
Removed service ".service_locator.XRuwBeI"; reason: private alias.
Removed service ".service_locator.DpqmwTq"; reason: private alias.
Removed service ".service_locator.UnHbS_l"; reason: private alias.
Removed service ".service_locator.LfX8a2f"; reason: private alias.
Removed service ".service_locator.HCJpeRZ"; reason: private alias.
Removed service ".service_locator.zMA3YL3"; reason: private alias.
Removed service ".service_locator.QAbaCBx"; reason: private alias.
Removed service ".service_locator.IeYBk0g"; reason: private alias.
Removed service ".service_locator.JFRn.t6"; reason: private alias.
Removed service ".service_locator.gZWCDL1"; reason: private alias.
Removed service ".service_locator.A8_oCVb"; reason: private alias.
Removed service ".service_locator.PV9lDYu"; reason: private alias.
Removed service ".service_locator.T9SmuWK"; reason: private alias.
Removed service ".service_locator.vMIv.Lm"; reason: private alias.
Removed service ".service_locator.iKvpwvX"; reason: private alias.
Removed service ".service_locator.sm600XN"; reason: private alias.
Removed service ".service_locator.Ch_vn0C"; reason: private alias.
Removed service ".service_locator.cD3I2DC"; reason: private alias.
Removed service ".service_locator.wBwFwO4"; reason: private alias.
Removed service ".service_locator.yn7pQpO"; reason: private alias.
Removed service ".service_locator._A2xlYG"; reason: private alias.
Removed service ".service_locator.O0Obucq"; reason: private alias.
Removed service ".service_locator.jIKcxMq"; reason: private alias.
Removed service ".service_locator.VQu1jlH"; reason: private alias.
Removed service ".service_locator.rf3oJtI"; reason: private alias.
Removed service ".service_locator.zu5rcC0"; reason: private alias.
Removed service ".service_locator.jFRlJrR"; reason: private alias.
Removed service ".service_locator.eZkd.84"; reason: private alias.
Removed service ".service_locator.Ja5yfm4"; reason: private alias.
Removed service ".service_locator.UxVnTpW"; reason: private alias.
Removed service ".service_locator.u44MPk5"; reason: private alias.
Removed service ".service_locator.FkDslbB"; reason: private alias.
Removed service ".service_locator.mxNfTx2"; reason: private alias.
Removed service ".service_locator.4mwsGir"; reason: private alias.
Removed service ".service_locator.c3sPnCm"; reason: private alias.
Removed service ".service_locator.RXKd2Ln"; reason: private alias.
Removed service ".service_locator.ghfaokV"; reason: private alias.
Removed service ".service_locator.lxO9MsB"; reason: private alias.
Removed service ".service_locator.MFlHv0Z"; reason: private alias.
Removed service ".service_locator.JBSvca9"; reason: private alias.
Removed service ".service_locator.fahAZYM"; reason: private alias.
Removed service ".service_locator.i.Vlq8f"; reason: private alias.
Removed service ".service_locator.AHzVINW"; reason: private alias.
Removed service ".service_locator.NfV.1R_"; reason: private alias.
Removed service ".service_locator.VdwgCIX"; reason: private alias.
Removed service ".service_locator.72WH8ex"; reason: private alias.
Removed service ".service_locator.dU4JJs8"; reason: private alias.
Removed service ".service_locator.bQYuztW"; reason: private alias.
Removed service ".service_locator.6r1e4g8"; reason: private alias.
Removed service ".service_locator.2cS5kiC"; reason: private alias.
Removed service ".service_locator.N0fZlZW"; reason: private alias.
Removed service ".service_locator.amVh9DZ"; reason: private alias.
Removed service ".service_locator.fdbLIAj"; reason: private alias.
Removed service ".service_locator.nN0gB2r"; reason: private alias.
Removed service ".service_locator.e27UI7C"; reason: private alias.
Removed service ".service_locator.l.qy_zA"; reason: private alias.
Removed service ".service_locator.1RRYeRl"; reason: private alias.
Removed service ".service_locator.kkpor_x"; reason: private alias.
Removed service ".service_locator.cQsUDJs"; reason: private alias.
Removed service ".service_locator.GQ22liw"; reason: private alias.
Removed service ".service_locator.jxNh3P_"; reason: private alias.
Removed service ".service_locator.K5I0TzH"; reason: private alias.
Removed service ".service_locator.k3qTsoH"; reason: private alias.
Removed service ".service_locator.QxYuBLf"; reason: private alias.
Removed service ".service_locator.aasIh5_"; reason: private alias.
Removed service ".service_locator.gO12fec"; reason: private alias.
Removed service ".service_locator.5126CwV"; reason: private alias.
Removed service ".service_locator.WcFLTIR"; reason: private alias.
Removed service ".service_locator.2w8OwJv"; reason: private alias.
Removed service ".service_locator.c0KEwoH"; reason: private alias.
Removed service ".service_locator.P2ET4sZ"; reason: private alias.
Removed service ".service_locator._roHD0L"; reason: private alias.
Removed service ".service_locator.Qnb_yBH"; reason: private alias.
Removed service ".service_locator.BWH9YX."; reason: private alias.
Removed service ".service_locator.ByozCFR"; reason: private alias.
Removed service ".service_locator.UmGSabC"; reason: private alias.
Removed service ".service_locator.iNQfvwx"; reason: private alias.
Removed service ".service_locator.pojd5wF"; reason: private alias.
Removed service ".service_locator.5T7CSLl"; reason: private alias.
Removed service ".service_locator.9YiHGrQ"; reason: private alias.
Removed service ".service_locator.gABUmSg"; reason: private alias.
Removed service ".service_locator.03818iW"; reason: private alias.
Removed service ".service_locator.URLROyd"; reason: private alias.
Removed service ".service_locator.hnCNAL_"; reason: private alias.
Removed service ".service_locator.vrW9jxf"; reason: private alias.
Removed service ".service_locator.MMKqXU8"; reason: private alias.
Removed service ".service_locator.gpDm.h1"; reason: private alias.
Removed service ".service_locator.1uGgpM4"; reason: private alias.
Removed service ".service_locator.a0DSWZn"; reason: private alias.
Removed service ".service_locator.Y5_4P1b"; reason: private alias.
Removed service ".service_locator.D4TqTn4"; reason: private alias.
Removed service ".service_locator.B8o9BZH"; reason: private alias.
Removed service ".service_locator.voaE0aj"; reason: private alias.
Removed service ".service_locator.eGD1O0."; reason: private alias.
Removed service ".service_locator.AN1yoP0"; reason: private alias.
Removed service ".service_locator.kolvGcs"; reason: private alias.
Removed service ".service_locator.KNKM67j"; reason: private alias.
Removed service ".service_locator.2bO2ID0"; reason: private alias.
Removed service ".service_locator.YPQExVu"; reason: private alias.
Removed service ".service_locator.3ukHqUQ"; reason: private alias.
Removed service ".service_locator.NTVZg9V"; reason: private alias.
Removed service ".service_locator.iH9Mlpn"; reason: private alias.
Removed service ".service_locator.xKxcsFR"; reason: private alias.
Removed service ".service_locator.Fr4MO1Y"; reason: private alias.
Removed service ".service_locator.tOB_4IZ"; reason: private alias.
Removed service ".service_locator.gDo5NEL"; reason: private alias.
Removed service ".service_locator.8u8Je2a"; reason: private alias.
Removed service ".service_locator.H_tWfCH"; reason: private alias.
Removed service ".service_locator.JiaJqmv"; reason: private alias.
Removed service ".service_locator.xU61qut"; reason: private alias.
Removed service ".service_locator.AOFj6bA"; reason: private alias.
Removed service ".service_locator.bgOgBXy"; reason: private alias.
Removed service ".service_locator.1FRjxBo"; reason: private alias.
Removed service ".service_locator.ureGyYT"; reason: private alias.
Removed service ".service_locator.yoSaf9L"; reason: private alias.
Removed service ".service_locator.VjKSDmo"; reason: private alias.
Removed service ".service_locator.xaeY9C2"; reason: private alias.
Removed service ".service_locator.cyFyN3C"; reason: private alias.
Removed service ".service_locator.rcs.sId"; reason: private alias.
Removed service ".service_locator.KVO4yW5"; reason: private alias.
Removed service ".service_locator.6hLR17g"; reason: private alias.
Removed service ".service_locator.teS9UtM"; reason: private alias.
Removed service ".service_locator.0Vm8u_U"; reason: private alias.
Removed service ".service_locator.9oX86GV"; reason: private alias.
Removed service ".service_locator.6kwjkeG"; reason: private alias.
Removed service ".service_locator.a1pqRy."; reason: private alias.
Removed service ".service_locator.Z8d_3Nn"; reason: private alias.
Removed service ".service_locator.4DXRpbm"; reason: private alias.
Removed service ".service_locator.cSG2r7X"; reason: private alias.
Removed service ".service_locator.E3rmYU_"; reason: private alias.
Removed service ".service_locator.tLcxwnn"; reason: private alias.
Removed service ".service_locator.MYv4EhK"; reason: private alias.
Removed service ".service_locator.tpg5T9l"; reason: private alias.
Removed service ".service_locator..ryEIyR"; reason: private alias.
Removed service ".service_locator.YSvGBzF"; reason: private alias.
Removed service ".service_locator.UQkYvEu"; reason: private alias.
Removed service ".service_locator.ME0JyCl"; reason: private alias.
Removed service ".service_locator._h1SWx."; reason: private alias.
Removed service ".service_locator.nGXxJXY"; reason: private alias.
Removed service ".service_locator.VTvY67S"; reason: private alias.
Removed service ".service_locator.ooL2GIS"; reason: private alias.
Removed service ".service_locator.q2LqyZu"; reason: private alias.
Removed service ".service_locator.NM_.oR0"; reason: private alias.
Removed service ".service_locator._R_lPVp"; reason: private alias.
Removed service ".service_locator.TZJBUBd"; reason: private alias.
Removed service ".service_locator.yTHUZw_"; reason: private alias.
Removed service ".service_locator.VkWEJLz"; reason: private alias.
Removed service ".service_locator.sH9x_dK"; reason: private alias.
Removed service ".service_locator.JSaDhqR"; reason: private alias.
Removed service ".service_locator.eg6qjOX"; reason: private alias.
Removed service ".service_locator.Tior.g3"; reason: private alias.
Removed service ".service_locator.E1thx5X"; reason: private alias.
Removed service ".service_locator.csBr3iI"; reason: private alias.
Removed service ".service_locator.vStSVOg"; reason: private alias.
Removed service ".service_locator.2GgWgbI"; reason: private alias.
Removed service ".service_locator.X7BLlqg"; reason: private alias.
Removed service ".service_locator.Lhbu7Db"; reason: private alias.
Removed service ".service_locator.5yfIjP5"; reason: private alias.
Removed service ".service_locator.a8w_qJM"; reason: private alias.
Removed service ".service_locator.FbPxFBa"; reason: private alias.
Removed service ".service_locator.n3GuOTD"; reason: private alias.
Removed service ".service_locator.WuQKZhC"; reason: private alias.
Removed service ".service_locator.Jzew7_6"; reason: private alias.
Removed service ".service_locator.6VOwZW5"; reason: private alias.
Removed service ".service_locator.39JLdCK"; reason: private alias.
Removed service ".service_locator.EWbqGQR"; reason: private alias.
Removed service ".service_locator.qv2cSjk"; reason: private alias.
Removed service ".service_locator.BFkroE1"; reason: private alias.
Removed service ".service_locator.nmOpQkh"; reason: private alias.
Removed service ".service_locator.KTV0T7m"; reason: private alias.
Removed service ".service_locator.Qsk3vQx"; reason: private alias.
Removed service ".service_locator.7vubV_a"; reason: private alias.
Removed service ".service_locator._RZ2MN2"; reason: private alias.
Removed service ".service_locator.hBLmqH5"; reason: private alias.
Removed service ".service_locator.6kLnkP1"; reason: private alias.
Removed service ".service_locator.2RGdwHa"; reason: private alias.
Removed service ".service_locator.Zsncm.B"; reason: private alias.
Removed service ".service_locator.jC0Fft7"; reason: private alias.
Removed service ".service_locator.lI1i21N"; reason: private alias.
Removed service ".service_locator.hfKLIpX"; reason: private alias.
Removed service ".service_locator.zef03Cz"; reason: private alias.
Removed service ".service_locator.Ta12OPY"; reason: private alias.
Removed service ".service_locator.7nW7Kde"; reason: private alias.
Removed service ".service_locator.XpnsBoE"; reason: private alias.
Removed service ".service_locator.eirlJo5"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
101
Changed reference of service "App\EventSubscriber\ContentIndexSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Archive\Solr" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\BigData\Solr" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Content\Content" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Content\Content" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\Core\Storage" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Ingest\Import" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\STO\ToolProvider" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\STO\ToolProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "league.oauth2_server.repository.scope" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.repository.user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.symfony_league_listener_provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.authorization" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.controller.token" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "league.oauth2_server.manager.doctrine.client" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.70P.8rO" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ibBVRjZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.BRnQ_wQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator..KOlGoH" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.gFXfVaB" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.gqbR8vB" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ciezcMx" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.AVmP6KF" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JolarOb" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.oNkWbnI" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.CiB3aqm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hNYv7KW" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ORC_zTW" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.xr4hBmj" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.MQGkAwg" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\EntityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.8_qPj7R" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.public_alias.App\Command\CronJobCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
925
Removed service "App\Doctrine\MultiClient"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ClientResetCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ClientResetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConfigurationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ConfigurationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CronJobCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CronJobCommand"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\CurrentUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\CurrentUserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\CurrentUserExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheClearer\CacheClearerInterface.0.App\EventListener\CacheClearer"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CacheClearer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthorizationCodeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AuthorizationCodeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\AuthenticationConfigurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Configuration\AuthenticationConfigurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\BigDataConfigurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Configuration\BigDataConfigurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\CompetenceConfigurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Configuration\CompetenceConfigurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\EcommerceConfigurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Configuration\EcommerceConfigurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\STOConfigurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Configuration\STOConfigurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\StorageConfigurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Configuration\StorageConfigurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\Configuration\TaxonomyConfigurationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\Configuration\TaxonomyConfigurationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\CompetenceContentAccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentAccess\CompetenceContentAccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\ContentContentAccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentAccess\ContentContentAccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\CourseContentAccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentAccess\CourseContentAccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentAccess\EcommerceContentAccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentAccess\EcommerceContentAccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentExport\DSpaceExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentExport\DSpaceExportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentExport\MendeleyExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentExport\MendeleyExportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\BibTexImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\BibTexImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\DSpaceImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\DSpaceImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\GitHubImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\GitHubImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\MendeleyImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\MendeleyImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\OaiPmhImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\OaiPmhImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\SlideShareImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\SlideShareImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\StackExchangeImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\StackExchangeImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentImport\YoutubeImportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentImport\YoutubeImportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ContentIndex\CRISContentIndexSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ContentIndex\CRISContentIndexSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\CourseSummaryCronJobSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CronJob\CourseSummaryCronJobSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\DataFusionCronJobSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CronJob\DataFusionCronJobSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\EventProgressCronJobSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CronJob\EventProgressCronJobSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\NerTrainingCronJobSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CronJob\NerTrainingCronJobSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CronJob\ShareTecCronJobSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CronJob\ShareTecCronJobSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\DoctrineExtensionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\DoctrineExtensionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FileAccess\ContentFileAccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\FileAccess\ContentFileAccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FileUpload\ProductImageUploadSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\FileUpload\ProductImageUploadSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LTI\AnalyticSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LTI\AnalyticSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LTI\ContentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LTI\ContentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserResolveSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserResolveSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\FieldStructureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Archive\FieldStructureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\FieldType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Archive\FieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\RecordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Archive\RecordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Archive\RepositoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Archive\RepositoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Authentication\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ForgotType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Authentication\ForgotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Authentication\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\RegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Authentication\RegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\ResetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Authentication\ResetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\UserGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Authentication\UserGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Authentication\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Authentication\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\ElementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CMS\ElementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\PageTranslationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CMS\PageTranslationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CMS\PageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CMS\PageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Competence\CompetenceCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Competence\CompetenceProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\CompetenceScopeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Competence\CompetenceScopeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\ImportCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Competence\ImportCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\KnowledgeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Competence\KnowledgeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\PCDMProficiencyLevelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Competence\PCDMProficiencyLevelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Competence\SkillType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Competence\SkillType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\AbstractContentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\AbstractContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\CollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\CollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\DialogReplyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\DialogReplyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\DialogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\DialogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\GameType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\GameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\MultimediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\MultimediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\PublicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\PublicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\PwDSickActType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\PwDSickActType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Content\SoftwareType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Content\SoftwareType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Core\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ConfigurationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Core\ConfigurationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\CronJobType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Core\CronJobType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\FeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Core\FeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ParameterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Core\ParameterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Core\ShareType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Core\ShareType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EUT\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\StudyProgramType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EUT\StudyProgramType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EUT\UniversityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EUT\UniversityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\AddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ecommerce\AddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\CouponType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ecommerce\CouponType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\InventoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ecommerce\InventoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ecommerce\OrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ecommerce\OrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\DSpace\InvestigateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Export\DSpace\InvestigateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\DSpace\RestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Export\DSpace\RestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\SourceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Export\SourceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Export\WrapperType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Export\WrapperType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\ActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\DatasetType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\DatasetType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\EventOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\EventOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\EventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\EventType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ExerciseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\ExerciseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\FoodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\FoodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\GoalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\GoalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\MealType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\MealType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\SensorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\SensorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\ServiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\ServiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\WaterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\WaterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Fitness\WeightType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Fitness\WeightType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AlgorithmParameterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IVIS4BigData\AlgorithmParameterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AlgorithmType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IVIS4BigData\AlgorithmType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\AnalysedDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IVIS4BigData\AnalysedDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\ModelConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IVIS4BigData\ModelConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\IVIS4BigData\ModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\IVIS4BigData\ModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InformationRetrieval\SIRAConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InformationRetrieval\SIRAConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\InvestigateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\DSpace\InvestigateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\LinkedDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\DSpace\LinkedDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\OaiType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\DSpace\OaiType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\OpenSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\DSpace\OpenSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\RestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\DSpace\RestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DSpace\URLType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\DSpace\URLType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\DestinationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\DestinationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ingest\WrapperType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ingest\WrapperType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\KIWI\DokumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\KIWI\DokumentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LearningDesign\ActType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActivityStructureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LearningDesign\ActivityStructureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LearningDesign\ActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\ImportDesignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LearningDesign\ImportDesignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\LearningDesignType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LearningDesign\LearningDesignType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\LearningObjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LearningDesign\LearningObjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LearningDesign\PlayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LearningDesign\PlayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\CategoryDefinitionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NER\CategoryDefinitionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ClassifierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NER\ClassifierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ModelDefinitionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NER\ModelDefinitionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\ModelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NER\ModelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NER\NamedEntityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NER\NamedEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OAuth\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OAuth\ClientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Ontology\OntologyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Ontology\OntologyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\CorpusImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\CorpusImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\DatasetInfoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\DatasetInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\DocumentImportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\DocumentImportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\ExportSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\ExportSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\NELabelCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\NELabelCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\NELabelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\NELabelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\SelectNELabelCollectionsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\SelectNELabelCollectionsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Prepare4Ner\SplitOperationSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Prepare4Ner\SplitOperationSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Report\TrafficType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Report\TrafficType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\STO\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\MoodleCourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\STO\MoodleCourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\MoodleSectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\STO\MoodleSectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\STO\ProgressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\STO\ProgressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Syllabus\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\InternalModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Syllabus\InternalModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\ModuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Syllabus\ModuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\ProgressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Syllabus\ProgressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\StudentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Syllabus\StudentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Syllabus\StudyProgramType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Syllabus\StudyProgramType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Taxonomy\TaxonomyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Taxonomy\TaxonomyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Webservice\ApplicationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Webservice\ApplicationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\EntityVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EntityVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FileAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FileAuditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FileAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SolrController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SolrController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SolrController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\CategorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\CategorizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Archive\CategorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\FieldStructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\FieldStructureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Archive\FieldStructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\RecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\RecordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Archive\RecordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\RepositoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\RepositoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Archive\RepositoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Archive\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Archive\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Archive\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\ExternalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\ExternalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Authentication\ExternalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Authentication\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Authentication\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Authentication\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserGroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Authentication\UserGroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Authentication\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Authentication\UserProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Authentication\UserProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BigData\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\SimilarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\SimilarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BigData\SimilarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BigData\WidgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BigData\WidgetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BigData\WidgetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\ElementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CMS\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\FixedPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\FixedPageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CMS\FixedPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CMS\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\PageTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\PageTranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CMS\PageTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CMS\RenderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CMS\RenderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CMS\RenderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\AttributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ClassificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ClassificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\ClassificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PersonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\PersonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PrizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PrizeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\PrizeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRIS\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRIS\PublicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRIS\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRISP4BigData\DiagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRISP4BigData\DiagramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRISP4BigData\DiagramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CRISP4BigData\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CRISP4BigData\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CRISP4BigData\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Chatbot\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Chatbot\ConversationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Chatbot\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\AcquisitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\AcquisitionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\AcquisitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceCollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceCollectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\CompetenceCollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\CompetenceProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\CompetenceScopeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\CompetenceScopeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\CompetenceScopeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\KnowledgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\KnowledgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\KnowledgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\PCDMCompetenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\PCDMCompetenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\PCDMCompetenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\PCDMProficiencyLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\PCDMProficiencyLevelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\PCDMProficiencyLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Competence\SkillController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Competence\SkillController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Competence\SkillController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CategorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CategorizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\CategorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\CollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\CollectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\CollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\DialogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\DialogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\DialogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\DisplayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\DisplayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\DisplayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\GameController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\MultimediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\MultimediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\MultimediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PublicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\PublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActAlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActAlertController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActAlertController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\PwDSickAct\PwDSickActVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\PwDSickAct\PwDSickActVideoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\PwDSickAct\PwDSickActVideoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\RatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\RatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Content\SoftwareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Content\SoftwareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Content\SoftwareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\ConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\CronJobController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\CronJobController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\CronJobController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FileAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FileAuditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\FileAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\FileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\FileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\HomepageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\HomepageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ProxyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\ProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\ShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\ShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Core\TranscriptController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Core\TranscriptController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Core\TranscriptController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DSpace\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DSpace\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DSpace\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EUT\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EUT\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\MobilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\MobilityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EUT\MobilityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\ResearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\ResearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EUT\ResearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\StudyProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\StudyProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EUT\StudyProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EUT\UniversityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EUT\UniversityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EUT\UniversityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ecommerce\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\CouponController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ecommerce\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\InventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\InventoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ecommerce\InventoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ecommerce\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\ShoppingCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\ShoppingCartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ecommerce\ShoppingCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ecommerce\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ecommerce\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ecommerce\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\DSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\DSpaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\DSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\MendeleyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\MendeleyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\MendeleyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Export\WrapperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Export\WrapperController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Export\WrapperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\DatasetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\DatasetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\DatasetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ExerciseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ExerciseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\ExerciseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\FitbitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\FitbitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\FitbitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\GoalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\GoalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\GoalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\GoogleFitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\GoogleFitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\GoogleFitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\MealController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\MealController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\MealController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\OverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\PreferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\PreferenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\PreferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\SensorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\SensorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\SensorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\WaterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\WaterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\WaterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Fitness\WeightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Fitness\WeightController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Fitness\WeightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\AlgorithmController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\AlgorithmController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\AlgorithmController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\AnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\AnalysisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\AnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\KnowledgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\KnowledgeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\KnowledgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\PerceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\PerceptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\PerceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\RawDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\RawDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\RawDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualDatasetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualDatasetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\VisualDatasetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualStructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualStructureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\VisualStructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\VisualizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\VisualizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\VisualizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\IVIS4BigData\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\IVIS4BigData\WorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\IVIS4BigData\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InformationRetrieval\SIRAController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InformationRetrieval\SIRAController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InformationRetrieval\SIRAController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\BibtexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\BibtexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\BibtexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\CategorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\CategorizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\CategorizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\DSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\DSpaceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\DSpaceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\GitHubController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\GitHubController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\GitHubController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\MendeleyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\MendeleyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\MendeleyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\OaiPmhController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\OaiPmhController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\OaiPmhController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\SlideShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\SlideShareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\SlideShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\StackExchangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\StackExchangeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\StackExchangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\WrapperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\WrapperController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\WrapperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ingest\YoutubeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ingest\YoutubeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ingest\YoutubeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\DokumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\DokumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\KIWI\DokumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\GraphController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\GraphController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\KIWI\GraphController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\KIWI\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\KIWI\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\KIWI\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LearningDesign\ActController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LearningDesign\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\ActivityStructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\ActivityStructureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LearningDesign\ActivityStructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\LearningDesignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\LearningDesignController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LearningDesign\LearningDesignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\PlayController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\PlayController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LearningDesign\PlayController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LearningDesign\WebserviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LearningDesign\WebserviceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LearningDesign\WebserviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ClassifierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ClassifierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NER\ClassifierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ModelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NER\ModelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NER\ModelDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NER\ModelDefinitionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NER\ModelDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OAuth\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OAuth\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OAuth\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ontology\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ontology\EditorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ontology\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Ontology\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Ontology\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Ontology\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prepare4Ner\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prepare4Ner\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Prepare4Ner\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Prepare4Ner\PreparationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Prepare4Ner\PreparationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Prepare4Ner\PreparationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\SystemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Report\TrafficController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Report\TrafficController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Report\TrafficController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\STO\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\AnalyticController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\AnalyticController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\STO\AnalyticController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\AuthoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\AuthoringController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\STO\AuthoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\STO\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\LTIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\LTIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\STO\LTIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\STO\ProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\STO\ProgressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\STO\ProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Syllabus\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\ModuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Syllabus\ModuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\ProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\ProgressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Syllabus\ProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\StudentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Syllabus\StudentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Syllabus\StudyProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Syllabus\StudyProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Syllabus\StudyProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Taxonomy\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\EditorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Taxonomy\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Taxonomy\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Taxonomy\VersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Taxonomy\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Webservice\ApplicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Webservice\ApplicationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Webservice\ApplicationController"; reason: abstract.
Removed service ".instanceof.Twig_ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
111
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Doctrine\Mapping\Annotation\MultiClientAble"; reason: unused.
Removed service "App\EventSubscriber\ContentCreationSubscriber"; reason: unused.
Removed service "App\EventSubscriber\ContentIndexSubscriber"; reason: unused.
Removed service "App\EventSubscriber\CourseCompletionSubscriber"; reason: unused.
Removed service "App\EventSubscriber\FileDeleteSubscriber"; reason: unused.
Removed service "App\EventSubscriber\ShareDeleteSubscriber"; reason: unused.
Removed service "App\Form\Model\ChangePassword"; reason: unused.
Removed service "App\Service\Core\Utility"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "league.oauth2_server.authenticator.oauth2"; reason: unused.
Removed service "league.oauth2_server.credentials_revoker.doctrine"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.S5Rers0"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
684
Inlined service "App\Service\Prepare4Ner\DataProvisionService" to "App\Form\Prepare4Ner\ExportSettingsType".
Inlined service "App\Service\Prepare4Ner\DataPreparationService" to "App\Form\Prepare4Ner\SelectNELabelCollectionsType".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\EmailController" to "App\Controller\Admin\EmailController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\FileAuditController" to "App\Controller\Admin\FileAuditController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\ShareController" to "App\Controller\Admin\ShareController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\SolrController" to "App\Controller\Admin\SolrController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Archive\CategorizationController" to "App\Controller\Archive\CategorizationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Archive\FieldStructureController" to "App\Controller\Archive\FieldStructureController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Archive\RecordController" to "App\Controller\Archive\RecordController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Archive\RepositoryController" to "App\Controller\Archive\RepositoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Archive\SearchController" to "App\Controller\Archive\SearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Authentication\ExternalController" to "App\Controller\Authentication\ExternalController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Authentication\GroupController" to "App\Controller\Authentication\GroupController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Authentication\SecurityController" to "App\Controller\Authentication\SecurityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Authentication\UserController" to "App\Controller\Authentication\UserController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Authentication\UserGroupController" to "App\Controller\Authentication\UserGroupController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Authentication\UserProfileController" to "App\Controller\Authentication\UserProfileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\BigData\SearchController" to "App\Controller\BigData\SearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\BigData\SimilarController" to "App\Controller\BigData\SimilarController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\BigData\WidgetController" to "App\Controller\BigData\WidgetController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CMS\ElementController" to "App\Controller\CMS\ElementController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CMS\FixedPageController" to "App\Controller\CMS\FixedPageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CMS\PageController" to "App\Controller\CMS\PageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CMS\PageTranslationController" to "App\Controller\CMS\PageTranslationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CMS\RenderController" to "App\Controller\CMS\RenderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\AttributeController" to "App\Controller\CRIS\AttributeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\ClassificationController" to "App\Controller\CRIS\ClassificationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\ImportController" to "App\Controller\CRIS\ImportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\OrganizationController" to "App\Controller\CRIS\OrganizationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\PersonController" to "App\Controller\CRIS\PersonController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\PrizeController" to "App\Controller\CRIS\PrizeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\ProjectController" to "App\Controller\CRIS\ProjectController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRIS\PublicationController" to "App\Controller\CRIS\PublicationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRISP4BigData\DiagramController" to "App\Controller\CRISP4BigData\DiagramController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\CRISP4BigData\ProjectController" to "App\Controller\CRISP4BigData\ProjectController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Chatbot\ConversationController" to "App\Controller\Chatbot\ConversationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\AcquisitionController" to "App\Controller\Competence\AcquisitionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\CompetenceCollectionController" to "App\Controller\Competence\CompetenceCollectionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\CompetenceProfileController" to "App\Controller\Competence\CompetenceProfileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\CompetenceScopeController" to "App\Controller\Competence\CompetenceScopeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\KnowledgeController" to "App\Controller\Competence\KnowledgeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\PCDMCompetenceController" to "App\Controller\Competence\PCDMCompetenceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\PCDMProficiencyLevelController" to "App\Controller\Competence\PCDMProficiencyLevelController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Competence\SkillController" to "App\Controller\Competence\SkillController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\CategorizationController" to "App\Controller\Content\CategorizationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\CollectionController" to "App\Controller\Content\CollectionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\DialogController" to "App\Controller\Content\DialogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\DisplayController" to "App\Controller\Content\DisplayController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\GameController" to "App\Controller\Content\GameController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\MultimediaController" to "App\Controller\Content\MultimediaController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\PublicationController" to "App\Controller\Content\PublicationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\PwDSickAct\PwDSickActAlertController" to "App\Controller\Content\PwDSickAct\PwDSickActAlertController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\PwDSickAct\PwDSickActController" to "App\Controller\Content\PwDSickAct\PwDSickActController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\PwDSickAct\PwDSickActReportController" to "App\Controller\Content\PwDSickAct\PwDSickActReportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\PwDSickAct\PwDSickActVideoController" to "App\Controller\Content\PwDSickAct\PwDSickActVideoController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\RatingController" to "App\Controller\Content\RatingController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\RegistrationController" to "App\Controller\Content\RegistrationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Content\SoftwareController" to "App\Controller\Content\SoftwareController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\ClientController" to "App\Controller\Core\ClientController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\ConfigurationController" to "App\Controller\Core\ConfigurationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\CronJobController" to "App\Controller\Core\CronJobController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\FeedbackController" to "App\Controller\Core\FeedbackController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\FileAuditController" to "App\Controller\Core\FileAuditController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\FileController" to "App\Controller\Core\FileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\HomepageController" to "App\Controller\Core\HomepageController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\LogController" to "App\Controller\Core\LogController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\ProxyController" to "App\Controller\Core\ProxyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\ShareController" to "App\Controller\Core\ShareController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Core\TranscriptController" to "App\Controller\Core\TranscriptController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\DSpace\SearchController" to "App\Controller\DSpace\SearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EUT\CourseController" to "App\Controller\EUT\CourseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EUT\ImportController" to "App\Controller\EUT\ImportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EUT\MobilityController" to "App\Controller\EUT\MobilityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EUT\ResearchController" to "App\Controller\EUT\ResearchController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EUT\StudyProgramController" to "App\Controller\EUT\StudyProgramController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\EUT\UniversityController" to "App\Controller\EUT\UniversityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ecommerce\AddressController" to "App\Controller\Ecommerce\AddressController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ecommerce\CouponController" to "App\Controller\Ecommerce\CouponController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ecommerce\InventoryController" to "App\Controller\Ecommerce\InventoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ecommerce\OrderController" to "App\Controller\Ecommerce\OrderController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ecommerce\ShoppingCartController" to "App\Controller\Ecommerce\ShoppingCartController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ecommerce\TransactionController" to "App\Controller\Ecommerce\TransactionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Export\DSpaceController" to "App\Controller\Export\DSpaceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Export\ExportController" to "App\Controller\Export\ExportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Export\MendeleyController" to "App\Controller\Export\MendeleyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Export\WrapperController" to "App\Controller\Export\WrapperController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\ActivityController" to "App\Controller\Fitness\ActivityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\BaseController" to "App\Controller\Fitness\BaseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\DatasetController" to "App\Controller\Fitness\DatasetController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\EventController" to "App\Controller\Fitness\EventController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\ExerciseController" to "App\Controller\Fitness\ExerciseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\FitbitController" to "App\Controller\Fitness\FitbitController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\GoalController" to "App\Controller\Fitness\GoalController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\GoogleFitController" to "App\Controller\Fitness\GoogleFitController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\MealController" to "App\Controller\Fitness\MealController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\OverviewController" to "App\Controller\Fitness\OverviewController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\PreferenceController" to "App\Controller\Fitness\PreferenceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\ProfileController" to "App\Controller\Fitness\ProfileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\SensorController" to "App\Controller\Fitness\SensorController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\WaterController" to "App\Controller\Fitness\WaterController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Fitness\WeightController" to "App\Controller\Fitness\WeightController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\AlgorithmController" to "App\Controller\IVIS4BigData\AlgorithmController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\AnalysisController" to "App\Controller\IVIS4BigData\AnalysisController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\KnowledgeController" to "App\Controller\IVIS4BigData\KnowledgeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\PerceptionController" to "App\Controller\IVIS4BigData\PerceptionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\RawDataController" to "App\Controller\IVIS4BigData\RawDataController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\VisualDatasetController" to "App\Controller\IVIS4BigData\VisualDatasetController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\VisualStructureController" to "App\Controller\IVIS4BigData\VisualStructureController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\VisualizationController" to "App\Controller\IVIS4BigData\VisualizationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\IVIS4BigData\WorkflowController" to "App\Controller\IVIS4BigData\WorkflowController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\InformationRetrieval\SIRAController" to "App\Controller\InformationRetrieval\SIRAController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\BibtexController" to "App\Controller\Ingest\BibtexController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\CategorizationController" to "App\Controller\Ingest\CategorizationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\DSpaceController" to "App\Controller\Ingest\DSpaceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\GitHubController" to "App\Controller\Ingest\GitHubController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\ImportController" to "App\Controller\Ingest\ImportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\MendeleyController" to "App\Controller\Ingest\MendeleyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\OaiPmhController" to "App\Controller\Ingest\OaiPmhController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\SlideShareController" to "App\Controller\Ingest\SlideShareController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\StackExchangeController" to "App\Controller\Ingest\StackExchangeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\WrapperController" to "App\Controller\Ingest\WrapperController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ingest\YoutubeController" to "App\Controller\Ingest\YoutubeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\KIWI\DokumentController" to "App\Controller\KIWI\DokumentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\KIWI\GraphController" to "App\Controller\KIWI\GraphController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\KIWI\HomeController" to "App\Controller\KIWI\HomeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LearningDesign\ActController" to "App\Controller\LearningDesign\ActController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LearningDesign\ActivityController" to "App\Controller\LearningDesign\ActivityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LearningDesign\ActivityStructureController" to "App\Controller\LearningDesign\ActivityStructureController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LearningDesign\LearningDesignController" to "App\Controller\LearningDesign\LearningDesignController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LearningDesign\PlayController" to "App\Controller\LearningDesign\PlayController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\LearningDesign\WebserviceController" to "App\Controller\LearningDesign\WebserviceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\NER\ClassifierController" to "App\Controller\NER\ClassifierController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\NER\ModelController" to "App\Controller\NER\ModelController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\NER\ModelDefinitionController" to "App\Controller\NER\ModelDefinitionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\OAuth\ClientController" to "App\Controller\OAuth\ClientController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ontology\EditorController" to "App\Controller\Ontology\EditorController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Ontology\ManagerController" to "App\Controller\Ontology\ManagerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Prepare4Ner\ExportController" to "App\Controller\Prepare4Ner\ExportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Prepare4Ner\PreparationController" to "App\Controller\Prepare4Ner\PreparationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Report\ContentController" to "App\Controller\Report\ContentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Report\SystemController" to "App\Controller\Report\SystemController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Report\TrafficController" to "App\Controller\Report\TrafficController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\STO\ActivityController" to "App\Controller\STO\ActivityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\STO\AnalyticController" to "App\Controller\STO\AnalyticController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\STO\AuthoringController" to "App\Controller\STO\AuthoringController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\STO\CourseController" to "App\Controller\STO\CourseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\STO\LTIController" to "App\Controller\STO\LTIController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\STO\ProgressController" to "App\Controller\STO\ProgressController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Syllabus\CourseController" to "App\Controller\Syllabus\CourseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Syllabus\ModuleController" to "App\Controller\Syllabus\ModuleController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Syllabus\ProgressController" to "App\Controller\Syllabus\ProgressController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Syllabus\StudentController" to "App\Controller\Syllabus\StudentController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Syllabus\StudyProgramController" to "App\Controller\Syllabus\StudyProgramController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Taxonomy\CategoryController" to "App\Controller\Taxonomy\CategoryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Taxonomy\EditorController" to "App\Controller\Taxonomy\EditorController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Taxonomy\VersionController" to "App\Controller\Taxonomy\VersionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Webservice\ApplicationController" to "App\Controller\Webservice\ApplicationController".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.problem.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonopenapi.encoder" to "serializer".
Inlined service "api_platform.yamlopenapi.encoder" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.K7rLGx_" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.ea.H0ae" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.DG7Og79" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.2s2x4lz" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.NXTTdTW" to "security.helper".
Inlined service ".service_locator._o008jI" to "security.helper".
Inlined service ".service_locator.eNHiDSp" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.Z5lmFuw" to "security.access_map".
Inlined service ".security.request_matcher.I_Hqzgo" to "security.access_map".
Inlined service ".security.request_matcher.R9sG2eI" to "security.access_map".
Inlined service ".security.request_matcher.feiqXyp" to "security.access_map".
Inlined service ".security.request_matcher.2pNUHJO" to "security.access_map".
Inlined service ".security.request_matcher.v.QWPsG" to "security.access_map".
Inlined service ".security.request_matcher.G.RkT4e" to "security.access_map".
Inlined service ".security.request_matcher.D6ZIYEU" to "security.access_map".
Inlined service ".security.request_matcher.8q7ryCu" to "security.access_map".
Inlined service ".security.request_matcher.VBj5iyl" to "security.access_map".
Inlined service ".security.request_matcher.2IovSvN" to "security.access_map".
Inlined service ".security.request_matcher.zcnB5SZ" to "security.access_map".
Inlined service ".security.request_matcher.qUjiLUS" to "security.access_map".
Inlined service ".security.request_matcher.bEa_kEv" to "security.access_map".
Inlined service ".security.request_matcher.8OAm2Jt" to "security.access_map".
Inlined service ".security.request_matcher.aT8GGFj" to "security.access_map".
Inlined service ".security.request_matcher.oidy5Nk" to "security.access_map".
Inlined service ".security.request_matcher.Vup8Ixv" to "security.access_map".
Inlined service ".security.request_matcher.U1NpEpy" to "security.access_map".
Inlined service ".security.request_matcher.LOACDpR" to "security.access_map".
Inlined service ".security.request_matcher.jhWToyq" to "security.access_map".
Inlined service ".security.request_matcher.eFmpxGe" to "security.access_map".
Inlined service ".security.request_matcher.aJsOG89" to "security.access_map".
Inlined service ".security.request_matcher.8dvCajk" to "security.access_map".
Inlined service ".security.request_matcher._YmMAnL" to "security.access_map".
Inlined service ".security.request_matcher.QcniLHC" to "security.access_map".
Inlined service ".security.request_matcher.sTUcktp" to "security.access_map".
Inlined service ".security.request_matcher.ed7xOES" to "security.access_map".
Inlined service ".security.request_matcher.ueLgi8d" to "security.access_map".
Inlined service ".security.request_matcher.uwcrd1U" to "security.access_map".
Inlined service ".security.request_matcher.RCr4Hyq" to "security.access_map".
Inlined service ".security.request_matcher.LLH5d8r" to "security.access_map".
Inlined service ".security.request_matcher.ISxLHWN" to "security.access_map".
Inlined service ".security.request_matcher.ZK491mX" to "security.access_map".
Inlined service ".security.request_matcher.gYwDlIW" to "security.access_map".
Inlined service ".security.request_matcher.fFZA7rc" to "security.access_map".
Inlined service ".security.request_matcher.97p8DaZ" to "security.access_map".
Inlined service ".security.request_matcher.GMuc_2n" to "security.access_map".
Inlined service ".security.request_matcher.jscCyPT" to "security.access_map".
Inlined service ".security.request_matcher.C8Yciu9" to "security.access_map".
Inlined service ".security.request_matcher.20qqlLl" to "security.access_map".
Inlined service ".security.request_matcher.2iBzYiD" to "security.access_map".
Inlined service ".security.request_matcher.kCi5IAJ" to "security.access_map".
Inlined service ".security.request_matcher.agU14B4" to "security.access_map".
Inlined service ".security.request_matcher.H_EBhO7" to "security.access_map".
Inlined service ".security.request_matcher.UB3q8ud" to "security.access_map".
Inlined service ".security.request_matcher.RzHgWkz" to "security.access_map".
Inlined service ".security.request_matcher.coWSgxl" to "security.access_map".
Inlined service ".security.request_matcher.5bZbXYB" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.mg3Zrkn" to ".security.request_matcher.3xns6Kn".
Inlined service "security.firewall.map.config.api_token" to "security.firewall.map.context.api_token".
Inlined service "league.oauth2_server.resource_server" to "security.authenticator.oauth2.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.jor1Ghd".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.0h..Oiz" to ".security.request_matcher.Z5lmFuw".
Inlined service ".security.request_matcher.MzKdPFu" to ".security.request_matcher.R9sG2eI".
Inlined service ".security.request_matcher.yOtM5Cb" to ".security.request_matcher.feiqXyp".
Inlined service ".security.request_matcher.si3o3wn" to ".security.request_matcher.2pNUHJO".
Inlined service ".security.request_matcher.WIpCngH" to ".security.request_matcher.v.QWPsG".
Inlined service ".security.request_matcher.jz_jyts" to ".security.request_matcher.G.RkT4e".
Inlined service ".security.request_matcher.wyLy_Lm" to ".security.request_matcher.D6ZIYEU".
Inlined service ".security.request_matcher.RLmt.tK" to ".security.request_matcher.8q7ryCu".
Inlined service ".security.request_matcher..tZ0IPN" to ".security.request_matcher.VBj5iyl".
Inlined service ".security.request_matcher.aYwIhnb" to ".security.request_matcher.2IovSvN".
Inlined service ".security.request_matcher.KKIeLE6" to ".security.request_matcher.zcnB5SZ".
Inlined service ".security.request_matcher.J9OoSeU" to ".security.request_matcher.qUjiLUS".
Inlined service ".security.request_matcher.5_2ZKQy" to ".security.request_matcher.bEa_kEv".
Inlined service ".security.request_matcher..klzI4m" to ".security.request_matcher.8OAm2Jt".
Inlined service ".security.request_matcher.lRTkZA8" to ".security.request_matcher.aT8GGFj".
Inlined service ".security.request_matcher.2CCVwXk" to ".security.request_matcher.oidy5Nk".
Inlined service ".security.request_matcher.zjZGqRP" to ".security.request_matcher.Vup8Ixv".
Inlined service ".security.request_matcher.9aIm6V2" to ".security.request_matcher.U1NpEpy".
Inlined service ".security.request_matcher.rBSTPwW" to ".security.request_matcher.LOACDpR".
Inlined service ".security.request_matcher.5yCg3VK" to ".security.request_matcher.jhWToyq".
Inlined service ".security.request_matcher.jX_y5Ae" to ".security.request_matcher.eFmpxGe".
Inlined service ".security.request_matcher.fx05LvY" to ".security.request_matcher.aJsOG89".
Inlined service ".security.request_matcher.z4.UBIO" to ".security.request_matcher.8dvCajk".
Inlined service ".security.request_matcher.w23QIMS" to ".security.request_matcher._YmMAnL".
Inlined service ".security.request_matcher.WuE7iza" to ".security.request_matcher.QcniLHC".
Inlined service ".security.request_matcher.0i2RIwa" to ".security.request_matcher.sTUcktp".
Inlined service ".security.request_matcher.SpIVsu9" to ".security.request_matcher.ed7xOES".
Inlined service ".security.request_matcher.4kFu1B2" to ".security.request_matcher.ueLgi8d".
Inlined service ".security.request_matcher.i.fxMQY" to ".security.request_matcher.uwcrd1U".
Inlined service ".security.request_matcher.JZccqj9" to ".security.request_matcher.RCr4Hyq".
Inlined service ".security.request_matcher.J_xICsP" to ".security.request_matcher.LLH5d8r".
Inlined service ".security.request_matcher.dc_WTSS" to ".security.request_matcher.ISxLHWN".
Inlined service ".security.request_matcher.pW8U.CZ" to ".security.request_matcher.ZK491mX".
Inlined service ".security.request_matcher.fyaLCl3" to ".security.request_matcher.gYwDlIW".
Inlined service ".security.request_matcher.Xt8OiDk" to ".security.request_matcher.fFZA7rc".
Inlined service ".security.request_matcher.tk8F55J" to ".security.request_matcher.97p8DaZ".
Inlined service ".security.request_matcher.nOj_g_V" to ".security.request_matcher.GMuc_2n".
Inlined service ".security.request_matcher.TRifMqi" to ".security.request_matcher.jscCyPT".
Inlined service ".security.request_matcher.gMIm6ub" to ".security.request_matcher.C8Yciu9".
Inlined service ".security.request_matcher.OVaGzNE" to ".security.request_matcher.20qqlLl".
Inlined service ".security.request_matcher.bxHgolc" to ".security.request_matcher.2iBzYiD".
Inlined service ".security.request_matcher.3wtWhGI" to ".security.request_matcher.kCi5IAJ".
Inlined service ".security.request_matcher.RXMzc_B" to ".security.request_matcher.agU14B4".
Inlined service ".security.request_matcher.8g4vNRY" to ".security.request_matcher.H_EBhO7".
Inlined service ".security.request_matcher.CvqWKDx" to ".security.request_matcher.UB3q8ud".
Inlined service ".security.request_matcher.3oxEUL7" to ".security.request_matcher.RzHgWkz".
Inlined service ".security.request_matcher.kKXtCsb" to ".security.request_matcher.coWSgxl".
Inlined service ".security.request_matcher.kyn.vcb" to ".security.request_matcher.5bZbXYB".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service ".service_locator.fKIsVqY" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~_Zu4rg_" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "league.oauth2_server.manager.in_memory.scope" to "league.oauth2_server.repository.scope".
Inlined service "league.oauth2_server.symfony_league_listener_provider" to "league.oauth2_server.emitter".
Inlined service "league.oauth2_server.repository.client" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.scope" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.emitter" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.client_credentials" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.password" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.auth_code" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.grant.implicit" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.authorization_server.grant_configurator" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.user" to "league.oauth2_server.grant.password".
Inlined service "league.oauth2_server.repository.auth_code" to "league.oauth2_server.grant.auth_code".
Inlined service "league.oauth2_server.factory.authorization_request_resolve_event" to "league.oauth2_server.controller.authorization".
Inlined service ".service_locator..XQZCUo" to "api_platform.state_provider.locator".
Inlined service ".service_locator.3z9TdAF" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.metadata.inflector" to "api_platform.metadata.path_segment_name_generator.underscore".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.content_negotiation" to "api_platform.listener.request.add_format".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.listener.request.read".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.listener.request.deserialize".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.state_processor.write" to "api_platform.listener.view.write".
Inlined service "api_platform.state_processor.serialize" to "api_platform.listener.view.serialize".
Inlined service ".service_locator.XycFNfb" to "api_platform.state_provider.parameter".
Inlined service "api_platform.state_processor.documentation.serialize" to "api_platform.state_processor.documentation.write".
Inlined service "api_platform.swagger_ui.documentation.provider" to "api_platform.state_provider.documentation.content_negotiation".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.deprecations".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.deprecations" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~OEjIb_C" to ".1_Serializer~OEjIb_C".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory".
Inlined service "api_platform.swagger_ui.documentation.provider.inner" to "api_platform.swagger_ui.documentation.provider".
Inlined service "api_platform.state_provider.parameter" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.listener.view.validate".
Inlined service "api_platform.state_provider.parameter_validator.inner" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\EntityVoter" to ".debug.security.voter.App\Security\EntityVoter".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.N3n0e03" to ".service_locator.N3n0e03.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.36xOA8x" to "debug.argument_resolver.inner".
Inlined service "api_platform.json_schema.type_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "league.oauth2_server.persistence.driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~OEjIb_C" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.Tepp8Bo" to "console.command_loader".
Inlined service ".cache_connection.kcrWOPf" to "cache.app.recorder_inner".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.N3n0e03.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "league.oauth2_server.repository.refresh_token" to "league.oauth2_server.authorization_server".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
2
Tag "cache_clearer" was defined on service(s) "App\EventListener\CacheClearer", but was never used. Did you mean "kernel.cache_clearer"?
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "api_platform.http_cache.processor.add_headers", ".debug.http_client", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.