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 11.x for set
  5. Other projects
Title Object type File name Summary
AttachedAssetsTest::$modules property core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Modules to install.
AttachedAssetsTest::$renderer property core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php The renderer service.
AttachedAssetsTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
AttachedAssetsTest::testAddExternalFiles function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding external CSS and JavaScript files.
AttachedAssetsTest::testAddFiles function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding a CSS and a JavaScript file.
AttachedAssetsTest::testAddJsFileWithQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript files that have query strings attached get added right.
AttachedAssetsTest::testAddJsSettings function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding JavaScript settings.
AttachedAssetsTest::testAggregatedAttributes function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that attributes are maintained when JS aggregation is enabled.
AttachedAssetsTest::testAggregation function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Integration test for CSS/JS aggregation.
AttachedAssetsTest::testAlter function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests altering a JavaScript's weight via hook_js_alter().
AttachedAssetsTest::testAttributes function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests adding JavaScript files with additional attributes.
AttachedAssetsTest::testDefault function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that default CSS and JavaScript is empty.
AttachedAssetsTest::testDynamicLibrary function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Dynamically defines an asset library and alters it.
AttachedAssetsTest::testHeaderHTML function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JS assets depending on the 'core/<head>' virtual library.
AttachedAssetsTest::testLibraryAlter function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Adds a JavaScript library to the page and alters it.
AttachedAssetsTest::testLibraryNameConflicts function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that multiple modules can implement libraries with the same name.
AttachedAssetsTest::testLibraryUnknown function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests non-existing libraries.
AttachedAssetsTest::testNoCache function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests that for assets with cache = FALSE, Drupal sets preprocess = FALSE.
AttachedAssetsTest::testRenderDifferentWeight function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests rendering the JavaScript with a file's weight above jQuery's.
AttachedAssetsTest::testRenderOrder function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript and CSS asset ordering.
AttachedAssetsTest::testSettings function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript settings.
AttachedAssetsTest::testVersionQueryString function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JavaScript versioning.
AttachmentsInterface::setAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Replaces this object's attached data with the provided array.
AttachmentsTrait::setAttachments function core/lib/Drupal/Core/Render/AttachmentsTrait.php
Attribute::offsetExists function core/lib/Drupal/Core/Template/Attribute.php
Attribute::offsetGet function core/lib/Drupal/Core/Template/Attribute.php
Attribute::offsetSet function core/lib/Drupal/Core/Template/Attribute.php
Attribute::offsetUnset function core/lib/Drupal/Core/Template/Attribute.php
Attribute::setAttribute function core/lib/Drupal/Core/Template/Attribute.php Sets values for an attribute key.
AttributeArray::offsetExists function core/lib/Drupal/Core/Template/AttributeArray.php
AttributeArray::offsetGet function core/lib/Drupal/Core/Template/AttributeArray.php
AttributeArray::offsetSet function core/lib/Drupal/Core/Template/AttributeArray.php
AttributeArray::offsetUnset function core/lib/Drupal/Core/Template/AttributeArray.php
AttributeBase::setClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Sets the class of the attributed class.
AttributeBase::setProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeBase.php Sets the name of the provider of the attribute class.
AttributeBaseTest class core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php @coversDefaultClass \Drupal\Component\Plugin\Attribute\AttributeBase
@group Attribute
AttributeBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php
AttributeBaseTest::testGetId function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php @covers ::getId
AttributeBaseTest::testSetClass function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php @covers ::getClass
@covers ::setClass
AttributeBaseTest::testSetProvider function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeBaseTest.php @covers ::getProvider
@covers ::setProvider
AttributeClassDiscoveryCachedTest::setUp function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeClassDiscoveryCachedTest.php
AttributeClassDiscoveryTest::setUp function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeClassDiscoveryTest.php
AttributeInterface::setClass function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the class of the attributed class.
AttributeInterface::setProvider function core/lib/Drupal/Component/Plugin/Attribute/AttributeInterface.php Sets the name of the provider of the attribute class.
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
automated_cron.settings.yml file core/profiles/standard/config/install/automated_cron.settings.yml core/profiles/standard/config/install/automated_cron.settings.yml
automated_cron.settings.yml file core/modules/automated_cron/config/install/automated_cron.settings.yml core/modules/automated_cron/config/install/automated_cron.settings.yml
automated_cron_form_system_cron_settings_alter function core/modules/automated_cron/automated_cron.module Implements hook_form_FORM_ID_alter() for the system_cron_settings() form.
automated_cron_settings_submit function core/modules/automated_cron/automated_cron.module Form submission handler for system_cron_settings().

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