Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
AttributeBase::$provider property core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php The provider of the attribute class.
AttributeBase::get function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Gets the value of an attribute.
AttributeBase::getClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Gets the class of the attribute class.
AttributeBase::getDependencies function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Gets the dependencies for this attribute class.
AttributeBase::getId function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Gets the unique ID for this attribute class.
AttributeBase::getProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Gets the name of the provider of the attribute class.
AttributeBase::setClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Sets the class of the attributed class.
AttributeBase::setDependencies function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Sets the dependencies for this attribute class.
AttributeBase::setProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Sets the name of the provider of the attribute class.
AttributeBase::__construct function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php
AttributeBaseStub class core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php
AttributeBaseTest class core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php Tests Drupal\Component\Plugin\Attribute\AttributeBase.
AttributeBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php
AttributeBaseTest::testGetId function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php @legacy-covers ::getId
AttributeBaseTest::testSetClass function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php @legacy-covers ::getClass
@legacy-covers ::setClass
AttributeBaseTest::testSetProvider function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php @legacy-covers ::getProvider
@legacy-covers ::setProvider
AttributeBoolean class core/lib/Drupal/Core/Template/AttributeBoolean.php A class that defines a type of boolean HTML attribute.
AttributeBoolean.php file core/lib/Drupal/Core/Template/AttributeBoolean.php
AttributeBoolean::render function core/lib/Drupal/Core/Template/AttributeBoolean.php Returns a string representation of the attribute.
AttributeBoolean::__toString function core/lib/Drupal/Core/Template/AttributeBoolean.php Implements the magic __toString() method.
AttributeBridgeDecorator class core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Ensures that all definitions are run through the attribute process.
AttributeBridgeDecorator.php file core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php
AttributeBridgeDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Gets the definition of all plugins for this type.
AttributeBridgeDecorator::__call function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Passes through all unknown calls onto the decorated object.
AttributeBridgeDecorator::__construct function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php AttributeBridgeDecorator constructor.
AttributeBridgeDecoratorTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php Tests Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator.
AttributeBridgeDecoratorTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
AttributeBridgeDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php @legacy-covers ::getDefinitions
AttributeBridgeDecoratorTest::testOtherMethod function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php Tests that the decorator of other methods works.
AttributeClass class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Attribute/AttributeClass.php #[\Attribute]
AttributeClass.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Attribute/AttributeClass.php
AttributeClassDiscovery class core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Defines a discovery mechanism to find plugins with attributes.
AttributeClassDiscovery class core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Defines a discovery mechanism to find plugins using attributes.
AttributeClassDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php
AttributeClassDiscovery.php file core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php
AttributeClassDiscovery::$directorySuffix property core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Suffix to append to each PSR-4 directory associated with a base namespace.
AttributeClassDiscovery::$fileCache property core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php The file cache object.
AttributeClassDiscovery::$namespaceSuffix property core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php A suffix to append to each base namespace.
AttributeClassDiscovery::$rootTwoLevelNamespaces property core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php List of root namespaces abbreviated to two levels.
AttributeClassDiscovery::$skipClasses property core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php An array of classes to skip.
AttributeClassDiscovery::getClassDependencies function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Gets the list of class, interface, and trait dependencies for the class.
AttributeClassDiscovery::getClassDependencies function core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Gets the list of class, interface, and trait dependencies for the class.
AttributeClassDiscovery::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Gets the definition of all plugins for this type.
AttributeClassDiscovery::getFileCacheSuffix function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Gets the file cache suffix.
AttributeClassDiscovery::getPluginNamespaces function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AttributeClassDiscovery::getPluginNamespaces function core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Gets an array of PSR-4 namespaces to search for plugin classes.
AttributeClassDiscovery::getProviderFromNamespace function core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Extracts the provider name from a Drupal namespace.
AttributeClassDiscovery::getTwoLevelNamespace function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Gets a string containing the first two levels of a class name or namespace.
AttributeClassDiscovery::hasMissingDependencies function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Whether the plugin definition has missing dependencies.
AttributeClassDiscovery::hasMissingDependencies function core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Whether the plugin definition has missing dependencies.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.