Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
AssetOptimizationTest::omitTheme function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Removes the 'theme' query parameter from the given URL.
AssetOptimizationTest::replaceFileNamePrefix function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the filename prefix in the given URL.
AssetOptimizationTest::replaceGroupDelta function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the delta in the given URL.
AssetOptimizationTest::replaceGroupHash function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the group hash in the given URL.
AssetOptimizationTest::requestPage function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Creates a user and requests a page.
AssetOptimizationTest::setInvalidLibrary function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the 'include' entry in the given URL with an invalid value.
AssetOptimizationTest::testAssetAggregation function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Tests that asset aggregates are rendered and created on disk.
AssetOptimizationTestUmami class core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTestUmami.php Tests asset aggregation with the Umami install profile.
AssetOptimizationTestUmami.php file core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTestUmami.php
AssetOptimizationTestUmami::$profile property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTestUmami.php The profile to install as a basis for testing.
AssetOptimizationTestUmami::requestPage function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTestUmami.php Creates a user and requests a page.
AssetOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php Interface defining a service that optimizes an asset.
AssetOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php
AssetOptimizerInterface::clean function core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php Removes unwanted content from an asset.
AssetOptimizerInterface::optimize function core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php Optimizes an asset.
AssetResolver::getLibrariesToLoad function core/lib/Drupal/Core/Asset/AssetResolver.php Returns the libraries that need to be loaded.
AttachedAssetsTest::$fileUrlGenerator property core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php The file URL generator.
Attachment::attachTo function core/modules/views/src/Plugin/views/display/Attachment.php Allows displays to attach to other views.
Attachment::submitOptionsForm function core/modules/views/src/Plugin/views/display/Attachment.php Perform any necessary changes to the form values prior to storage.
Attribute::$storage property core/lib/Drupal/Core/Template/Attribute.php Stores the attribute data.
Attribute::getIterator function core/lib/Drupal/Core/Template/Attribute.php
Attribute::storage function core/lib/Drupal/Core/Template/Attribute.php Returns the whole array.
Attribute::toArray function core/lib/Drupal/Core/Template/Attribute.php Returns all storage elements as an array.
Attribute::__toString function core/lib/Drupal/Core/Template/Attribute.php Implements the magic __toString() method.
AttributeArray::getIterator function core/lib/Drupal/Core/Template/AttributeArray.php
AttributeArray::__toString function core/lib/Drupal/Core/Template/AttributeArray.php Implements the magic __toString() method.
AttributeBoolean::__toString function core/lib/Drupal/Core/Template/AttributeBoolean.php Implements the magic __toString() method.
AttributeBridgeDecorator class core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Ensures that all definitions are run through the attribute process.
AttributeBridgeDecorator.php file core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php
AttributeBridgeDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Gets the definition of all plugins for this type.
AttributeBridgeDecorator::__call function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Passes through all unknown calls onto the decorated object.
AttributeBridgeDecorator::__construct function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php AttributeBridgeDecorator constructor.
AttributeBridgeDecoratorTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php @coversDefaultClass \Drupal\Component\Annotation\Plugin\Discovery\AnnotationBridgeDecorator
@group Plugin
AttributeBridgeDecoratorTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php
AttributeBridgeDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php @covers ::getDefinitions
AttributeBridgeDecoratorTest::testOtherMethod function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php Tests that the decorator of other methods works.
AttributeClassDiscovery::$directorySuffix property core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php A suffix to append to each PSR-4 directory associated with a base namespace.
AttributeString::__toString function core/lib/Drupal/Core/Template/AttributeString.php Implements the magic __toString() method.
AttributeTest::testConstructor function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the constructor of the attribute class.
AttributeTest::testStorage function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the storage method.
AttributeValueBase::__toString function core/lib/Drupal/Core/Template/AttributeValueBase.php Implements the magic __toString() method.
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::__toString function core/modules/migrate/src/Audit/AuditResult.php Returns the reasons the migration passed or failed, as a string.
Auth::$userStorage property core/modules/locale/tests/modules/early_translation_test/src/Auth.php The user storage.
AuthenticationCollector class core/lib/Drupal/Core/Authentication/AuthenticationCollector.php A collector class for authentication providers.
AuthenticationCollector.php file core/lib/Drupal/Core/Authentication/AuthenticationCollector.php
AuthenticationCollector::$globalProviders property core/lib/Drupal/Core/Authentication/AuthenticationCollector.php List of providers which are allowed on routes with no _auth option.

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