Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 8.9.x for set
  4. Search 10.3.x for set
  5. Other projects
Title Object type File name Summary
append-to-settings.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-settings/assets/append-to-settings.txt include __DIR__ . "/settings-custom-additions.php";
ArbitraryRebuildTest::setUp function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
ArchiverTestBase::setUp function core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php
AreaDisplayLinkTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
AreaEmptyTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php
AreaEntityTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php
AreaEntityTest::setUpFixtures function core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php Sets up the configuration and schema of views and views_test_data modules.
AreaOrderTest::setUpFixtures function core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php Sets up the configuration and schema of views and views_test_data modules.
AreaTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaTest.php
AreaTest::setUp function core/modules/views/tests/src/Functional/Handler/AreaTest.php Sets up the test.
AreaTextTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php
AreaTextTokenTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php
AreaTitleWebTest::setUp function core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php Sets up the test.
ArgumentDateTimeTest::setUp function core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
ArgumentDefaultPluginBase::setArgument function core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Sets the parent argument this plugin is associated with.
ArgumentDefaultTest::setUp function core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php Sets up the test.
ArgumentNodeRevisionIdTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
ArgumentPluginBase::setArgument function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Set the input for this argument.
ArgumentsResolverTest::setUp function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
ArgumentSummaryTest::setUp function core/modules/views/tests/src/Kernel/Handler/ArgumentSummaryTest.php
ArgumentUidRevisionTest::setUp function core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
ArgumentValidateTest::setUp function core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
ArgumentValidatorPluginBase::setArgument function core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Sets the parent argument this plugin is associated with.
ArgumentValidatorTermNameTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermNameTest.php
ArgumentValidatorTermTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/ArgumentValidatorTermTest.php
ArrayBuildTest::setUp function core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php
ArrayElement::set function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Sets a property value.
AssertContentTrait::$drupalSettings property core/tests/Drupal/KernelTests/AssertContentTrait.php The drupalSettings value from the current raw $content.
AssertContentTrait::getDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Gets the value of drupalSettings for the currently-loaded page.
AssertContentTrait::setDrupalSettings function core/tests/Drupal/KernelTests/AssertContentTrait.php Sets the value of drupalSettings for the currently-loaded page.
AssertContentTrait::setRawContent function core/tests/Drupal/KernelTests/AssertContentTrait.php Sets the raw content (e.g. HTML).
AssetAggregationAcrossPagesTest class core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Tests demo_umami profile performance.
AssetAggregationAcrossPagesTest.php file core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php
AssetAggregationAcrossPagesTest::$profile property core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php The profile to install as a basis for testing.
AssetAggregationAcrossPagesTest::doRequests function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Performs a common set of requests so the above test methods stay in sync.
AssetAggregationAcrossPagesTest::testFrontAndRecipesPages function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the asset requests made when the front and recipe pages are visited.
AssetAggregationAcrossPagesTest::testFrontAndRecipesPagesAuthenticated function core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php Checks the asset requests made when the front and recipe pages are visited.
AssetCollectionGrouperInterface interface core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php Interface defining a service that logically groups a collection of assets.
AssetCollectionGrouperInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php
AssetCollectionGrouperInterface::group function core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php Groups a collection of assets into logical groups of asset collections.
AssetCollectionGroupOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php Interface defining a service that optimizes a collection of assets.
AssetCollectionGroupOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php
AssetCollectionGroupOptimizerInterface::optimizeGroup function core/lib/Drupal/Core/Asset/AssetCollectionGroupOptimizerInterface.php Optimizes a specific group of assets.
AssetCollectionOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Interface defining a service that optimizes a collection of assets.
AssetCollectionOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php
AssetCollectionOptimizerInterface::deleteAll function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Deletes all optimized asset collections assets.
AssetCollectionOptimizerInterface::optimize function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Optimizes a collection of assets.
AssetCollectionRendererInterface interface core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php Interface defining a service that generates a render array to render assets.
AssetCollectionRendererInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php
AssetCollectionRendererInterface::render function core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php Renders an asset collection.

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