Attributes Inventory

List of attributes in use in the code.

AttributeTypeLocation
Aftermethodfunction restoreClockAfterTest ()
AnotherAttributeargument$a
AsAlias('some-alias''some-alias')classclass WithAsAliasMultiple
AsAlias(AliasBarInterface::class::class)classclass WithAsAliasIdMultipleInterface
AsAlias(AliasFooInterface::class::class)classclass WithAsAlias
AsAlias(AliasFooInterface::class::class)classclass WithAsAliasDuplicate
AsAlias(AliasFooInterface::class::class, true)classclass WithAsAliasMultiple
AsAliasclassclass WithAsAliasInterface
AsAliasclassclass WithAsAliasMultipleInterface
AsCommand('%cmd%|%cmdalias%''%cmd%|%cmdalias%', 'Creates a 80% discount''Creates a 80% discount')classclass EscapedDefaultsFromPhpCommand
AsCommand('about''about', 'Display information about the current project''Display information about the current project')classclass AboutCommand
AsCommand('asset-map:compile''asset-map:compile', 'Compile all mapped assets and writes them to the final public output directory''Compile all mapped assets and writes them to the final public output directory')classclass AssetMapperCompileCommand
AsCommand('assets:install''assets:install', 'Install bundle\'s web assets under a public directory''Install bundle\'s web assets under a public directory')classclass AssetsInstallCommand
AsCommand('cache:clear''cache:clear', 'Clear the cache''Clear the cache')classclass CacheClearCommand
AsCommand('cache:pool:clear''cache:pool:clear', 'Clear cache pools''Clear cache pools')classclass CachePoolClearCommand
AsCommand('cache:pool:delete''cache:pool:delete', 'Delete an item from a cache pool''Delete an item from a cache pool')classclass CachePoolDeleteCommand
AsCommand('cache:pool:invalidate-tags''cache:pool:invalidate-tags', 'Invalidate cache tags for all or a specific pool''Invalidate cache tags for all or a specific pool')classclass CachePoolInvalidateTagsCommand
AsCommand('cache:pool:list''cache:pool:list', 'List available cache pools''List available cache pools')classclass CachePoolListCommand
AsCommand('cache:pool:prune''cache:pool:prune', 'Prune cache pools''Prune cache pools')classclass CachePoolPruneCommand
AsCommand('cache:warmup''cache:warmup', 'Warm up an empty cache''Warm up an empty cache')classclass CacheWarmupCommand
AsCommand('completion''completion', 'Dump the shell completion script''Dump the shell completion script')classclass DumpCompletionCommand
AsCommand('config:dump-reference''config:dump-reference', 'Dump the default configuration for an extension''Dump the default configuration for an extension')classclass ConfigDumpReferenceCommand
AsCommand('debug:asset-map''debug:asset-map', 'Output all mapped assets''Output all mapped assets')classclass DebugAssetMapperCommand
AsCommand('debug:autowiring''debug:autowiring', 'List classes/interfaces you can use for autowiring''List classes/interfaces you can use for autowiring')classclass DebugAutowiringCommand
AsCommand('debug:config''debug:config', 'Dump the current configuration for an extension''Dump the current configuration for an extension')classclass ConfigDebugCommand
AsCommand('debug:container''debug:container', 'Display current services for an application''Display current services for an application')classclass ContainerDebugCommand
AsCommand('debug:dotenv''debug:dotenv', 'List all dotenv files with variables and values''List all dotenv files with variables and values')classclass DebugCommand
AsCommand('debug:event-dispatcher''debug:event-dispatcher', 'Display configured listeners for an application''Display configured listeners for an application')classclass EventDispatcherDebugCommand
AsCommand('debug:firewall''debug:firewall', 'Display information about your security firewall(s)''Display information about your security firewall(s)')classclass DebugFirewallCommand
AsCommand('debug:form''debug:form', 'Display form type information''Display form type information')classclass DebugCommand
AsCommand('debug:messenger''debug:messenger', 'List messages you can dispatch using the message buses''List messages you can dispatch using the message buses')classclass DebugCommand
AsCommand('debug:router''debug:router', 'Display current routes for an application''Display current routes for an application')classclass RouterDebugCommand
AsCommand('debug:scheduler''debug:scheduler', 'List schedules and their recurring messages''List schedules and their recurring messages')classclass DebugCommand
AsCommand('debug:serializer''debug:serializer', 'Display serialization information for classes''Display serialization information for classes')classclass DebugCommand
AsCommand('debug:translation''debug:translation', 'Display translation messages information''Display translation messages information')classclass TranslationDebugCommand
AsCommand('debug:twig''debug:twig', 'Show a list of twig functions, filters, globals and tests''Show a list of twig functions, filters, globals and tests')classclass DebugCommand
AsCommand('debug:validator''debug:validator', 'Display validation constraints for classes''Display validation constraints for classes')classclass DebugCommand
AsCommand('default''default')classclass NamedCommand
AsCommand('dotenv:dump''dotenv:dump', 'Compile .env files to .env.local.php''Compile .env files to .env.local.php')classclass DotenvDumpCommand
AsCommand('fail''fail')classclass FailingCommand
AsCommand('foo''foo', 'desc''desc', true, ['f']])classclass Php8Command
AsCommand('foo2''foo2', 'desc2''desc2', true)classclass Php8Command2
AsCommand('importmap:audit''importmap:audit', 'Check for security vulnerability advisories for dependencies''Check for security vulnerability advisories for dependencies')classclass ImportMapAuditCommand
AsCommand('importmap:install''importmap:install', 'Download all assets that should be downloaded''Download all assets that should be downloaded')classclass ImportMapInstallCommand
AsCommand('importmap:outdated''importmap:outdated', 'List outdated JavaScript packages and their latest versions''List outdated JavaScript packages and their latest versions')classclass ImportMapOutdatedCommand
AsCommand('importmap:remove''importmap:remove', 'Remove JavaScript packages''Remove JavaScript packages')classclass ImportMapRemoveCommand
AsCommand('importmap:require''importmap:require', 'Require JavaScript packages''Require JavaScript packages')classclass ImportMapRequireCommand
AsCommand('importmap:update''importmap:update', 'Update JavaScript packages to their latest versions''Update JavaScript packages to their latest versions')classclass ImportMapUpdateCommand
AsCommand('lint:container''lint:container', 'Ensure that arguments injected into services match type declarations''Ensure that arguments injected into services match type declarations')classclass ContainerLintCommand
AsCommand('lint:twig''lint:twig', 'Lint a Twig template and outputs encountered errors''Lint a Twig template and outputs encountered errors')classclass LintCommand
AsCommand('lint:twig''lint:twig', 'Lint a Twig template and outputs encountered errors''Lint a Twig template and outputs encountered errors')classclass LintCommand
AsCommand('lint:xliff''lint:xliff', 'Lint an XLIFF file and outputs encountered errors''Lint an XLIFF file and outputs encountered errors')classclass XliffLintCommand
AsCommand('lint:xliff''lint:xliff', 'Lint an XLIFF file and outputs encountered errors''Lint an XLIFF file and outputs encountered errors')classclass XliffLintCommand
AsCommand('lint:yaml''lint:yaml', 'Lint a YAML file and outputs encountered errors''Lint a YAML file and outputs encountered errors')classclass LintCommand
AsCommand('lint:yaml''lint:yaml', 'Lint a YAML file and outputs encountered errors''Lint a YAML file and outputs encountered errors')classclass YamlLintCommand
AsCommand('mailer:test''mailer:test', 'Test Mailer transports by sending an email''Test Mailer transports by sending an email')classclass MailerTestCommand
AsCommand('messenger:consume''messenger:consume', 'Consume messages''Consume messages')classclass ConsumeMessagesCommand
AsCommand('messenger:failed:remove''messenger:failed:remove', 'Remove given messages from the failure transport''Remove given messages from the failure transport')classclass FailedMessagesRemoveCommand
AsCommand('messenger:failed:retry''messenger:failed:retry', 'Retry one or more messages from the failure transport''Retry one or more messages from the failure transport')classclass FailedMessagesRetryCommand
AsCommand('messenger:failed:show''messenger:failed:show', 'Show one or more messages from the failure transport''Show one or more messages from the failure transport')classclass FailedMessagesShowCommand
AsCommand('messenger:setup-transports''messenger:setup-transports', 'Prepare the required infrastructure for the transport''Prepare the required infrastructure for the transport')classclass SetupTransportsCommand
AsCommand('messenger:stats''messenger:stats', 'Show the message count for one or more transports''Show the message count for one or more transports')classclass StatsCommand
AsCommand('messenger:stop-workers''messenger:stop-workers', 'Stop workers after their current message''Stop workers after their current message')classclass StopWorkersCommand
AsCommand('my:command''my:command', 'This is a command I wrote all by myself''This is a command I wrote all by myself')classclass MyAnnotatedCommand
AsCommand('router:match''router:match', 'Help debug routes by simulating a path info match''Help debug routes by simulating a path info match')classclass RouterMatchCommand
AsCommand('secrets:decrypt-to-local''secrets:decrypt-to-local', 'Decrypt all secrets and stores them in the local vault''Decrypt all secrets and stores them in the local vault')classclass SecretsDecryptToLocalCommand
AsCommand('secrets:encrypt-from-local''secrets:encrypt-from-local', 'Encrypt all local secrets to the vault''Encrypt all local secrets to the vault')classclass SecretsEncryptFromLocalCommand
AsCommand('secrets:generate-keys''secrets:generate-keys', 'Generate new encryption keys''Generate new encryption keys')classclass SecretsGenerateKeysCommand
AsCommand('secrets:list''secrets:list', 'List all secrets''List all secrets')classclass SecretsListCommand
AsCommand('secrets:remove''secrets:remove', 'Remove a secret from the vault''Remove a secret from the vault')classclass SecretsRemoveCommand
AsCommand('secrets:set''secrets:set', 'Set a secret in the vault''Set a secret in the vault')classclass SecretsSetCommand
AsCommand('security:hash-password''security:hash-password', 'Hash a user password''Hash a user password')classclass UserPasswordHashCommand
AsCommand('server:dump''server:dump', 'Start a dump server that collects and displays dumps in a single place''Start a dump server that collects and displays dumps in a single place')classclass ServerDumpCommand
AsCommand('server:dump''server:dump', 'Start a dump server that collects and displays dumps in a single place''Start a dump server that collects and displays dumps in a single place')classclass ServerDumpPlaceholderCommand
AsCommand('server:log''server:log', 'Start a log server that displays logs in real time''Start a log server that displays logs in real time')classclass ServerLogCommand
AsCommand('signal''signal')classclass BaseSignableCommand
AsCommand('signal''signal')classclass SignableCommand
AsCommand('signal''signal')classclass TerminatableCommand
AsCommand('signal''signal')classclass TerminatableWithEventCommand
AsCommand('translation:extract''translation:extract', 'Extract missing translations keys from code to translation files''Extract missing translations keys from code to translation files')classclass TranslationUpdateCommand
AsCommand('translation:pull''translation:pull', 'Pull translations from a given provider.''Pull translations from a given provider.')classclass TranslationPullCommand
AsCommand('translation:push''translation:push', 'Push translations to a given provider.''Push translations to a given provider.')classclass TranslationPushCommand
AsCommand('ulid:generate''ulid:generate', 'Generate a ULID''Generate a ULID')classclass GenerateUlidCommand
AsCommand('ulid:inspect''ulid:inspect', 'Inspect a ULID''Inspect a ULID')classclass InspectUlidCommand
AsCommand('uuid:generate''uuid:generate', 'Generate a UUID''Generate a UUID')classclass GenerateUuidCommand
AsCommand('uuid:inspect''uuid:inspect', 'Inspect a UUID''Inspect a UUID')classclass InspectUuidCommand
AsCommand('workflow:dump''workflow:dump', 'Dump a workflow''Dump a workflow')classclass WorkflowDumpCommand
AsCommand('|_complete''|_complete', 'Internal command to provide shell completion suggestions''Internal command to provide shell completion suggestions')classclass CompleteCommand
AsCommand('|cmdname|cmdalias''|cmdname|cmdalias', 'Just testing''Just testing')classclass DescribedCommand
AsControllerclassclass InvokableController
AsCronTask('* * * * *''* * * * *', [1]], 'dummy_task''dummy_task')classclass DummyTask
AsCronTask('0 * * * *''0 * * * *', 'Europe/Berlin''Europe/Berlin', ['2']], 'dummy_task''dummy_task', 'method2''method2')classclass DummyTask
AsCronTask('0 10 * * *''0 10 * * *', ['7', 8]], 'dummy_task''dummy_task')methodfunction attributesOnMethod ()
AsDecorator(AsDecoratorFoo::class::class)classclass AutowireNestedAttributes
AsDecorator(AsDecoratorFoo::class::class, 10)classclass AsDecoratorBar10
AsDecorator(AsDecoratorFoo::class::class, 20)classclass AsDecoratorBar20
AsDecorator(\NonExistent::class::class, ContainerInterface::NULL_ON_INVALID_REFERENCE)classclass AsDecoratorBaz
AsEventListener('bar''bar', 'onBarEvent''onBarEvent')classclass TaggedMultiListener
AsEventListener('baz''baz')methodfunction onBazEvent ()
AsEventListener('foo''foo', 42)classclass TaggedMultiListener
AsEventListener(CustomEvent::class::class, 'onCustomEvent''onCustomEvent')classclass TaggedMultiListener
AsEventListenerclassclass TaggedInvokableListener
AsMessageHandler('a''a')methodfunction handleThirdMessage ()
AsMessageHandler('b''b')methodfunction handleThirdMessage ()
AsMessageHandler(DummyMessage::class::class)classclass HandlerWithMultipleMessages
AsMessageHandler(DummyMessage::class::class, 'dummyMethod''dummyMethod')classclass HandlerMappingMethods
AsMessageHandler(DummyMessage::class::class, 'dummyMethod''dummyMethod')classclass HandlerMappingWithNonExistentMethod
AsMessageHandler(DummyMessage::class::class, 'dummyMethodForCommands''dummyMethodForCommands', 'command_bus''command_bus')classclass HandlerOnSpecificBuses
AsMessageHandler(DummyMessage::class::class, 'dummyMethodForEvents''dummyMethodForEvents', 'event_bus''event_bus')classclass HandlerOnSpecificBuses
AsMessageHandler(DummyMessage::class::class, 'some_undefined_bus''some_undefined_bus', 'dummyMethodForSomeBus''dummyMethodForSomeBus')classclass HandlerOnUndefinedBus
AsMessageHandler(SecondMessage::class::class)classclass HandlerWithMultipleMessages
AsMessageHandler(SecondMessage::class::class, 'secondMessage''secondMessage', 20)classclass HandlerMappingMethods
AsMessageHandler(SecondMessage::class::class, 10)classclass PrioritizedHandler
AsMessageHandlerclassclass EarlyExpirationHandler
AsMessageHandlerclassclass HandleNoMessageHandler
AsMessageHandlerclassclass TaggedDummyHandler
AsMessageHandlerclassclass TaggedDummyHandlerWithUnionTypes
AsMessageHandlerclassclass UndefinedMessageHandlerViaAttribute
AsMessageHandlermethodfunction handleSecondMessage ()
AsMessageHandlermethodfunction handleUnionTypeMessage ()
AsPeriodicTask('1 day''1 day', '2023-10-25 09:59:00Z''2023-10-25 09:59:00Z', 60, ['4']], 'dummy_task''dummy_task', 'method4''method4')classclass DummyTask
AsPeriodicTask('1 day''1 day', '2023-10-25 09:59:00Z''2023-10-25 09:59:00Z', ['9']], 'dummy_task''dummy_task', 'method5''method5')classclass DummyTask
AsPeriodicTask('1 day''1 day', '2023-10-25 09:59:00Z''2023-10-25 09:59:00Z', ['9b']], 'dummy_task''dummy_task', 'method5''method5')classclass DummyTask
AsPeriodicTask('1 day''1 day', '2023-10-25 09:59:00Z''2023-10-25 09:59:00Z', ['named' => '9']], 'dummy_task''dummy_task', 'method5''method5')classclass DummyTask
AsPeriodicTask('1 hour''1 hour', '2023-10-26 09:00:00Z''2023-10-26 09:00:00Z', '2023-10-26 17:00:00Z''2023-10-26 17:00:00Z', ['b' => 6, 'a' => '5']], 'dummy_task''dummy_task')methodfunction attributesOnMethod ()
AsPeriodicTask(5, 'custom_receiver''custom_receiver')classclass DummyTaskWithCustomReceiver
AsPeriodicTask(5, [3]], 'dummy_task''dummy_task')classclass DummyTask
AsRoutingConditionService('auto_configured''auto_configured')classclass AutoConfiguredService
AsRoutingConditionService('foo''foo')classclass FooOriginalService
AsRoutingConditionService('foo''foo', -1)classclass FooReplacementService
AsRoutingConditionServiceclassclass AutoConfiguredNonAliasedService
AsSchedule('dummy''dummy')classclass DummySchedule
AsTaggedItem('hello''hello', 1)classclass HelloNamedService
AsTaggedItem(2)classclass HelloNamedService2
Assert\All([new Assert\NotNull( ), new Assert\Range(min : 3), ]])property$scream ()
Assert\All([new Assert\NotNull( ), new Assert\Range(min : 3), ]], )property$levels ()
Assert\All([new Assert\Type(type : 'string'), new Assert\Iban( ), ]])property$request ()
Assert\AtLeastOneOf([new Assert\NotNull( ), new Assert\Range(min : 3), ]], 'foo''foo', false, )property$logger ()
Assert\Callback('foo''foo')methodfunction validateMe ()
Assert\Callback([CallbackClass::class, 'callback']])classclass Entity
Assert\Callbackmethodfunction validateMeStatic ()
Assert\Choice(['A', 'B']], 'Must be one of %choices%''Must be one of %choices%')property$scope ()
Assert\Collection(['foo' => [new Assert\NotNull( ), new Assert\Range(min : 3), ], 'bar' => new Assert\Range(min : 5), 'baz' => new Assert\Required([new Assert\Email( )]), 'qux' => new Assert\Optional([new Assert\NotBlank( )]), ]], true )property$throwAt ()
Assert\DisableAutoMappingclassclass DoctrineLoaderNoAutoMappingEntity
Assert\DisableAutoMappingclassclass PropertyInfoLoaderNoAutoMappingEntity
Assert\DisableAutoMappingproperty$backendRequest ()
Assert\DisableAutoMappingproperty$handleAllThrowables ()
Assert\DisableAutoMappingproperty$requestType ()
Assert\Emailproperty$kernel ()
Assert\Emailproperty$status ()
Assert\Emailproperty$terminateCalled ()
Assert\EnableAutoMappingproperty$kernel ()
Assert\EnableAutoMappingproperty$view ()
Assert\Expression('1 + 1 = 2''1 + 1 = 2')classclass DummyClassOne
Assert\Expression('1 + 1 = 2''1 + 1 = 2')classclass DummyClassTwo
Assert\GroupSequence(['Foo', 'Entity']])classclass Entity
Assert\GroupSequenceProvider(DummyGroupProvider::class::class)classclass GroupProviderDto
Assert\GroupSequenceProviderclassclass GroupSequenceProviderEntity
Assert\IsTruemethodfunction hasPermissions ()
Assert\IsTruemethodfunction isValid ()
Assert\Isbn('isbn10''isbn10', 'custom Isbn message from attribute''custom Isbn message from attribute')property$defaultLocale ()
Assert\Isbn(['type' => 'isbn10', 'message' => 'custom Isbn message from attribute with options as array', ]])property$router ()
Assert\Length('custom Length exact message from attribute from named argument 1/2''custom Length exact message from attribute from named argument 1/2', 'custom Length min message from attribute from named argument 2/2''custom Length min message from attribute from named argument 2/2')property$requestStack ()
Assert\Length('custom Length exact message from attribute from named argument''custom Length exact message from attribute from named argument')property$enabledLocales ()
Assert\Length(1, 10)property$startTime ()
Assert\Length(10)property$resolvedTypeFactory ()
Assert\Length(10, ['strict']])property$logger ()
Assert\Length(5)property$projectDir ()
Assert\LessThan(10)property$locked ()
Assert\NotBlank('message-in-constraint-attribute''message-in-constraint-attribute')property$useAcceptLanguageHeader ()
Assert\NotBlank(['nested']])property$request ()
Assert\NotBlankproperty$attributes ()
Assert\NotBlankproperty$body ()
Assert\NotBlankproperty$catch ()
Assert\NotBlankproperty$containerPathPrefix ()
Assert\NotBlankproperty$controllerEvent ()
Assert\NotBlankproperty$currentRequest ()
Assert\NotBlankproperty$extensions ()
Assert\NotBlankproperty$statusCode ()
Assert\NotBlankproperty$throwable ()
Assert\NotNullmethodfunction getLastName ()
Assert\NotNullproperty$allowCustomResponseCode ()
Assert\NotNullproperty$arguments ()
Assert\NotNullproperty$controllerArgumentsEvent ()
Assert\NotNullproperty$response ()
Assert\Range(3)property$decorated ()
Assert\Sequentially([new Assert\Expression('this.getFirstName() != null')]]) classclass Entity
Assert\Sequentially([new Assert\NotBlank( ), new Assert\Range(min : 5), ]])property$deprecationLogger ()
Assert\Type("string""string")property$disabled ()
Assert\Type('int''int')property$namedArguments ()
Assert\Type('integer''integer')property$controllerResult ()
Assert\Type('string''string')property$name ()
Assert\Valid(['nested']])property$cacheConfig ()
Assert\Valid(['nested']])property$store ()
Assert\Validproperty$addContentLanguageHeader ()
Assert\Validproperty$charset ()
Assert\Validproperty$controller ()
Assert\Validproperty$controllerReflector ()
Assert\Validproperty$headers ()
Assert\Validproperty$headers ()
Assert\Validproperty$response ()
Assert\Validproperty$type ()
Autoconfigure(['$foo' => 'foo']], 'create''create')classclass StaticConstructorAutoconfigure
Autoconfigure(['$projectDir' => '%kernel.project_dir%', '$defaultEnv' => '%kernel.environment%']])classclass DotenvDumpCommand
Autoconfigure(['foo']])interfaceinterface FooInterface
Autoconfigure(true, true, true, true, ['bar' => 'baz', ]], '@bla''@bla', ['a_tag', ['another_tag' => ['attr' => 234]], ]], [['setBar' => [2, 3]]]], ['$bar' => 1, ]], 'create''create' )classclass AutoconfigureAttributed
AutoconfigureTag(['foo' => 123]])interfaceinterface AutoconfiguredInterface
AutoconfigureTaginterfaceinterface AutoconfiguredInterface2
Autowire("@=parameter('some.parameter')""@=parameter('some.parameter')")property$signatureHeaderName ()
Autowire("@=service('some.id')""@=service('some.id')")argument$expressionAsValue
Autowire("parameter('some.parameter')""parameter('some.parameter')")property$algo ()
Autowire('%null.parameter%''%null.parameter%')property$idHeaderName ()
Autowire('%optional.parameter%''%optional.parameter%')property$signatureHeaderName ()
Autowire('%required.parameter%''%required.parameter%')property$algo ()
Autowire('%some.parameter%/bar''%some.parameter%/bar')property$parsers ()
Autowire('@@bar''@@bar')property$event ()
Autowire('@some.id''@some.id')argument$serviceAsValue
Autowire('@some.id''@some.id')property$serializer ()
Autowire('bar''bar')property$eventHeaderName ()
Autowire('baz''baz')property$data ()
Autowire('foo''foo', true)argument$logger
Autowire('invalid.id''invalid.id')argument$service2
Autowire('invalid.id''invalid.id')property$subscriber ()
Autowire('some.id''some.id')argument$service1
Autowire('some.id''some.id')property$bus ()
Autowire(true)property$options ()
AutowireCallable('foo''foo', 'cloneFoo''cloneFoo')property$attributes ()
AutowireCallable('foo''foo', 'cloneFoo''cloneFoo')property$eventHeaderName ()
AutowireCallable('my_callable''my_callable')property$idHeaderName ()
AutowireCallable('some.id''some.id', 'bar''bar')argument$autowireCallable
AutowireDecoratedargument$inner
AutowireDecoratedargument$inner
AutowireDecoratedargument$inner
AutowireIterator('foo_bar''foo_bar', 'foo''foo')property$debug ()
AutowireLocator('foo_bar''foo_bar', 'foo''foo')property$exceptionsMapping ()
AutowireLocator('foobar''foobar')argument$locator2
AutowireLocator(['bar', 'baz']])argument$container1
AutowireLocator(['foo' => new Autowire('%some.parameter%')]])argument$container2
AutowireLocator([BarTagClass::class, 'with_key' => FooTagClass::class, 'nullable' => '?invalid', 'subscribed' => new SubscribedService(type : 'string', attributes : new Autowire('%some.parameter%')), 'subscribed1' => new Autowire('%some.parameter%'), ]])property$body ()
AutowireServiceClosure('foo''foo')property$form ()
Bar('class''class')classclass AttributeController
Bar('method''method')methodfunction __invoke ()
Bazmethodfunction __invoke ()
Beforemethodfunction saveClockBeforeTest ()
BeforeClassmethodfunction saveClockBeforeTest ()
Bic('FR14 2004 1010 0505 0001 3M02 606''FR14 2004 1010 0505 0001 3M02 606', 'Constraint Message''Constraint Message')property$folder ()
Bic('iban''iban', 'Constraint Message''Constraint Message')property$children ()
Cache('post.getEtag()''post.getEtag()')methodfunction __invoke ()
Cache(20)classclass CacheAttributeController
Cache(25)methodfunction foo ()
CardScheme([CardScheme::AMEX]], 'myMessage''myMessage')property$embeddedResponses ()
CardScheme([CardScheme::DINERS]], ['my_group']], 'some attached data''some attached data')property$ageDirectives ()
CardScheme([CardScheme::MASTERCARD, CardScheme::VISA]])property$flagDirectives ()
Cascadeclassclass CascadeDummy
ChildOfGroupsAnnotationDummyproperty$metadata ()
Choice(['foo', 'bar']], 'myMessage''myMessage')property$storage ()
Choice(['one' => 1, 'two' => 2]])property$container ()
Choice([1, 2]])property$storage ()
Choice([1, 2]], ['my_group']], 'some attached data''some attached data')property$tmp ()
Cidr(Ip::V6, 'myMessage''myMessage', 10, 126)property$debug ()
Cidr(['my_group']], 'some attached data''some attached data')property$requestStack ()
Cidrproperty$renderers ()
Column('array''array', EnumString::class::class)property$context ()
Column('bigint''bigint')property$tokenStorage ()
Column('binary''binary')property$cloner ()
Column('boolean''boolean')property$cloner ()
Column('custom_foo''custom_foo')property$outputBuffer ()
Column('custom_foo''custom_foo', EnumInt::class::class)property$response ()
Column('dateinterval''dateinterval')property$requestStack ()
Column('datetime''datetime')property$requestStack ()
Column('decimal''decimal', 10, 2)property$errorCount ()
Column('float''float')property$mailer ()
Column('foo''foo')property$routeData ()
Column('guid''guid')property$inner ()
Column('guid''guid')property$tokenStorage ()
Column('guid''guid', 'different_than_field''different_than_field')property$responses ()
Column('guid''guid', 'rguid_column''rguid_column')property$inner ()
Column('integer''integer')property$translationNodeVisitor ()
Column('integer''integer')property$twig ()
Column('integer''integer', 'gen_value_col_id''gen_value_col_id')property$events ()
Column('integer''integer', EnumInt::class::class)property$notifier ()
Column('json''json', true)property$includeOptions ()
Column('json_array''json_array')property$dumper ()
Column('simple_array''simple_array')property$options ()
Column('simple_array''simple_array', EnumInt::class::class)property$socket ()
Column('smallint''smallint')property$headers ()
Column('smallint''smallint')property$host ()
Column('smallint''smallint')property$localeSwitcher ()
Column('smallint''smallint')property$requestStack ()
Column('string''string')property$cloner ()
Column('string''string')property$controllers ()
Column('string''string')property$dataCount ()
Column('string''string')property$fileLinkFormat ()
Column('string''string')property$isCollected ()
Column('string''string')property$key ()
Column('string''string')property$requestStack ()
Column('string''string')property$sessionUsages ()
Column('string''string', EnumString::class::class)property$response ()
Column('string''string', true)property$fallbackErrorRenderer ()
Column('string_wrapper''string_wrapper', true)property$request ()
Column('time''time')property$debug ()
Column('time_immutable''time_immutable')property$enabledLocales ()
Column('ulid''ulid')property$securityChecker ()
Column('uuid''uuid')property$container ()
Column('uuid''uuid')property$theme ()
Column(Types::GUID)property$message ()
Column(Types::JSON, true)property$message ()
Column(true)property$bundlesMetadata ()
Column(true)property$data ()
Column(true)property$defaultDomain ()
Column(true)property$enabled ()
Column(true)property$factories ()
Column(true)property$prefix ()
Column(true)property$twig ()
Column(true)property$varPrefix ()
Columnproperty$clonesCount ()
Columnproperty$csrfTokenManager ()
Columnproperty$data ()
Columnproperty$defaultLocale ()
Columnproperty$domain ()
Columnproperty$dumper ()
Columnproperty$enabled ()
Columnproperty$extension ()
Columnproperty$extension ()
Columnproperty$fragmentUriGenerator ()
Columnproperty$generator ()
Columnproperty$generator ()
Columnproperty$kernel ()
Columnproperty$locale ()
Columnproperty$parent ()
Columnproperty$renderer ()
Columnproperty$requestStack ()
Columnproperty$requestStack ()
Columnproperty$requestStack ()
Columnproperty$rootRefs ()
Columnproperty$serializer ()
Columnproperty$sourceContextProvider ()
Columnproperty$stopwatch ()
Columnproperty$stopwatch ()
Columnproperty$testableFeatures ()
Columnproperty$title ()
Columnproperty$translator ()
Columnproperty$translator ()
Columnproperty$twig ()
Columnproperty$urlHelper ()
ConstraintAclassclass Entity
Context(['bar' => 'value_for_group_a']], ['a']])property$etag ()
Context(['bar' => 'value_for_group_a']], ['a']])property$level ()
Context(['foo' => 'bar']])methodfunction badMethod ()
Context(['foo' => 'value', 'bar' => 'value', 'nested' => ['nested_key' => 'nested_value', ], 'array' => ['first', 'second']]])property$acceptFormat ()
Context(['foo' => 'value', 'bar' => 'value', 'nested' => ['nested_key' => 'nested_value', ], 'array' => ['first', 'second']]])property$maxStale ()
Context(['format' => 'd/m/Y']], ['format' => 'm-d-Y H:i']], ['a', 'b']], )property$staleIfError ()
Context(['format' => 'd/m/Y']], ['format' => 'm-d-Y H:i']], ['a', 'b']], )property$resolver ()
Context(['groups' => ['book:read']]], ['groups' => ['book:write']]], )property$maxage ()
Context(['method' => 'method_with_context']])methodfunction getMethodWithContext ()
Context(['method' => 'method_with_context']])methodfunction getMethodWithContext ()
Context(['prop' => 'dummy_parent_value']])property$metadata ()
Context(['prop' => 'dummy_parent_value']])property$validationFailedStatusCode ()
Context(['prop' => 'dummy_value']])property$disabled ()
Context(['prop' => 'dummy_value']])property$staleWhileRevalidate ()
Context([AbstractObjectNormalizer::SKIP_NULL_VALUES => true]])property$cacheDir ()
Context([AbstractObjectNormalizer::SKIP_NULL_VALUES => true]])property$cacheFile ()
Context([DateTimeNormalizer::FORMAT_KEY => 'd/m/Y']])property$request ()
Context([DateTimeNormalizer::FORMAT_KEY => 'd/m/Y']], ['simple']], )property$email ()
Context([DateTimeNormalizer::FORMAT_KEY => 'd/m/Y']], ['simple']], )property$store ()
Context([DateTimeNormalizer::FORMAT_KEY => 'm-d-Y']])property$defaultTimezone ()
Context([DateTimeNormalizer::FORMAT_KEY => 'm-d-Y']])property$resolver ()
Context([DateTimeNormalizer::FORMAT_KEY => 'm-d-Y']])property$warmedUp ()
Context([DateTimeNormalizer::FORMAT_KEY => \DateTimeInterface::RFC3339]])classclass ClassAndPropertyContextMetadataDummy
Context([DateTimeNormalizer::FORMAT_KEY => \DateTimeInterface::RFC3339]])property$page ()
Context([DateTimeNormalizer::FORMAT_KEY => \DateTimeInterface::RFC3339_EXTENDED]], ['extended']], )property$password ()
Context([DateTimeNormalizer::FORMAT_KEY => \DateTimeInterface::RFC3339_EXTENDED]], ['extended']], )classclass ClassAndPropertyContextMetadataDummy
Count(1, 4711, 'myMinMessage''myMinMessage', 'myMaxMessage''myMaxMessage')property$controller ()
Count(10, ['my_group']], 'some attached data''some attached data')property$query ()
Count(42)property$attributes ()
Country('myMessage''myMessage', true)property$statusCode ()
Country(['my_group']], 'some attached data''some attached data')property$virtualType ()
Countryproperty$parent ()
CssColor(CssColor::HEX_LONG, 'myMessage''myMessage')property$fragmentPath ()
CssColor([CssColor::HEX_LONG, CssColor::HEX_SHORT]])property$traces ()
CssColor([CssColor::HEX_SHORT]], ['my_group']], 'some attached data''some attached data')property$options ()
Currency('myMessage''myMessage')property$varToClone ()
Currency(['my_group']], 'some attached data''some attached data')property$counter ()
Currencyproperty$parent ()
CustomAnyAttributeclassclass TaggedService4
CustomAnyAttributemethodfunction barAction ()
CustomAnyAttributemethodfunction fooAction ()
CustomAnyAttributeproperty$controller ()
CustomAnyAttributeproperty$debug ()
CustomAutoconfiguration('one''one')classclass TaggedService1
CustomAutoconfiguration('prio 100''prio 100', 100)classclass TaggedService2
CustomAutoconfiguration('three''three')classclass TaggedService3
CustomAutoconfiguration('two''two')classclass TaggedService1
CustomAutowire('some.parameter''some.parameter')property$transport ()
CustomMethodAttribute("on barAction""on barAction")methodfunction barAction ()
CustomMethodAttribute("on fooAction""on fooAction")methodfunction fooAction ()
CustomMethodAttribute('static''static')methodfunction method ()
CustomParameterAttribute("on param1 in constructor""on param1 in constructor")property$logger ()
CustomPropertyAttribute("on name""on name")property$context ()
Date('myMessage''myMessage')property$charset ()
Date(['my_group']], 'some attached data''some attached data')property$signer ()
Dateproperty$twig ()
DateTime('d.m.Y''d.m.Y', 'myMessage''myMessage')property$age ()
DateTime('m/d/Y''m/d/Y', ['my_group']], 'some attached data''some attached data')property$lastModified ()
DateTimeproperty$isNotCacheableResponseEmbedded ()
DisableAutoMappingclassclass DisableAutoMappingDummy
DiscriminatorColumn('discr''discr', 'string''string')classclass Person
DiscriminatorMap('type''type', ['first' => AbstractDummyFirstChild::class, 'second' => AbstractDummySecondChild::class, 'third' => AbstractDummyThirdChild::class, ]])classclass AbstractDummy
DiscriminatorMap('type''type', ['first' => FirstNestedDummyWithConstructorAndDiscriminator::class, 'second' => SecondNestedDummyWithConstructorAndDiscriminator::class, ]])classclass AbstractNestedDummyWithConstructorAndDiscriminator
DiscriminatorMap('type''type', ['one' => DummyMessageNumberOne::class, 'two' => DummyMessageNumberTwo::class, 'three' => DummyMessageNumberThree::class, ]])interfaceinterface DummyMessageInterface
DiscriminatorMap('type''type', ['one' => GetSetMethodDiscriminatedDummyOne::class, 'two' => GetSetMethodDiscriminatedDummyTwo::class, ]])interfaceinterface GetSetMethodDummyInterface
DiscriminatorMap('type''type', ['one' => PropertyDiscriminatedDummyOne::class, 'two' => PropertyDiscriminatedDummyTwo::class, ]])interfaceinterface PropertyDummyInterface
DiscriminatorMap(['person' => 'Person', 'employee' => 'Employee']])classclass Person
DivisibleBy('b''b', 'myMessage''myMessage', ['foo']])property$alias ()
DivisibleBy(2)property$subject ()
DivisibleBy(4711, 'myMessage''myMessage')property$extensionAlias ()
DummyContextChild([DateTimeNormalizer::FORMAT_KEY => 'd/m/Y']], ['simple']], )property$globalState ()
DummyContextChild([DateTimeNormalizer::FORMAT_KEY => \DateTimeInterface::RFC3339]])property$foo ()
DummyContextChild([DateTimeNormalizer::FORMAT_KEY => \DateTimeInterface::RFC3339_EXTENDED]], ['extended']], )property$requestStack ()
DummyControllerfunctionfunction some_controller_function ()
Email('myMessage''myMessage', Email::VALIDATION_MODE_HTML5, 'trim''trim')property$path ()
Email(['my_group']], 'some attached data''some attached data')property$container ()
Emailproperty$namespace ()
Embeddableclassclass Address
Embeddableclassclass Address
Embeddableclassclass DoctrineEmbeddable
Embedded(DoctrineEmbeddable::class::class)property$verbosityLevelMap ()
EnableAutoMappingclassclass EnableAutoMappingDummy
Entityclassclass CompositeIntIdEntity
Entityclassclass CompositeStringIdEntity
Entityclassclass DoctrineDummy
Entityclassclass DoctrineEnum
Entityclassclass DoctrineGeneratedValue
Entityclassclass DoctrineRelation
Entityclassclass DoctrineWithEmbedded
Entityclassclass DoubleNameEntity
Entityclassclass DoubleNullableNameEntity
Entityclassclass Employee
Entityclassclass GroupableEntity
Entityclassclass GuidIdEntity
Entityclassclass Person
Entityclassclass Person
Entityclassclass Person
Entityclassclass Person
Entityclassclass Person
Entityclassclass Person
Entityclassclass SingleAssociationToIntIdEntity
Entityclassclass SingleIntIdEntity
Entityclassclass SingleIntIdNoToStringEntity
Entityclassclass SingleIntIdStringWrapperNameEntity
Entityclassclass SingleStringCastableIdEntity
Entityclassclass SingleStringIdEntity
Entityclassclass UlidIdEntity
Entityclassclass User
Entityclassclass UuidIdEntity
Entityclassclass UuidIdEntity
EqualTo('b''b', 'myMessage''myMessage', ['foo']])property$foo ()
EqualTo(2)property$tmpDir ()
EqualTo(4711, 'myMessage''myMessage')property$foo ()
Excludeclassclass NotAService
Expression('value == "1"''value == "1"')property$method ()
Expression('value == "1"''value == "1"', 'myMessage''myMessage', true)property$url ()
Expression('value == someVariable''value == someVariable', ['someVariable' => 42]], ['foo']], 'some attached data''some attached data', false)property$time ()
ExpressionSyntax('my_service''my_service', 'myMessage''myMessage')property$requestStack ()
ExpressionSyntax(['foo', 'bar']], ['my_group']])property$requestStack ()
ExpressionSyntaxproperty$event ()
ExtendedRoute('/class-level''/class-level')classclass ExtendedRouteOnClassController
ExtendedRoute('/method-level''/method-level', 'action''action')methodfunction action ()
File('100K''100K', ['my_group']], 'some attached data''some attached data')property$fakeContainer ()
File(100, 'myMessage''myMessage')property$resetFirstCounter ()
Fileproperty$resetSecondCounter ()
FooAttributes('Symfony\Component\Security\Core\User\User''Symfony\Component\Security\Core\User\User', ['bar' => ['foo', 'bar'], 'foo']] )classclass AttributesClassParamQuotedAfterParenthesisController
FooAttributes(['bar' => ['foo', 'bar'], 'foo']], 'Symfony\Component\Security\Core\User\User''Symfony\Component\Security\Core\User\User' )classclass AttributesClassParamQuotedAfterCommaController
FooAttributes(['bar' => ['foo', 'bar'], 'foo']], \stdClass::class::class )classclass AttributesClassParamAfterCommaController
FooAttributes(['bar' => ['foo', 'bar'], 'foo']],'Symfony\Component\Security\Core\User\User''Symfony\Component\Security\Core\User\User')classclass AttributesClassParamInlineQuotedAfterCommaController
FooAttributes(['bar' => ['foo', 'bar'], 'foo']],\stdClass::class::class)classclass AttributesClassParamInlineAfterCommaController
FooAttributes(\stdClass::class::class, ['bar' => ['foo', 'bar'], 'foo']] )classclass AttributesClassParamAfterParenthesisController
FooAttributes(\stdClass::class::class,['bar' => ['foo', 'bar'], 'foo']])classclass AttributesClassParamInlineAfterParenthesisController
FooAttributes(\stdClass::class::class,['bar' => ['foo', 'bar'], 'foo']])classclass AttributesClassParamInlineQuotedAfterParenthesisController
GeneratedValue('AUTO''AUTO')property$packages ()
GeneratedValue('NONE''NONE')property$nullable ()
GreaterThan('b''b', 'myMessage''myMessage', ['foo']])property$locks ()
GreaterThan(2)property$kernel ()
GreaterThan(4711, 'myMessage''myMessage')property$store ()
GreaterThanOrEqual('b''b', 'myMessage''myMessage', ['foo']])property$errorCount ()
GreaterThanOrEqual(2)property$processor ()
GreaterThanOrEqual(4711, 'myMessage''myMessage')property$logs ()
Groups('a''a')classclass GroupClassDummy
Groups('b''b')property$serializationContext ()
Groups(['a', 'b', 'name_converter']])methodfunction isFooBar ()
Groups(['a', 'b']])methodfunction getCoopTilleuls ()
Groups(['a', 'b']])property$exceptionHandler ()
Groups(['a', 'name_converter']])methodfunction getSymfony ()
Groups(['a']])property$firstCall ()
Groups(['a']])property$format ()
Groups(['a']])property$smaxage ()
Groups(['a']])property$statusCode ()
Groups(['a']])property$webMode ()
Groups(['b', 'c', 'name_converter']])property$headers ()
Groups(['b']])methodfunction getBuzForExport ()
Groups(['b']])methodfunction setBar ()
Groups(['bar']])methodfunction myMethod ()
Groups(['bar']])property$customizer ()
Groups(['book:read', 'book:write']])property$currentRequest ()
Groups(['c', 'd']])property$validationGroups ()
Groups(['c']])methodfunction getBar ()
Groups(['extended', 'simple']])property$assertCallback ()
Groups(['extended', 'simple']])property$bar ()
Groups(['extended', 'simple']])property$title ()
Groups(['foo']])methodfunction myMethod ()
Groups(['foo']])property$called ()
Groups(['foo']])property$response ()
Groups(['read']])property$processedLogs ()
Groups(['two']])property$lastModified ()
HasNamedArgumentsmethodfunction __construct ()
HasNamedArgumentsmethodfunction __construct ()
HasNamedArgumentsmethodfunction __construct ()
HasNamedArgumentsmethodfunction __construct ()
Hostname('myMessage''myMessage', false)property$onlyOptionalsEnabled ()
Hostname(['my_group']], 'some attached data''some attached data')property$warmers ()
Hostnameproperty$response ()
Iban('myMessage''myMessage')property$kernel ()
Idproperty$appVariable ()
Idproperty$charset ()
Idproperty$cloner ()
Idproperty$clonesIndex ()
Idproperty$consoleFormatterOptions ()
Idproperty$controllers ()
Idproperty$csrfTokenManager ()
Idproperty$debug ()
Idproperty$debug ()
Idproperty$dumper ()
Idproperty$environment ()
Idproperty$environment ()
Idproperty$exclusions ()
Idproperty$fileLinkFormatter ()
Idproperty$files ()
Idproperty$handler ()
Idproperty$headers ()
Idproperty$impersonateUrlGenerator ()
Idproperty$importMapRenderer ()
Idproperty$left ()
Idproperty$messages ()
Idproperty$name ()
Idproperty$process ()
Idproperty$stopwatch ()
Idproperty$t1 ()
Idproperty$testableFeatures ()
Idproperty$testableFeatures ()
Idproperty$twig ()
Idproperty$type ()
Idproperty$webMode ()
IdenticalTo('b''b', 'myMessage''myMessage', ['foo']])property$kernel ()
IdenticalTo(2)property$dispatcher ()
IdenticalTo(4711, 'myMessage''myMessage')property$requestStack ()
Ignoremethodfunction badIgnore ()
Ignoremethodfunction getIgnored2 ()
Ignoremethodfunction getIgnored2 ()
Ignoremethodfunction isLazyObjectInitialized ()
Ignoremethodfunction isLazyObjectInitialized ()
Ignoremethodfunction isSomeIgnoredMethod ()
Ignoremethodfunction isSomeIgnoredMethod ()
Ignoremethodfunction setLazyObjectAsInitialized ()
Ignoreproperty$hasTerminatedWithException ()
Ignoreproperty$localeAwareServices ()
Ignoreproperty$name ()
Ignoreproperty$requestStack ()
Ignoreproperty$title ()
Ignoreproperty$validationFailedStatusCode ()
Image('100K''100K', ['my_group']], 'some attached data''some attached data')property$namedResolvers ()
Image(50, 200, 50, 200)property$argumentValueResolvers ()
Imageproperty$argumentMetadataFactory ()
InheritanceType('SINGLE_TABLE''SINGLE_TABLE')classclass Person
Ip(Ip::V6, 'myMessage''myMessage', 'trim''trim')property$controller ()
Ip(['my_group']], 'some attached data''some attached data')property$kernel ()
Ipproperty$errorRenderer ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN')methodfunction admin ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN')methodfunction foo ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN', 'Exception Code Access Denied''Exception Code Access Denied', 10010)methodfunction exceptionCodeInAccessDeniedException ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN', 'Exception Code Http''Exception Code Http', 404, 10010)methodfunction exceptionCodeInHttpException ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN', 'Not found''Not found', 404)methodfunction notFound ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN', 'arg2Name''arg2Name')methodfunction withSubject ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN', 'non_existent''non_existent')methodfunction withMissingSubject ()
IsGranted('ROLE_ADMIN''ROLE_ADMIN', ['arg1Name', 'arg2Name']])methodfunction withSubjectArray ()
IsGranted('ROLE_USER''ROLE_USER')classclass IsGrantedAttributeController
IsGranted('ROLE_USER''ROLE_USER')methodfunction __invoke ()
IsGranted('SOME_VOTER''SOME_VOTER', new Expression('request') )methodfunction withRequestAsSubject ()
IsGranted(new Expression('"ROLE_ADMIN" in role_names or is_granted("POST_VIEW", subject)') , 'post''post')methodfunction withExpressionInAttribute ()
IsGranted(new Expression('user === subject') , new Expression('args["post"].getAuthor()') )methodfunction withExpressionInSubject ()
IsGranted(new Expression('user === subject["author"]') , ['author' => new Expression('args["post"].getAuthor()'), 'alias' => 'arg2Name', ]])methodfunction withNestedExpressionInSubject ()
Isbn('myMessage''myMessage', Isbn::ISBN_13)property$parent ()
Isbn(['my_group']], 'some attached data''some attached data')property$counter ()
Isbnproperty$name ()
Isin('myMessage''myMessage')property$called ()
Isin(['my_group']], 'some attached data''some attached data')property$statuses ()
Isinproperty$bodies ()
Issn('myMessage''myMessage', true, true)property$formatter ()
Issn(['my_group']], 'some attached data''some attached data')property$handle ()
Issnproperty$debug ()
JoinColumn('gen_value_col_id''gen_value_col_id', 'gen_value_col_id''gen_value_col_id')property$endpoint ()
Json('myMessage''myMessage')property$fragmentPath ()
Json(['my_group']], 'some attached data''some attached data')property$signer ()
Jsonproperty$inlineStrategy ()
Language('myMessage''myMessage', true)property$surrogate ()
Language(['my_group']], 'some attached data''some attached data')property$surrogateCacheStrategy ()
Languageproperty$request ()
Length(1, 4711, 'myMinMessage''myMinMessage', 'myMaxMessage''myMaxMessage', 'trim''trim', 'ISO-8859-15''ISO-8859-15')property$name ()
Length(10, ['my_group']], 'some attached data''some attached data')property$debug ()
Length(42)property$extension ()
LessThan('b''b', 'myMessage''myMessage', ['foo']])property$dispatcher ()
LessThan(2)property$surrogate ()
LessThan(4711, 'myMessage''myMessage')property$kernel ()
LessThanOrEqual('b''b', 'myMessage''myMessage', ['foo']])property$options ()
LessThanOrEqual(2)property$root ()
LessThanOrEqual(4711, 'myMessage''myMessage')property$keyCache ()
Locale('myMessage''myMessage', false)property$globalDefaultTemplate ()
Locale(['my_group']], 'some attached data''some attached data')property$signer ()
Localeproperty$requestStack ()
Luhn('myMessage''myMessage')property$logger ()
Luhn(['my_group']], 'some attached data''some attached data')property$counter ()
Luhnproperty$tmpFile ()
ManyToMany(DoctrineRelation::class::class)property$twig ()
ManyToMany(DoctrineRelation::class::class, 'rguid''rguid')property$computed ()
ManyToMany(DoctrineRelation::class::class, 'rguid_column''rguid_column')property$template ()
ManyToOne(DoctrineDummy::class::class)property$includeParams ()
ManyToOne(DoctrineDummy::class::class, 'dummyGeneratedValueList''dummyGeneratedValueList')property$elasticsearchVersion ()
ManyToOne(DoctrineDummy::class::class, 'indexedBuz''indexedBuz')property$index ()
ManyToOne(DoctrineDummy::class::class, 'indexedFoo''indexedFoo')property$exclude ()
ManyToOne(DoctrineGeneratedValue::class::class, 'relationList''relationList')property$client ()
ManyToOne(DoctrineRelation::class::class)property$profile ()
MapQueryStringargument$query
MapRequestPayloadargument$body
MaxDepth(1)property$requestStack ()
MaxDepth(2)property$validationGroups ()
MaxDepth(3)methodfunction getBar ()
MyAttribute('one''one', 'hello''hello')property$connection ()
MyAttribute('two''two')methodfunction someMethod ()
MyAttributeclassclass LotsOfAttributes
Negative('myMessage''myMessage', ['foo']])property$logger ()
Negativeproperty$stopwatch ()
NegativeOrZero('myMessage''myMessage', ['foo']])property$deprecationLogsFilepath ()
NegativeOrZeroproperty$optionalsEnabled ()
NotBlank('trim''trim', true, 'myMessage''myMessage')property$backendRequest ()
NotBlankproperty$headers ()
NotCompromisedPassword('myMessage''myMessage', 42, true)property$allowedControllerAttributes ()
NotCompromisedPassword(['my_group']], 'some attached data''some attached data')property$allowedControllerTypes ()
NotCompromisedPasswordproperty$stopwatch ()
NotEqualTo('b''b', 'myMessage''myMessage', ['foo']])property$response ()
NotEqualTo(2)property$cache ()
NotEqualTo(4711, 'myMessage''myMessage')property$caches ()
NotIdenticalTo('b''b', 'myMessage''myMessage', ['foo']])property$listener ()
NotIdenticalTo(2)property$listener ()
NotIdenticalTo(4711, 'myMessage''myMessage')property$localeAwareService ()
NotNullproperty$response ()
ORM\Column('guid''guid', 50)property$dispatcher ()
ORM\Column('integer''integer', EnumInt::class::class)property$vars ()
ORM\Column('simple_array''simple_array', 100)property$argumentResolver ()
ORM\Column('string''string', EnumString::class::class, 1)property$template ()
ORM\Column('text''text', true, 1000)property$attributes ()
ORM\Column(10)property$resolver ()
ORM\Column(20)property$booted ()
ORM\Column(20)property$requestStackSize ()
ORM\Column(20)property$resetServices ()
ORM\Column(20)property$testableFeatures ()
ORM\Column(20, true)property$rawExtension ()
ORM\Column(25)property$sanitizers ()
ORM\Column(27)property$converter ()
ORM\Column(30)property$twigDefaultPath ()
ORM\Column(35)property$stopwatchIsAvailable ()
ORM\Column(true)property$bundles ()
ORM\Column(true)property$environment ()
ORM\Columnproperty$context ()
ORM\Columnproperty$kernel ()
ORM\Columnproperty$projectDir ()
ORM\Columnproperty$scope ()
ORM\Columnproperty$translatorExtension ()
ORM\Columnproperty$warmupDir ()
ORM\Embeddableclassclass DoctrineLoaderEmbed
ORM\Embeddableclassclass DoctrineLoaderNestedEmbed
ORM\Embeddableclassclass Identifier
ORM\Embedded(DoctrineLoaderEmbed::class::class)property$client ()
ORM\Embedded(DoctrineLoaderNestedEmbed::class::class)property$workflowRegistry ()
ORM\Embeddedproperty$defaultSanitizer ()
ORM\Entityclassclass AssociationEntity2
ORM\Entityclassclass AssociationEntity
ORM\Entityclassclass CompositeObjectNoToStringIdEntity
ORM\Entityclassclass DoctrineLoaderEntity
ORM\Entityclassclass DoctrineLoaderEnum
ORM\Entityclassclass DoctrineLoaderNoAutoMappingEntity
ORM\Entityclassclass EmbeddedIdentifierEntity
ORM\GeneratedValueproperty$localeSwitcher ()
ORM\GeneratedValueproperty$twig ()
ORM\Idproperty$catchExceptions ()
ORM\Idproperty$container ()
ORM\Idproperty$defaultLocale ()
ORM\Idproperty$freshCache ()
ORM\Idproperty$locale ()
ORM\Idproperty$marking ()
ORM\Idproperty$namePatterns ()
ORM\Idproperty$requestStack ()
ORM\Idproperty$stream ()
ORM\JoinColumn('composite_id1''composite_id1', 'id1''id1')property$format ()
ORM\JoinColumn('composite_id1''composite_id1', 'id1''id1')property$htmlTemplate ()
ORM\JoinColumn('composite_id2''composite_id2', 'id2''id2')property$textTemplate ()
ORM\JoinColumn('composite_id2''composite_id2', 'id2''id2')property$twig ()
ORM\JoinColumn('object_one_id''object_one_id', false)property$providedTypes ()
ORM\JoinColumn('object_two_id''object_two_id', false)property$container ()
ORM\ManyToOne(['persist']])property$loading ()
ORM\ManyToOne(['persist']])property$propagationStopped ()
ORM\ManyToOneproperty$context ()
ORM\ManyToOneproperty$context ()
ORM\ManyToOneproperty$rendered ()
ORM\ManyToOneproperty$twig ()
ORM\MappedSuperclassclassclass DoctrineLoaderParentEntity
OneToMany(DoctrineRelation::class::class, 'baz''baz', 'baz_id''baz_id')property$handler ()
OneToMany(DoctrineRelation::class::class, 'buzField''buzField', 'buzField''buzField')property$requestStack ()
OneToMany(DoctrineRelation::class::class, 'customType''customType', 'customType''customType')property$records ()
OneToMany(DoctrineRelation::class::class, 'dt''dt', 'dt''dt')property$includeArguments ()
OneToMany(DoctrineRelation::class::class, 'dummyRelation''dummyRelation', 'gen_value_col_id''gen_value_col_id', true)property$commandData ()
OneToMany(DoctrineRelation::class::class, 'foo''foo', 'foo''foo')property$el ()
OneToMany(DoctrineRelation::class::class, 'generatedValueRelation''generatedValueRelation', 'rguid_column''rguid_column', true)property$stopwatch ()
OneToOne(['ALL']])property$filesystemLoaders ()
Positive('myMessage''myMessage', ['foo']])property$container ()
Positiveproperty$resolver ()
PositiveOrZero('myMessage''myMessage', ['foo']])property$storage ()
PositiveOrZeroproperty$collectors ()
ProductionOnlyclassclass Foo
Regex('/^[0-9]+$/''/^[0-9]+$/')property$stopwatch ()
Regex('/^[0-9]+$/''/^[0-9]+$/', ['my_group']], 'some attached data''some attached data')property$container ()
Regex('myMessage''myMessage', '/^[0-9]+$/''/^[0-9]+$/', '[0-9]+''[0-9]+', false, 'trim''trim')property$inner ()
RepeatableAttribute('one''one')classconstantconst SOME_CONSTANT
RepeatableAttribute('two''two')classconstantconst SOME_CONSTANT
Requiredmethodfunction cloneFoo ()
Requiredmethodfunction setChildMethodWithoutDocBlock ()
Requiredmethodfunction setClock ()
Requiredmethodfunction setContainer ()
Requiredmethodfunction setContainer ()
Requiredmethodfunction setContainer ()
Requiredmethodfunction setDefaultLocale ()
Requiredmethodfunction setDependencies ()
Requiredmethodfunction setDependencies ()
Requiredmethodfunction setFoo ()
Requiredmethodfunction setFoo ()
Requiredmethodfunction setFoo ()
Requiredmethodfunction setFoo ()
Requiredmethodfunction setMultipleInstancesForOneArg ()
Requiredmethodfunction setProtectedMethod ()
Requiredmethodfunction setWithCallsConfigured ()
Requiredmethodfunction withFoo ()
Requiredmethodfunction withFoo ()
Requiredmethodfunction withFoo1 ()
Requiredmethodfunction withFoo2 ()
Requiredproperty$signer ()
Route('/''/', ['foo', '\d+']])classclass RequirementsWithoutPlaceholderNameController
Route('/1''/1', 'route1''route1', ['https']], ['GET']])classclass BazClass
Route('/1/uuid-v1/{userId}''/1/uuid-v1/{userId}')methodfunction anyFormat ()
Route('/2''/2', 'route2''route2', ['https']], ['GET']])classclass BazClass
Route('/2/ulid/{id}''/2/ulid/{id}', ['id' => '[123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}']])methodfunction specificFormatInAttribute ()
Route('/3/uuid-v1/{id<[0123456789ABCDEFGHJKMNPQRSTVWXYZabcdefghjkmnpqrstvwxyz]{26}>}''/3/uuid-v1/{id<[0123456789ABCDEFGHJKMNPQRSTVWXYZabcdefghjkmnpqrstvwxyz]{26}>}')methodfunction specificFormatInPath ()
Route('/4/uuid-v1/{postId}/custom-uid/{commentId}''/4/uuid-v1/{postId}/custom-uid/{commentId}')methodfunction manyUids ()
Route('/Blog''/Blog')methodfunction simplePath ()
Route('/a/route/from/a/trait''/a/route/from/a/trait', 'with_a_trait''with_a_trait')methodfunction someAction ()
Route('/a/route/from/an/abstract/controller''/a/route/from/an/abstract/controller', 'from_abstract''from_abstract')methodfunction someAction ()
Route('/allowed/auto-configured''/allowed/auto-configured', 'service("auto_configured").flip(false)''service("auto_configured").flip(false)', )methodfunction allowedByAutoConfigured ()
Route('/allowed/auto-configured-non-aliased''/allowed/auto-configured-non-aliased', 'service("auto_configured_non_aliased").alwaysTrue()''service("auto_configured_non_aliased").alwaysTrue()', )methodfunction allowedByAutoConfiguredNonAliased ()
Route('/allowed/manually-tagged''/allowed/manually-tagged', 'service("manually_tagged").giveMeTrue()''service("manually_tagged").giveMeTrue()', )methodfunction allowedByManuallyTagged ()
Route('/also-important''/also-important', 'also_important''also_important', 1, ['_locale' => 'cs']])methodfunction alsoImportant ()
Route('/argument_with_route_param_and_default/{value}''/argument_with_route_param_and_default/{value}', ['value' => 'value']], 'argument_with_route_param_and_default''argument_with_route_param_and_default')methodfunction argumentWithoutDefaultWithRouteParamAndDefaultAction ()
Route('/array-many''/array-many', 'array_many''array_many', ['GET', 'POST']], ['http', 'https']])methodfunction arrayMany ()
Route('/array-one''/array-one', 'array_one''array_one', ['GET']], ['http']])methodfunction arrayOne ()
Route('/create-transaction''/create-transaction')methodfunction createTransaction ()
Route('/defaults''/defaults', ['GET']], ['https']], 'g_locale''g_locale', 'g_format''g_format')classclass GlobalDefaultsClass
Route('/denied/auto-configured''/denied/auto-configured', 'service("auto_configured").flip(true)''service("auto_configured").flip(true)', )methodfunction deniedByAutoConfigured ()
Route('/denied/auto-configured-non-aliased''/denied/auto-configured-non-aliased', 'service("auto_configured_non_aliased").alwaysFalse()''service("auto_configured_non_aliased").alwaysFalse()', )methodfunction deniedByAutoConfiguredNonAliased ()
Route('/denied/manually-tagged''/denied/manually-tagged', 'service("manually_tagged").giveMeFalse()''service("manually_tagged").giveMeFalse()', )methodfunction deniedByManuallyTagged ()
Route('/denied/overridden''/denied/overridden', 'service("foo").isAllowed()''service("foo").isAllowed()', )methodfunction deniedByOverriddenAlias ()
Route('/easter''/easter')methodfunction easterAction ()
Route('/enum/{default<\d+>}''/enum/{default<\d+>}', 'int_enum_action''int_enum_action')methodfunction intEnumAction ()
Route('/enum/{default}''/enum/{default}', 'string_enum_action''string_enum_action')methodfunction stringEnumAction ()
Route('/first''/first', 'one''one')methodfunction firstAction ()
Route('/foobarccc''/foobarccc', self::class::class)classclass InvokableFQCNAliasConflictController
Route('/hello/{name<\w+>}''/hello/{name<\w+>}', 'hello_without_default''hello_without_default')methodfunction hello ()
Route('/here''/here', 'lol''lol', ["GET", "POST"]], ['https']])classclass InvokableController
Route('/here''/here', 'lol''lol', ["GET", "POST"]], ['https']])methodfunction __invoke ()
Route('/important''/important', 'important''important', 2)methodfunction important ()
Route('/method-level''/method-level', 'action''action')methodfunction action ()
Route('/my/child/controller''/my/child/controller', 'my_child_controller_''my_child_controller_')classclass MyChildController
Route('/my/controller/with/a/trait''/my/controller/with/a/trait', 'my_controller_''my_controller_')classclass MyControllerWithATrait
Route('/my/other/route''/my/other/route', 'my_other_controller_''my_other_controller_', ['PUT']])classclass MyOtherController
Route('/my/route''/my/route', 'my_route''my_route')classclass MyController
Route('/null_argument''/null_argument', 'null_argument''null_argument')methodfunction argumentDefaultNullWithoutRouteParamAction ()
Route('/null_argument_with_route_param/{value}''/null_argument_with_route_param/{value}', 'null_argument_with_route_param''null_argument_with_route_param')methodfunction argumentDefaultNullWithRouteParamAction ()
Route('/null_request''/null_request', 'null_request''null_request')methodfunction requestDefaultNullAction ()
Route('/path''/path')methodfunction action ()
Route('/path''/path', 'action''action')methodfunction action ()
Route('/path''/path', 'action''action')methodfunction action ()
Route('/path''/path', 'action''action')methodfunction action ()
Route('/path''/path', 'action''action')methodfunction action ()
Route('/path/to/route/{arg1}''/path/to/route/{arg1}')methodfunction routeAction ()
Route('/path/to/{id}''/path/to/{id}')methodfunction routeAction ()
Route('/path2''/path2', 'action2''action2', 'some-other-env''some-other-env')methodfunction action2 ()
Route('/prefix''/prefix')classclass PrefixedActionLocalizedRouteController
Route('/prefix''/prefix')classclass RouteWithPrefixController
Route('/prefix''/prefix', 'frankdejonge.nl''frankdejonge.nl', 'lol=fun''lol=fun')classclass PrefixedActionPathController
Route('/redundant-method''/redundant-method', 'redundant_method''redundant_method', ['GET']])methodfunction redundantMethod ()
Route('/redundant-scheme''/redundant-scheme', 'redundant_scheme''redundant_scheme', ['https']])methodfunction redundantScheme ()
Route('/second''/second', 'two''two')methodfunction secondAction ()
Route('/specific-format''/specific-format', 'specific_format''specific_format', 's_format''s_format')methodfunction format ()
Route('/specific-locale''/specific-locale', 'specific_locale''specific_locale', 's_locale''s_locale')methodfunction locale ()
Route('/string''/string', 'string''string', 'POST''POST', 'https''https')methodfunction string ()
Route('/suffix''/suffix', 'action''action')methodfunction action ()
Route('/test''/test', true)classclass Utf8ActionControllers
Route('/the/path''/the/path')classclass MethodActionControllers
Route('/{default}/path''/{default}/path', 'action''action')methodfunction action ()
Route('/{foo}''/{foo}', 'foo''foo', ['foo', '\d+']])methodfunction foo ()
Route('action''action')methodfunction action ()
Route('blog_index''blog_index')methodfunction name ()
Route('context.getMethod() == \'GET\'''context.getMethod() == \'GET\'')methodfunction condition ()
Route('hello/{name<\w+>?Symfony}''hello/{name<\w+>?Symfony}', 'hello_with_default''hello_with_default')methodfunction hello ()
Route('one''one')methodfunction one ()
Route('post''post', ['POST']])methodfunction post ()
Route('post''post', ['POST']])methodfunction post ()
Route('put''put', ['PUT']])methodfunction put ()
Route('put''put', ['PUT']], 10)methodfunction put ()
Route('some-env''some-env')classclass RouteWithEnv
Route('two''two', false)methodfunction two ()
Route('{locale}.example.com''{locale}.example.com')methodfunction host ()
Route(["nl" => "/hier", "en" => "/here"]], 'action''action')classclass InvokableLocalizedController
Route(['GET', 'POST']])methodfunction methods ()
Route(['_controller' => 'MyBlogBundle:Blog:index']])methodfunction defaults ()
Route(['compiler_class' => 'RouteCompiler']])methodfunction options ()
Route(['en' => '/en', 'nl' => '/nl']])classclass LocalizedPrefixWithRouteWithoutLocale
Route(['en' => '/path', 'nl' => '/pad']], 'action''action')methodfunction action ()
Route(['en' => '/path', 'nl' => '/pad']], 'action''action')methodfunction action ()
Route(['en' => '/path', 'nl' => '/pad']], 'action''action')methodfunction action ()
Route(['en' => '/the/path', 'nl' => '/het/pad']])classclass LocalizedMethodActionControllers
Route(['https']])methodfunction schemes ()
Route(['locale' => 'en']])methodfunction requirements ()
Route(['nl' => '/actie', 'en' => '/action']], 'action''action')methodfunction action ()
Route(['nl' => '/actie', 'en' => '/action']], 'action''action')methodfunction action ()
Route(['nl' => '/actie']], 'action''action')methodfunction action ()
Route(['nl' => '/hier', 'en' => '/here']])methodfunction localized ()
Route(['nl' => '/nl', 'en' => '/en']])classclass LocalizedPrefixLocalizedActionController
Route(['nl' => '/nl', 'en' => '/en']])classclass LocalizedPrefixMissingRouteLocaleActionController
Route(['nl' => '/nl']])classclass LocalizedPrefixMissingLocaleActionController
Routemethodfunction routeƀction ()
SerializedName('#''#')property$file ()
SerializedName('1''1')property$options ()
SerializedName('99''99')property$flags ()
SerializedName('baz''baz')property$vary ()
SerializedName('buz''buz')methodfunction getBuzForExport ()
SerializedName('five''five')property$mustRevalidate ()
SerializedName('identifier''identifier')property$dispatchers ()
SerializedName('property_with_serialized_name''property_with_serialized_name')property$price ()
SerializedName('quux''quux')property$warmedUpBuildDir ()
SerializedName('qux''qux')methodfunction getBar ()
SerializedPath('[data][id]''[data][id]')property$name ()
SerializedPath('[foo]''[foo]')property$clearers ()
SerializedPath('[foo]''[foo]')property$logs ()
SerializedPath('[foo]''[foo]')property$type ()
SerializedPath('[one][four]''[one][four]')property$buildContainer ()
SerializedPath('[one][four]''[one][four]')property$httpKernel ()
SerializedPath('[one][four]''[one][four]')property$isVariadic ()
SerializedPath('[one][four]''[one][four]')property$name ()
SerializedPath('[one][two]''[one][two]')property$expires ()
SerializedPath('[one][two]''[one][two]')property$filter ()
SerializedPath('[one][two]''[one][two]')property$serializationContext ()
SerializedPath('[one][two][three]''[one][two][three]')property$attributes ()
SerializedPath('[one][two][three]''[one][two][three]')property$defaultValue ()
SerializedPath('[one][two][three]''[one][two][three]')property$hasDefaultValue ()
SerializedPath('[one][two][three]''[one][two][three]')property$isNullable ()
SerializedPath('[one][two][three]''[one][two][three]')property$kernel ()
SerializedPath('[one][two][three]''[one][two][three]')property$public ()
SerializedPath('[one][two][three]''[one][two][three]')property$terminateCalled ()
SerializedPath('[one][two_three]''[one][two_three]')property$pools ()
SerializedPath('[property][with_path]''[property][with_path]')property$factory ()
SerializedPath('[three][four]''[three][four]')methodfunction getSeven ()
SomeAttributemethodfunction foo ()
SubscribedService('custom_name''custom_name')methodfunction testDefinition3 ()
SubscribedService(new Required( ) )methodfunction withAttribute ()
SubscribedServicemethodfunction aChildService ()
SubscribedServicemethodfunction aService ()
SubscribedServicemethodfunction invalidDefinition ()
SubscribedServicemethodfunction method ()
SubscribedServicemethodfunction method ()
SubscribedServicemethodfunction method ()
SubscribedServicemethodfunction method1 ()
SubscribedServicemethodfunction method1 ()
SubscribedServicemethodfunction method2 ()
SubscribedServicemethodfunction nullableService ()
SubscribedServicemethodfunction testDefinition1 ()
SubscribedServicemethodfunction testDefinition2 ()
SubscribedServicemethodfunction testDefinition4 ()
TaggedIterator('foo_bar''foo_bar', 'getDefaultFooName''getDefaultFooName')property$client ()
TaggedIterator('foo_bar''foo_bar', 'getDefaultFooName''getDefaultFooName', 'getPriority''getPriority')property$headers ()
TaggedIterator('foo_bar''foo_bar', 'getPriority''getPriority')property$url ()
TaggedIterator(AutoconfiguredInterface2::class::class, self::class::class)property$projectDir ()
TaggedLocator('foo_bar''foo_bar')property$cloner ()
TaggedLocator('foo_bar''foo_bar', 'getDefaultFooName''getDefaultFooName')property$logger ()
TaggedLocator('foo_bar''foo_bar', 'getDefaultFooName''getDefaultFooName', 'getPriority''getPriority')property$dumper ()
TaggedLocator('foo_bar''foo_bar', 'getPriority''getPriority')property$matcher ()
TaggedLocator('foo_bar''foo_bar', 'key''key')argument$locator
TaggedLocator('foo_bar''foo_bar', 'key''key')property$secret ()
TaggedLocator('foobar''foobar')argument$locator1
TaggedLocator(AutoconfiguredInterface2::class::class, self::class::class)property$requestStack ()
Target('image.storage''image.storage')argument$bar
Target('image.storage''image.storage')argument$service1
Targetargument$baz
Template('templates/foo.html.twig''templates/foo.html.twig', ['bar', 'buz']])methodfunction foo ()
Time('myMessage''myMessage')property$logger ()
Time(['my_group']], 'some attached data''some attached data')property$initiallyEnabled ()
Timeproperty$enabled ()
Timezone(['my_group']], 'some attached data''some attached data')property$translator ()
Timezone(\DateTimeZone::PER_COUNTRY, 'DE''DE', 'myMessage''myMessage')property$container ()
Timezoneproperty$resolver ()
Traverse(false)classclass DoNotTraverseMe
Traverseclassclass TraverseDummy
Type('integer''integer')property$clock ()
Type(['string', 'array']], ['my_group']], 'some attached data''some attached data')property$validator ()
Type(\DateTimeImmutable::class::class, 'myMessage''myMessage')property$serializer ()
Ulid('myMessage''myMessage')property$cache ()
Ulid(['my_group']], 'some attached data''some attached data')property$request ()
Ulidproperty$listener ()
Undefined('class''class')classclass AttributeController
Undefined('method''method')methodfunction __invoke ()
Unique('intval''intval')property$kernel ()
Unique('myMessage''myMessage')property$resetMethods ()
Unique(['my_group']], 'some attached data''some attached data')property$extensions ()
Uniqueproperty$resettableServices ()
UniqueEntity('uuid''uuid', false, 'id''id', 'some attached data''some attached data', ['some_group']])classclass UniqueEntityDummyThree
UniqueEntity(["alreadyMappedUnique"]])classclass DoctrineLoaderEntity
UniqueEntity(['email']], 'myMessage''myMessage')classclass UniqueEntityDummyOne
UniqueEntity(['isbn']], 'my_own_validator''my_own_validator', 'my_own_entity_manager''my_own_entity_manager', 'App\Entity\MyEntity''App\Entity\MyEntity', 'fetchDifferently''fetchDifferently')classclass UniqueEntityDummyTwo
Url('myMessage''myMessage', ['ftp', 'gopher']], 'trim''trim')property$minLevelIndex ()
Url(true, ['my_group']], 'some attached data''some attached data')property$contentTypes ()
Urlproperty$requestStack ()
UserPassword('my_service''my_service', 'myMessage''myMessage')property$surrogate ()
UserPassword(['my_group']], 'some attached data''some attached data')property$profiler ()
UserPasswordproperty$earlyHandler ()
UserProvidedHttpStatusCodeAttribute(['name' => 'value', ]])classclass WithCustomUserProvidedAttribute
Uuid('myMessage''myMessage', [Uuid::V4_RANDOM, Uuid::V6_SORTABLE]], 'trim''trim', false)property$catch ()
Uuid(['my_group']], 'some attached data''some attached data')property$esi ()
Uuidproperty$responses ()
Valid(['my_group']], 'some attached data''some attached data')property$ip ()
Valid(['traverse_group']], false)property$token ()
Validproperty$collectors ()
ValueResolver(TestEntityValueResolver::class::class)argument$foo
ValueResolver(TestEntityValueResolver::class::class)argument$foo
ValueResolver(TestEntityValueResolver::class::class)argument$foo
When('dev''dev')classclass Foo
When('false''false', [new NotNull( ), new NotBlank( ), ]], ['foo']])property$initialized ()
When('true''true', [new Callback('callback'), ]])classclass WhenTestWithAttributes
When('true''true', [new NotNull( ), new NotBlank( ), ]])methodfunction getBaz ()
When('true''true', [new NotNull( ), new NotBlank( ), ]])property$annotatedClasses ()
When('true''true', new NotNull( ) , ['foo']])property$container ()
WithHttpStatus(401)classclass AuthenticationException
WithHttpStatus(401)classclass NotAnEntryPointException
WithHttpStatus(403)classclass AccessDeniedException
WithHttpStatus(Response::HTTP_PRECONDITION_FAILED, ['some' => 'thing', ]] )classclass WithGeneralAttribute
WithLogLevel(LogLevel::WARNING)classclass WarningWithLogLevelAttribute
YieldReadyclassclass DumpNode
YieldReadyclassclass FormThemeNode
YieldReadyclassclass StopwatchNode
YieldReadyclassclass TransDefaultDomainNode
YieldReadyclassclass TransNode
\AllowDynamicPropertiesclassclass ArrayObject
\AllowDynamicPropertiesclassclass Bar
\AllowDynamicPropertiesclassclass DumbFoo
\AllowDynamicPropertiesclassclass ObjectDummy
\AllowDynamicPropertiesclassclass TestClass
\AllowDynamicPropertiesclassclass TestPublicPropertyDynamicallyCreated
\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION)classclass IsGranted
\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)classclass ExtendedRoute
\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)classclass Route
\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)classclass Route
\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)classclass AsAlias
\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)classclass Autoconfigure
\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)classclass AutoconfigureTag
\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)classclass CustomAutoconfiguration
\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)classclass UniqueEntity
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_FUNCTION)classclass AsController
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsAnnounceListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsCompletedListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsCronTask
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsEnterListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsEnteredListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsEventListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsGuardListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsLeaveListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsMessageHandler
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsPeriodicTask
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AsTransitionListener
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION | \Attribute::IS_REPEATABLE)classclass Bar
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION | \Attribute::IS_REPEATABLE)classclass Baz
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION | \Attribute::IS_REPEATABLE)classclass ProductionOnly
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION | \Attribute::IS_REPEATABLE)classclass When
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION)classclass Cache
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_FUNCTION)classclass Template
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::IS_REPEATABLE)classclass DummyContextChild
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_PARAMETER)classclass CustomAnyAttribute
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Callback
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Context
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Context
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Sequentially
\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass When
\Attribute(\Attribute::TARGET_CLASS)classclass AsCommand
\Attribute(\Attribute::TARGET_CLASS)classclass AsDecorator
\Attribute(\Attribute::TARGET_CLASS)classclass AsRemoteEventConsumer
\Attribute(\Attribute::TARGET_CLASS)classclass AsRoutingConditionService
\Attribute(\Attribute::TARGET_CLASS)classclass AsSchedule
\Attribute(\Attribute::TARGET_CLASS)classclass AsTaggedItem
\Attribute(\Attribute::TARGET_CLASS)classclass AsTargetedValueResolver
\Attribute(\Attribute::TARGET_CLASS)classclass Cascade
\Attribute(\Attribute::TARGET_CLASS)classclass DiscriminatorMap
\Attribute(\Attribute::TARGET_CLASS)classclass DiscriminatorMap
\Attribute(\Attribute::TARGET_CLASS)classclass Exclude
\Attribute(\Attribute::TARGET_CLASS)classclass FooAttributes
\Attribute(\Attribute::TARGET_CLASS)classclass GroupSequence
\Attribute(\Attribute::TARGET_CLASS)classclass GroupSequenceProvider
\Attribute(\Attribute::TARGET_CLASS)classclass Traverse
\Attribute(\Attribute::TARGET_CLASS)classclass UserProvidedHttpStatusCodeAttribute
\Attribute(\Attribute::TARGET_CLASS)classclass WithHttpStatus
\Attribute(\Attribute::TARGET_CLASS)classclass WithLogLevel
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS)classclass Groups
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS)classclass Groups
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass ChildOfGroupsAnnotationDummy
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass Ignore
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass Ignore
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass MaxDepth
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass MaxDepth
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass Required
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass SerializedName
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass SerializedName
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass SerializedPath
\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)classclass SerializedPath
\Attribute(\Attribute::TARGET_METHOD)classclass CustomMethodAttribute
\Attribute(\Attribute::TARGET_METHOD)classclass HasNamedArguments
\Attribute(\Attribute::TARGET_METHOD)classclass SubscribedService
\Attribute(\Attribute::TARGET_PARAMETER | \Attribute::IS_REPEATABLE)classclass ValueResolver
\Attribute(\Attribute::TARGET_PARAMETER)classclass Autowire
\Attribute(\Attribute::TARGET_PARAMETER)classclass AutowireCallable
\Attribute(\Attribute::TARGET_PARAMETER)classclass AutowireDecorated
\Attribute(\Attribute::TARGET_PARAMETER)classclass AutowireIterator
\Attribute(\Attribute::TARGET_PARAMETER)classclass AutowireLocator
\Attribute(\Attribute::TARGET_PARAMETER)classclass AutowireServiceClosure
\Attribute(\Attribute::TARGET_PARAMETER)classclass CurrentUser
\Attribute(\Attribute::TARGET_PARAMETER)classclass CustomAutowire
\Attribute(\Attribute::TARGET_PARAMETER)classclass CustomAutowire
\Attribute(\Attribute::TARGET_PARAMETER)classclass CustomParameterAttribute
\Attribute(\Attribute::TARGET_PARAMETER)classclass Foo
\Attribute(\Attribute::TARGET_PARAMETER)classclass MapDateTime
\Attribute(\Attribute::TARGET_PARAMETER)classclass MapEntity
\Attribute(\Attribute::TARGET_PARAMETER)classclass MapQueryParameter
\Attribute(\Attribute::TARGET_PARAMETER)classclass MapQueryString
\Attribute(\Attribute::TARGET_PARAMETER)classclass MapRequestPayload
\Attribute(\Attribute::TARGET_PARAMETER)classclass TaggedIterator
\Attribute(\Attribute::TARGET_PARAMETER)classclass TaggedLocator
\Attribute(\Attribute::TARGET_PARAMETER)classclass Target
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass All
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass AtLeastOneOf
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Bic
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Blank
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass CardScheme
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Choice
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Cidr
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Collection
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Count
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Country
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass CssColor
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Currency
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Date
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass DateTime
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass DivisibleBy
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Email
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass EqualTo
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass ExpressionSyntax
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass File
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass GreaterThan
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass GreaterThanOrEqual
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Hostname
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Iban
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass IdenticalTo
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Image
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Ip
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass IsFalse
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass IsNull
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass IsTrue
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Isbn
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Isin
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Issn
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Json
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Language
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Length
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass LessThan
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass LessThanOrEqual
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Locale
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Luhn
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Negative
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass NegativeOrZero
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass NoSuspiciousCharacters
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass NotBlank
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass NotCompromisedPassword
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass NotEqualTo
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass NotIdenticalTo
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass NotNull
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass PasswordStrength
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Positive
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass PositiveOrZero
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Range
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Regex
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Time
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Timezone
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Type
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Ulid
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Unique
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Url
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass UserPassword
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Uuid
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)classclass Valid
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)classclass Expression
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS)classclass DisableAutoMapping
\Attribute(\Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS)classclass EnableAutoMapping
\Attribute(\Attribute::TARGET_PROPERTY)classclass CustomPropertyAttribute
\Attributeclassclass ConstraintA
\Attributeclassclass ConstraintWithRequiredArgument
\Attributeclassclass MyAttribute
\ReturnTypeWillChangemethodfunction close ()
\SensitiveParameterargument$a
\SensitiveParameterargument$auth
\SensitiveParameterargument$auth
\SensitiveParameterargument$auth
\SensitiveParameterargument$auth
\SensitiveParameterargument$context
\SensitiveParameterargument$context
\SensitiveParameterargument$context
\SensitiveParameterargument$credentials
\SensitiveParameterargument$credentials
\SensitiveParameterargument$credentials
\SensitiveParameterproperty$collectParameter ()
\SensitiveParameterproperty$container ()
\SensitiveParameterproperty$debug ()
\SensitiveParameterproperty$defaultDispatcher ()
\SensitiveParameterproperty$etags ()
\SensitiveParameterproperty$exception ()
\SensitiveParameterproperty$expressionLanguage ()
\SensitiveParameterproperty$formats ()
\SensitiveParameterproperty$fragmentPath ()
\SensitiveParameterproperty$lastModified ()
\SensitiveParameterproperty$matcher ()
\SensitiveParameterproperty$onlyException ()
\SensitiveParameterproperty$onlyMainRequests ()
\SensitiveParameterproperty$parents ()
\SensitiveParameterproperty$profiles ()
\SensitiveParameterproperty$requestStack ()
\SensitiveParameterproperty$sessionOptions ()
\SensitiveParameterproperty$signer ()