Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| AssertLegacyTrait::assertOption | function | core/ |
Asserts that a select option in the current page exists. |
| AssertLegacyTrait::assertOptionByText | function | core/ |
Asserts that a select option with the visible text exists. |
| AssertLegacyTrait::assertOptionSelected | function | core/ |
Asserts that a select option in the current page is checked. |
| AssertLegacyTraitTest::testAssertOptionSelected | function | core/ |
@covers ::assertOptionSelected[[api-linebreak]] |
| AssertLegacyTraitTest::testAssertOptionSelectedFail | function | core/ |
@covers ::assertOptionSelected[[api-linebreak]] |
| AssetOptimizerInterface | interface | core/ |
Interface defining a service that optimizes an asset. |
| AssetOptimizerInterface.php | file | core/ |
|
| AssetOptimizerInterface::clean | function | core/ |
Removes unwanted content from an asset. |
| AssetOptimizerInterface::optimize | function | core/ |
Optimizes an asset. |
| AssetResolver::getLibrariesToLoad | function | core/ |
Returns the libraries that need to be loaded. |
| Attachment::attachTo | function | core/ |
Allows displays to attach to other views. |
| Attachment::submitOptionsForm | function | core/ |
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data. |
| Attribute::$storage | property | core/ |
Stores the attribute data. |
| Attribute::getIterator | function | core/ |
|
| Attribute::storage | function | core/ |
Returns the whole array. |
| Attribute::toArray | function | core/ |
Returns all storage elements as an array. |
| 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. |
| 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/ |
Adds a provider to the array of registered providers. |
| AuthenticationCollector::getProvider | function | core/ |
Returns an authentication provider. |
| AuthenticationCollector::getSortedProviders | function | core/ |
Returns the sorted array of authentication providers. |
| AuthenticationCollector::isGlobal | function | core/ |
Returns whether a provider is considered global. |
| 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 |
| AuthenticationCollectorTest.php | file | core/ |
Contains \Drupal\Tests\Core\Authentication\AuthenticationCollectorTest. |
| AuthenticationCollectorTest::testAuthenticationCollector | function | core/ |
Tests adding, getting, and order of priorities. |
| AuthenticationManager::$authCollector | property | core/ |
The authentication provider collector. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.