Search for annot
- Search 7.x for annot
- Search 9.5.x for annot
- Search 8.9.x for annot
- Search 10.3.x for annot
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AnnotatedClassDiscovery | class | core/ |
Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces. |
AnnotatedClassDiscovery | class | core/ |
Defines a discovery mechanism to find annotated plugins in PSR-4 namespaces. |
AnnotatedClassDiscovery.php | file | core/ |
|
AnnotatedClassDiscovery.php | file | core/ |
|
AnnotatedClassDiscovery::$annotationNamespaces | property | core/ |
Additional namespaces to be scanned for annotation classes. |
AnnotatedClassDiscovery::$annotationReader | property | core/ |
The doctrine annotation reader. |
AnnotatedClassDiscovery::$directorySuffix | property | core/ |
The directory suffix. |
AnnotatedClassDiscovery::$fileCache | property | core/ |
The file cache object. |
AnnotatedClassDiscovery::$namespaceSuffix | property | core/ |
The namespace suffix. |
AnnotatedClassDiscovery::$pluginDefinitionAnnotationName | property | core/ |
The name of the annotation that contains the plugin definition. |
AnnotatedClassDiscovery::$pluginNamespaces | property | core/ |
The namespaces within which to find plugin classes. |
AnnotatedClassDiscovery::$rootNamespacesIterator | property | core/ |
A list of base namespaces with their PSR-4 directories. |
AnnotatedClassDiscovery::getAnnotationReader | function | core/ |
Gets the used doctrine annotation reader. |
AnnotatedClassDiscovery::getAnnotationReader | function | core/ |
Gets the used doctrine annotation reader. |
AnnotatedClassDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
AnnotatedClassDiscovery::getPluginNamespaces | function | core/ |
Gets an array of PSR-4 namespaces to search for plugin classes. |
AnnotatedClassDiscovery::getPluginNamespaces | function | core/ |
Gets an array of PSR-4 namespaces to search for plugin classes. |
AnnotatedClassDiscovery::getProviderFromNamespace | function | core/ |
Extracts the provider name from a Drupal namespace. |
AnnotatedClassDiscovery::prepareAnnotationDefinition | function | core/ |
Prepares the annotation definition. |
AnnotatedClassDiscovery::prepareAnnotationDefinition | function | core/ |
Prepares the annotation definition. |
AnnotatedClassDiscovery::__construct | function | core/ |
Constructs an AnnotatedClassDiscovery object. |
AnnotatedClassDiscovery::__construct | function | core/ |
Constructs a new instance. |
AnnotatedClassDiscoveryAutomatedProviders | class | core/ |
Determines providers based on a class's and its parent's namespaces. |
AnnotatedClassDiscoveryAutomatedProviders.php | file | core/ |
|
AnnotatedClassDiscoveryAutomatedProviders::$finder | property | core/ |
A utility object that can use active autoloaders to find files for classes. |
AnnotatedClassDiscoveryAutomatedProviders::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
AnnotatedClassDiscoveryAutomatedProviders::prepareAnnotationDefinition | function | core/ |
Prepares the annotation definition. |
AnnotatedClassDiscoveryAutomatedProviders::__construct | function | core/ |
Constructs an AnnotatedClassDiscoveryAutomatedProviders object. |
AnnotatedClassDiscoveryCachedTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery @group Annotation @runTestsInSeparateProcesses |
AnnotatedClassDiscoveryCachedTest.php | file | core/ |
|
AnnotatedClassDiscoveryCachedTest::setUp | function | core/ |
|
AnnotatedClassDiscoveryCachedTest::testGetDefinitions | function | core/ |
Tests that getDefinitions() retrieves the file cache correctly. |
AnnotatedClassDiscoveryTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery |
AnnotatedClassDiscoveryTest | class | core/ |
Tests that plugins are correctly discovered using annotated classes. |
AnnotatedClassDiscoveryTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery @group Annotation @runTestsInSeparateProcesses |
AnnotatedClassDiscoveryTest.php | file | core/ |
|
AnnotatedClassDiscoveryTest.php | file | core/ |
|
AnnotatedClassDiscoveryTest.php | file | core/ |
|
AnnotatedClassDiscoveryTest::provideBadAnnotations | function | core/ |
All the Drupal documentation standards tags. |
AnnotatedClassDiscoveryTest::setUp | function | core/ |
|
AnnotatedClassDiscoveryTest::setUp | function | core/ |
|
AnnotatedClassDiscoveryTest::testAutoloadBadAnnotations | function | core/ |
Make sure AnnotatedClassDiscovery never tries to autoload bad annotations. |
AnnotatedClassDiscoveryTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions @covers ::prepareAnnotationDefinition @covers ::getAnnotationReader |
AnnotatedClassDiscoveryTest::testGetPluginNamespaces | function | core/ |
@covers ::__construct @covers ::getPluginNamespaces |
Annotation for context definition | group | core/ |
Describes how to use ContextDefinition annotation. |
Annotation for translatable text | group | core/ |
Describes how to put translatable UI text into annotations. |
AnnotationBase | class | core/ |
Provides a base class for classed annotations. |
AnnotationBase.php | file | core/ |
|
AnnotationBase::$class | property | core/ |
The class used for this annotated class. |
AnnotationBase::$id | property | core/ |
The annotated class ID. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.