Search for to
Title | Object type | File name | Summary |
---|---|---|---|
Attribute::__toString | function | core/ |
Implements the magic __toString() method. |
AttributeArray::getIterator | function | core/ |
|
AttributeArray::__toString | function | core/ |
Implements the magic __toString() method. |
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. |
AttributeClassDiscovery::$directorySuffix | property | core/ |
Suffix to append to each PSR-4 directory associated with a base namespace. |
AttributeClassDiscoveryAutomatedProviders | class | core/ |
Determines providers based on the namespaces of a class and its ancestors. |
AttributeClassDiscoveryAutomatedProviders.php | file | core/ |
|
AttributeClassDiscoveryAutomatedProviders::prepareAttributeDefinition | function | core/ |
Prepares the attribute definition. |
AttributeDiscoveryWithAnnotationsAutomatedProviders | class | core/ |
Enables both attribute and annotation discovery for plugin definitions. |
AttributeDiscoveryWithAnnotationsAutomatedProviders.php | file | core/ |
|
AttributeDiscoveryWithAnnotationsAutomatedProviders::$attributeDiscovery | property | core/ |
Instance of attribute class discovery with automatic providers. |
AttributeDiscoveryWithAnnotationsAutomatedProviders::parseClass | function | core/ |
|
AttributeDiscoveryWithAnnotationsAutomatedProviders::prepareAttributeDefinition | function | core/ |
|
AttributeDiscoveryWithAnnotationsAutomatedProviders::__construct | function | core/ |
|
AttributeString::__toString | function | core/ |
Implements the magic __toString() method. |
AttributeTest::testConstructor | function | core/ |
Tests the constructor of the attribute class. |
AttributeTest::testStorage | function | core/ |
Tests the storage method. |
AttributeValueBase::__toString | function | core/ |
Implements the magic __toString() method. |
AuditorInterface | interface | core/ |
Defines an interface for migration auditors. |
AuditorInterface.php | file | core/ |
|
AuditorInterface::audit | function | core/ |
Audits a migration. |
AuditorInterface::auditMultiple | function | core/ |
Audits a set of migrations. |
AuditResult::__toString | function | core/ |
Returns the reasons the migration passed or failed, as a string. |
Auth::$userStorage | property | core/ |
The user storage. |
AuthenticationCollector | class | core/ |
A collector class for authentication providers. |
AuthenticationCollector.php | file | core/ |
|
AuthenticationCollector::$globalProviders | property | core/ |
List of providers which are allowed on routes with no _auth option. |
AuthenticationCollector::$providerOrders | property | core/ |
Array of all providers and their priority. |
AuthenticationCollector::$providers | property | core/ |
Array of all registered authentication providers, keyed by ID. |
AuthenticationCollector::$sortedProviders | property | core/ |
Sorted list of registered providers. |
AuthenticationCollector::addProvider | function | core/ |
|
AuthenticationCollector::getProvider | function | core/ |
|
AuthenticationCollector::getSortedProviders | function | core/ |
|
AuthenticationCollector::isGlobal | function | core/ |
|
AuthenticationCollectorInterface | interface | core/ |
Interface for collectors of registered authentication providers. |
AuthenticationCollectorInterface.php | file | core/ |
|
AuthenticationCollectorInterface::addProvider | function | core/ |
Adds a provider to the array of registered providers. |
AuthenticationCollectorInterface::getProvider | function | core/ |
Returns an authentication provider. |
AuthenticationCollectorInterface::getSortedProviders | function | core/ |
Returns the sorted array of authentication providers. |
AuthenticationCollectorInterface::isGlobal | function | core/ |
Returns whether a provider is considered global. |
AuthenticationCollectorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Authentication\AuthenticationCollector[[api-linebreak]] @group Authentication |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.