Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AttributeTest::testMerge function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge
@dataProvider providerTestMerge
AttributeTest::testMergeArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge
AttributeTest::testPrint function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests printing of an attribute.
AttributeTest::testRemove function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing of values.
AttributeTest::testRemoveAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing attributes.
@covers ::removeAttribute
AttributeTest::testRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the AttributeArray helper method.
@covers ::removeClass
AttributeTest::testSet function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests set of values.
AttributeTest::testSetAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests setting attributes.
@covers ::setAttribute
AttributeTest::testStorage function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the storage method.
AttributeTest::testTwigAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the twig calls to the Attribute.
@dataProvider providerTestAttributeClassHelpers
AttributeValueBase class core/lib/Drupal/Core/Template/AttributeValueBase.php Defines the base class for an attribute type.
AttributeValueBase.php file core/lib/Drupal/Core/Template/AttributeValueBase.php
AttributeValueBase::$name property core/lib/Drupal/Core/Template/AttributeValueBase.php The name of the value.
AttributeValueBase::$value property core/lib/Drupal/Core/Template/AttributeValueBase.php The value itself.
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.
AttributeValueBase::value function core/lib/Drupal/Core/Template/AttributeValueBase.php Returns the raw value.
AttributeValueBase::__construct function core/lib/Drupal/Core/Template/AttributeValueBase.php Constructs a \Drupal\Core\Template\AttributeValueBase object.
AttributeValueBase::__toString function core/lib/Drupal/Core/Template/AttributeValueBase.php Implements the magic __toString() method.
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.
Auth class core/modules/locale/tests/modules/early_translation_test/src/Auth.php Test authentication provider.
Auth.php file core/modules/locale/tests/modules/early_translation_test/src/Auth.php
Auth::$userStorage property core/modules/locale/tests/modules/early_translation_test/src/Auth.php The user storage.
Auth::applies function core/modules/locale/tests/modules/early_translation_test/src/Auth.php Checks whether suitable authentication credentials are on the request.
Auth::authenticate function core/modules/locale/tests/modules/early_translation_test/src/Auth.php Authenticates the user.
Auth::__construct function core/modules/locale/tests/modules/early_translation_test/src/Auth.php Constructs an authentication provider object.

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