Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 8.9.x for d
  4. Search 10.3.x for d
  5. Other projects
Title Object type File name Summary
AttributeInterface::getId function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the unique ID for this attribute class.
AttributeInterface::getProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Gets the name of the provider of the attribute class.
AttributeInterface::setDependencies function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the dependencies for this attribute class.
AttributeInterface::setProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the name of the provider of the attribute class.
AttributesTest::providerTestAttributeData function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Provides data for the Attribute test.
AttributesTest::testDrupalAttributes function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests casting an Attribute object to a string.
AttributeTest::assertID function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Checks that the given CSS ID is present in the given HTML snippet.
AttributeTest::assertNoID function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Checks that the given CSS ID is not present in the given HTML snippet.
AttributeTest::providerTestAttributeClassHelpers function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Provides tests data for testEscaping.
AttributeTest::providerTestAttributeValues function core/tests/Drupal/Tests/Core/Template/AttributeTest.php
AttributeTest::providerTestHasAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Provides tests data for testHasAttribute.
AttributeTest::providerTestMerge function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Provides tests data for testMerge.
AttributeTest::testAdd function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding new values to an existing part of the attribute.
AttributeTest::testAddClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding class attributes with the AttributeArray helper method.
AttributeTest::testChainAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the Attribute helper methods.
AttributeTest::testTwigAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the twig calls to the Attribute.
AttributeValueBase::render function core/lib/Drupal/Core/Template/AttributeValueBase.php Returns a string representation of the attribute.
AttributeValueBase::RENDER_EMPTY_ATTRIBUTE constant core/lib/Drupal/Core/Template/AttributeValueBase.php Renders '$name=""' if $value is an empty string.
AttributeXssTest::providerSanitizeAttributes function core/modules/link/tests/src/Unit/AttributeXssTest.php Data provider for ::testSanitizeAttributes.
AudioFile class core/modules/media/src/Plugin/media/Source/AudioFile.php Media source wrapping around an audio file.
AudioFile.php file core/modules/media/src/Plugin/media/Source/AudioFile.php
AudioFile::createSourceField function core/modules/media/src/Plugin/media/Source/AudioFile.php Creates the source field definition for a type.
AudioFile::prepareViewDisplay function core/modules/media/src/Plugin/media/Source/AudioFile.php Prepares the media type fields for this source in the view display.
AuditException class core/modules/migrate/src/Audit/AuditException.php Defines an exception to throw if an error occurs during a migration audit.
AuditException.php file core/modules/migrate/src/Audit/AuditException.php
AuditException::__construct function core/modules/migrate/src/Audit/AuditException.php AuditException constructor.
AuditorInterface interface core/modules/migrate/src/Audit/AuditorInterface.php Defines an interface for migration auditors.
AuditorInterface.php file core/modules/migrate/src/Audit/AuditorInterface.php
AuditorInterface::audit function core/modules/migrate/src/Audit/AuditorInterface.php Audits a migration.
AuditorInterface::auditMultiple function core/modules/migrate/src/Audit/AuditorInterface.php Audits a set of migrations.
AuditResult class core/modules/migrate/src/Audit/AuditResult.php Encapsulates the result of a migration audit.
AuditResult.php file core/modules/migrate/src/Audit/AuditResult.php
AuditResult::$migration property core/modules/migrate/src/Audit/AuditResult.php The audited migration.
AuditResult::$reasons property core/modules/migrate/src/Audit/AuditResult.php The reasons why the migration passed or failed the audit.
AuditResult::$status property core/modules/migrate/src/Audit/AuditResult.php The result of the audit (TRUE if passed, FALSE otherwise).
AuditResult::addReason function core/modules/migrate/src/Audit/AuditResult.php Adds a reason why the migration passed or failed the audit.
AuditResult::count function core/modules/migrate/src/Audit/AuditResult.php Implements \Countable::count() for Twig template compatibility.
AuditResult::fail function core/modules/migrate/src/Audit/AuditResult.php Creates a failing audit result for a migration.
AuditResult::getMigration function core/modules/migrate/src/Audit/AuditResult.php Returns the audited migration.
AuditResult::jsonSerialize function core/modules/migrate/src/Audit/AuditResult.php Returns the reasons the migration passed or failed, for JSON serialization.
AuditResult::pass function core/modules/migrate/src/Audit/AuditResult.php Creates a passing audit result for a migration.
AuditResult::passed function core/modules/migrate/src/Audit/AuditResult.php Returns the boolean result of the audit.
AuditResult::__construct function core/modules/migrate/src/Audit/AuditResult.php AuditResult constructor.
AuditResult::__toString function core/modules/migrate/src/Audit/AuditResult.php Returns the reasons the migration passed or failed, as a string.
AuthenticationCollector::$globalProviders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php List of providers which are allowed on routes with no _auth option.
AuthenticationCollector::$providerOrders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Array of all providers and their priority.
AuthenticationCollector::$providers property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Array of all registered authentication providers, keyed by ID.
AuthenticationCollector::$sortedProviders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Sorted list of registered providers.
AuthenticationCollector::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Adds a provider to the array of registered providers.
AuthenticationCollector::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns an authentication provider.

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