Search for d
Title | Object type | File name | Summary |
---|---|---|---|
AttributeInterface::getId | function | core/ |
Gets the unique ID for this attribute class. |
AttributeInterface::getProvider | function | core/ |
Gets the name of the provider of the attribute class. |
AttributeInterface::setDependencies | function | core/ |
Sets the dependencies for this attribute class. |
AttributeInterface::setProvider | function | core/ |
Sets the name of the provider of the attribute class. |
AttributesTest::providerTestAttributeData | function | core/ |
Provides data for the Attribute test. |
AttributesTest::testDrupalAttributes | function | core/ |
Tests casting an Attribute object to a string. |
AttributeTest::assertID | function | core/ |
Checks that the given CSS ID is present in the given HTML snippet. |
AttributeTest::assertNoID | function | core/ |
Checks that the given CSS ID is not present in the given HTML snippet. |
AttributeTest::providerTestAttributeClassHelpers | function | core/ |
Provides tests data for testEscaping. |
AttributeTest::providerTestAttributeValues | function | core/ |
|
AttributeTest::providerTestHasAttribute | function | core/ |
Provides tests data for testHasAttribute. |
AttributeTest::providerTestMerge | function | core/ |
Provides tests data for testMerge. |
AttributeTest::testAdd | function | core/ |
Tests adding new values to an existing part of the attribute. |
AttributeTest::testAddClasses | function | core/ |
Tests adding class attributes with the AttributeArray helper method. |
AttributeTest::testChainAddRemoveClasses | function | core/ |
Tests removing class attributes with the Attribute helper methods. |
AttributeTest::testTwigAddRemoveClasses | function | core/ |
Tests the twig calls to the Attribute. |
AttributeValueBase::render | function | core/ |
Returns a string representation of the attribute. |
AttributeValueBase::RENDER_EMPTY_ATTRIBUTE | constant | core/ |
Renders '$name=""' if $value is an empty string. |
AttributeXssTest::providerSanitizeAttributes | function | core/ |
Data provider for ::testSanitizeAttributes. |
AudioFile | class | core/ |
Media source wrapping around an audio file. |
AudioFile.php | file | core/ |
|
AudioFile::createSourceField | function | core/ |
Creates the source field definition for a type. |
AudioFile::prepareViewDisplay | function | core/ |
Prepares the media type fields for this source in the view display. |
AuditException | class | core/ |
Defines an exception to throw if an error occurs during a migration audit. |
AuditException.php | file | core/ |
|
AuditException::__construct | function | core/ |
AuditException constructor. |
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 | class | core/ |
Encapsulates the result of a migration audit. |
AuditResult.php | file | core/ |
|
AuditResult::$migration | property | core/ |
The audited migration. |
AuditResult::$reasons | property | core/ |
The reasons why the migration passed or failed the audit. |
AuditResult::$status | property | core/ |
The result of the audit (TRUE if passed, FALSE otherwise). |
AuditResult::addReason | function | core/ |
Adds a reason why the migration passed or failed the audit. |
AuditResult::count | function | core/ |
Implements \Countable::count() for Twig template compatibility. |
AuditResult::fail | function | core/ |
Creates a failing audit result for a migration. |
AuditResult::getMigration | function | core/ |
Returns the audited migration. |
AuditResult::jsonSerialize | function | core/ |
Returns the reasons the migration passed or failed, for JSON serialization. |
AuditResult::pass | function | core/ |
Creates a passing audit result for a migration. |
AuditResult::passed | function | core/ |
Returns the boolean result of the audit. |
AuditResult::__construct | function | core/ |
AuditResult constructor. |
AuditResult::__toString | function | core/ |
Returns the reasons the migration passed or failed, as a string. |
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. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.