Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
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.
AssetOptimizationUmamiTest class core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php Tests asset aggregation with the Umami install profile.
AssetOptimizationUmamiTest.php file core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php
AssetOptimizationUmamiTest::$profile property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php The profile to install as a basis for testing.
AssetOptimizationUmamiTest::requestPage function core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationUmamiTest.php Creates a user and requests a page.
AssetQueryString::__construct function core/lib/Drupal/Core/Asset/AssetQueryString.php Creates a new AssetQueryString instance.
AssetResolver::__construct function core/lib/Drupal/Core/Asset/AssetResolver.php Constructs a new AssetResolver instance.
AssetRoutes::__construct function core/modules/system/src/Routing/AssetRoutes.php Constructs an asset routes object.
AssetsStream::getDescription function core/lib/Drupal/Core/StreamWrapper/AssetsStream.php Returns the description of the stream wrapper for use in the UI.
AssignOwnerNode::$connection property core/modules/node/src/Plugin/Action/AssignOwnerNode.php The database connection.
AssignOwnerNode::buildConfigurationForm function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Form constructor.
AssignOwnerNode::defaultConfiguration function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Gets default configuration for this plugin.
AssignOwnerNode::submitConfigurationForm function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Form submission handler.
AssignOwnerNode::validateConfigurationForm function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Form validation handler.
AssignOwnerNode::__construct function core/modules/node/src/Plugin/Action/AssignOwnerNode.php Constructs a new AssignOwnerNode action.
AtLeastOneOfConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php Checks that at least one of the given constraint is satisfied.
AtLeastOneOfConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php
AtLeastOneOfConstraint::create function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php Creates an instance of the plugin.
AtLeastOneOfConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php Validates the AtLeastOneOf constraint.
AtLeastOneOfConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php
AtLeastOneOfConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php Validate a set of constraints against a value.
AtLeastOneOfConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Tests AtLeastOneOf validation constraint with both valid and invalid values.
AtLeastOneOfConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php
AtLeastOneOfConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php The typed data manager to use.
AtLeastOneOfConstraintValidatorTest::dataProvider function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Data provider for testValidation().
AtLeastOneOfConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php
AtLeastOneOfConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Tests the AllowedValues validation constraint validator.
AttachedAssetsTest::testAggregation function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Integration test for CSS/JS aggregation.
AttachedAssetsTest::testLibraryNameConflicts function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that multiple modules can implement libraries with the same name.
AttachedAssetsTest::testVersionQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript versioning.
Attachment::attachmentPositions function core/modules/views/src/Plugin/views/display/Attachment.php Gets the positions for the attachment in relation to the parent display.
Attachment::buildOptionsForm function core/modules/views/src/Plugin/views/display/Attachment.php Provide the default form for setting options.
Attachment::defineOptions function core/modules/views/src/Plugin/views/display/Attachment.php Information about options for all kinds of purposes will be held here.

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