Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| AnnotatedClassDiscoveryTest::setUp | function | core/ |
|
| AnnotatedClassDiscoveryTest::testAutoloadBadAnnotations | function | core/ |
Make sure AnnotatedClassDiscovery never tries to autoload bad annotations. |
| AnnotatedClassDiscoveryTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] @covers ::prepareAnnotationDefinition[[api-linebreak]] @covers ::getAnnotationReader[[api-linebreak]] |
| AnnotatedClassDiscoveryTest::testGetPluginNamespaces | function | core/ |
@covers ::__construct[[api-linebreak]] @covers ::getPluginNamespaces[[api-linebreak]] |
| 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. |
| AnnotationBase::$provider | property | core/ |
The provider of the annotated class. |
| AnnotationBase::getClass | function | core/ |
Gets the class of the annotated class. |
| AnnotationBase::getId | function | core/ |
Gets the unique ID for this annotated class. |
| AnnotationBase::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
| AnnotationBase::setClass | function | core/ |
Sets the class of the annotated class. |
| AnnotationBase::setProvider | function | core/ |
Sets the name of the provider of the annotated class. |
| AnnotationBaseStub | class | core/ |
|
| AnnotationBaseStub::get | function | core/ |
Gets the value of an annotation. |
| AnnotationBaseTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\AnnotationBase[[api-linebreak]] @group Annotation |
| AnnotationBaseTest.php | file | core/ |
|
| AnnotationBaseTest::testGetId | function | core/ |
@covers ::getId[[api-linebreak]] |
| AnnotationBaseTest::testSetClass | function | core/ |
@covers ::getClass[[api-linebreak]] @covers ::setClass[[api-linebreak]] |
| AnnotationBaseTest::testSetProvider | function | core/ |
@covers ::getProvider[[api-linebreak]] @covers ::setProvider[[api-linebreak]] |
| AnnotationBridgeDecorator | class | core/ |
Ensures that all definitions are run through the annotation process. |
| AnnotationBridgeDecorator.php | file | core/ |
|
| AnnotationBridgeDecorator::$decorated | property | core/ |
The decorated plugin discovery. |
| AnnotationBridgeDecorator::$pluginDefinitionAnnotationName | property | core/ |
The name of the annotation that contains the plugin definition. |
| AnnotationBridgeDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| AnnotationBridgeDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| AnnotationBridgeDecorator::__construct | function | core/ |
ObjectDefinitionDiscoveryDecorator constructor. |
| AnnotationBridgeDecoratorTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator[[api-linebreak]] @group Plugin |
| AnnotationBridgeDecoratorTest.php | file | core/ |
|
| AnnotationBridgeDecoratorTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] |
| AnnotationEnum | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnum.php | file | core/ |
|
| AnnotationEnum::$value | property | core/ |
Plugin annotation @Enum({"ONE","TWO","THREE"}) |
| AnnotationEnum::ONE | constant | core/ |
|
| AnnotationEnum::THREE | constant | core/ |
|
| AnnotationEnum::TWO | constant | core/ |
|
| AnnotationEnumInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumInvalid.php | file | core/ |
|
| AnnotationEnumInvalid::$value | property | core/ |
Plugin annotation @Enum({1, 2, "foo", "bar", {"foo":"bar"}}) |
| AnnotationEnumLiteral | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumLiteral.php | file | core/ |
|
| AnnotationEnumLiteral::$value | property | core/ |
Plugin annotation @Enum( value = { 1, 2, 3, }, literal = { 1 : "AnnotationEnumLiteral::ONE", 2 : "AnnotationEnumLiteral::TWO", 3 : "AnnotationEnumLiteral::THREE", } ) |
| AnnotationEnumLiteral::ONE | constant | core/ |
|
| AnnotationEnumLiteral::THREE | constant | core/ |
|
| AnnotationEnumLiteral::TWO | constant | core/ |
|
| AnnotationEnumLiteralInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumLiteralInvalid.php | file | core/ |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.