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
ArrayElement::getIterator function core/lib/Drupal/Core/Config/Schema/ArrayElement.php
ArrayElement::toArray function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Returns an array of all property values.
AssertContentTrait::assertOption function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page exists.
AssertContentTrait::assertOptionByText function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option with the visible text exists.
AssertContentTrait::assertOptionSelected function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionSelectedWithDrupalSelector function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page is checked.
AssertContentTrait::assertOptionWithDrupalSelector function core/tests/Drupal/KernelTests/AssertContentTrait.php Asserts that a select option in the current page exists.
AssetDumper::dumpToUri function core/lib/Drupal/Core/Asset/AssetDumper.php Dumps an (optimized) asset to persistent storage.
AssetDumperUriInterface::dumpToUri function core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php Dumps an (optimized) asset to persistent storage.
AssetOptimizationTest class core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Tests asset aggregation.
AssetOptimizationTest.php file core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php
AssetOptimizationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php The theme to install as the default for testing.
AssetOptimizationTest::$fileAssetsPath property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php The file assets path settings value.
AssetOptimizationTest::$modules property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Modules to install.
AssetOptimizationTest::assertAggregate function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Asserts the aggregate header.
AssetOptimizationTest::assertInvalidAggregates function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Asserts the aggregate when it is invalid.
AssetOptimizationTest::doTestAggregation function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Helper to test aggregate file URLs.
AssetOptimizationTest::invalidExclude function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Adds an invalid 'exclude' query parameter with an invalid value.
AssetOptimizationTest::invalidInclude function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Replaces the 'include' query parameter with an invalid value.
AssetOptimizationTest::omitInclude function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php Removes the 'include' query parameter from the given URL.
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.

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