Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AttributeArray::__toString | function | core/ |
Implements the magic __toString() method. |
AttributeBase | class | core/ |
Provides a base class for classed attributes. |
AttributeBase.php | file | core/ |
|
AttributeBase::$class | property | core/ |
The class used for this attribute class. |
AttributeBase::$provider | property | core/ |
The provider of the attribute class. |
AttributeBase::get | function | core/ |
Gets the value of an attribute. |
AttributeBase::getClass | function | core/ |
Gets the class of the attribute class. |
AttributeBase::getId | function | core/ |
Gets the unique ID for this attribute class. |
AttributeBase::getProvider | function | core/ |
Gets the name of the provider of the attribute class. |
AttributeBase::setClass | function | core/ |
Sets the class of the attributed class. |
AttributeBase::setProvider | function | core/ |
Sets the name of the provider of the attribute class. |
AttributeBase::__construct | function | core/ |
|
AttributeBaseStub | class | core/ |
|
AttributeBaseTest | class | core/ |
@coversDefaultClass \Drupal\Component\Plugin\Attribute\AttributeBase[[api-linebreak]] @group Attribute |
AttributeBaseTest.php | file | core/ |
|
AttributeBaseTest::testGetId | function | core/ |
@covers ::getId[[api-linebreak]] |
AttributeBaseTest::testSetClass | function | core/ |
@covers ::getClass[[api-linebreak]] @covers ::setClass[[api-linebreak]] |
AttributeBaseTest::testSetProvider | function | core/ |
@covers ::getProvider[[api-linebreak]] @covers ::setProvider[[api-linebreak]] |
AttributeBoolean | class | core/ |
A class that defines a type of boolean HTML attribute. |
AttributeBoolean.php | file | core/ |
|
AttributeBoolean::render | function | core/ |
Returns a string representation of the attribute. |
AttributeBoolean::__toString | function | core/ |
Implements the magic __toString() method. |
AttributeBridgeDecorator | class | core/ |
Ensures that all definitions are run through the attribute process. |
AttributeBridgeDecorator.php | file | core/ |
|
AttributeBridgeDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
AttributeBridgeDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
AttributeBridgeDecorator::__construct | function | core/ |
AttributeBridgeDecorator constructor. |
AttributeBridgeDecoratorTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator[[api-linebreak]] @group Plugin |
AttributeBridgeDecoratorTest.php | file | core/ |
|
AttributeBridgeDecoratorTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] |
AttributeBridgeDecoratorTest::testOtherMethod | function | core/ |
Tests that the decorator of other methods works. |
AttributeClass | class | core/ |
#[\Attribute] |
AttributeClass.php | file | core/ |
|
AttributeClassDiscovery | class | core/ |
Defines a discovery mechanism to find plugins with attributes. |
AttributeClassDiscovery | class | core/ |
Defines a discovery mechanism to find plugins using attributes. |
AttributeClassDiscovery.php | file | core/ |
|
AttributeClassDiscovery.php | file | core/ |
|
AttributeClassDiscovery::$directorySuffix | property | core/ |
A suffix to append to each PSR-4 directory associated with a base namespace. |
AttributeClassDiscovery::$fileCache | property | core/ |
The file cache object. |
AttributeClassDiscovery::$namespaceSuffix | property | core/ |
A suffix to append to each base namespace. |
AttributeClassDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
AttributeClassDiscovery::getFileCacheSuffix | function | core/ |
Gets the file cache suffix. |
AttributeClassDiscovery::getPluginNamespaces | function | core/ |
Gets an array of PSR-4 namespaces to search for plugin classes. |
AttributeClassDiscovery::getPluginNamespaces | function | core/ |
Gets an array of PSR-4 namespaces to search for plugin classes. |
AttributeClassDiscovery::getProviderFromNamespace | function | core/ |
Extracts the provider name from a Drupal namespace. |
AttributeClassDiscovery::parseClass | function | core/ |
Parses attributes from a class. |
AttributeClassDiscovery::prepareAttributeDefinition | function | core/ |
Prepares the attribute definition. |
AttributeClassDiscovery::prepareAttributeDefinition | function | core/ |
Prepares the attribute definition. |
AttributeClassDiscovery::__construct | function | core/ |
Constructs an AttributeClassDiscovery object. |
AttributeClassDiscovery::__construct | function | core/ |
Constructs a new instance. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.