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
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().
BackendChain::set function core/lib/Drupal/Core/Cache/BackendChain.php Stores data in the persistent cache.
BackendChain::setMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Store multiple items in the persistent cache.
BackendChainImplementationUnitTest::setUp function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::testSet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that set will propagate.
BackendCompilerPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BanIpTest::setUp function core/modules/ban/tests/src/Kernel/BanIpTest.php
BanMiddlewareTest::setUp function core/modules/ban/tests/src/Unit/BanMiddlewareTest.php
BarClass::setBaz function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php Setter for our BazClass object.
BaseFieldAccessTest::setUp function core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Sets up the test.
BaseFieldDefinition::getSetting function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the value of a given setting.

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