Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
AnnotatedClassDiscovery::getAnnotationReader | function | core/ |
Gets the used doctrine annotation reader. |
AnnotatedClassDiscovery::getDefinitions | function | core/ |
|
AnnotatedClassDiscovery::getPluginNamespaces | function | core/ |
Gets an array of PSR-4 namespaces to search for plugin classes. |
AnnotatedClassDiscovery::getPluginNamespaces | function | core/ |
|
AnnotatedClassDiscovery::getProviderFromNamespace | function | core/ |
Extracts the provider name from a Drupal namespace. |
AnnotatedClassDiscovery::prepareAnnotationDefinition | function | core/ |
|
AnnotatedClassDiscovery::prepareAnnotationDefinition | function | core/ |
Prepares the annotation definition. |
AnnotatedClassDiscovery::__construct | function | core/ |
Constructs a new instance. |
AnnotatedClassDiscovery::__construct | function | core/ |
Constructs an AnnotatedClassDiscovery object. |
AnnotatedClassDiscoveryAutomatedProviders | class | core/ |
Determines providers based on a class's and its parent's namespaces. |
AnnotatedClassDiscoveryAutomatedProviders.php | file | core/ |
|
AnnotatedClassDiscoveryAutomatedProviders::getDefinitions | function | core/ |
|
AnnotatedClassDiscoveryAutomatedProviders::__construct | function | core/ |
Constructs an AnnotatedClassDiscoveryAutomatedProviders object. |
AnnotatedClassDiscoveryCachedTest | class | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery. |
AnnotatedClassDiscoveryCachedTest.php | file | core/ |
|
AnnotatedClassDiscoveryCachedTest::setUp | function | core/ |
|
AnnotatedClassDiscoveryCachedTest::testGetDefinitions | function | core/ |
Tests that getDefinitions() retrieves the file cache correctly. |
AnnotatedClassDiscoveryTest | class | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery. |
AnnotatedClassDiscoveryTest | class | core/ |
Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery. |
AnnotatedClassDiscoveryTest | class | core/ |
Tests that plugins are correctly discovered using annotated classes. |
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/ |
@legacy-covers ::getDefinitions @legacy-covers ::prepareAnnotationDefinition @legacy-covers ::getAnnotationReader |
AnnotatedClassDiscoveryTest::testGetPluginNamespaces | function | core/ |
@legacy-covers ::__construct @legacy-covers ::getPluginNamespaces |
AnnotatedDiscoveryAutomatedProvidersTrait | trait | core/ |
Provides method for annotation discovery with multiple providers. |
AnnotatedDiscoveryAutomatedProvidersTrait.php | file | core/ |
|
AnnotatedDiscoveryAutomatedProvidersTrait::$finder | property | core/ |
A utility object that can use active autoloaders to find files for classes. |
AnnotatedDiscoveryAutomatedProvidersTrait::prepareAnnotationDefinition | function | core/ |
Prepares the annotation definition. |
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. |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.