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
LayoutDefinition::setPath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the base path for this layout definition.
LayoutDefinition::setRegions function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the regions for this layout definition.
LayoutDefinition::setTemplate function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the template name.
LayoutDefinition::setTemplatePath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the template path.
LayoutDefinition::setThemeHook function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the theme hook.
LayoutDisplayTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php
LayoutEntityHelperTraitTest::setUp function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php
LayoutPluginManagerTest::setUp function core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php
LayoutPluginManagerTest::setUp function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php
LayoutPluginManagerTest::setUpFilesystem function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Sets up the filesystem with YAML files and annotated plugins.
LayoutRestTestBase::setUp function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php
LayoutRestTestBase::setUpAuthorization function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Sets up the necessary authorization.
LayoutSectionItemList::setSections function core/modules/layout_builder/src/Field/LayoutSectionItemList.php Stores the information for all sections.
LayoutSectionTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
LayoutTempstoreRepository::set function core/modules/layout_builder/src/LayoutTempstoreRepository.php Stores this section storage in tempstore.
LayoutTempstoreRepositoryInterface::set function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Stores this section storage in tempstore.
LayoutTest::setUp function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php
LazyContextRepositoryTest::setUp function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php
LazyContextRepositoryTest::setupContextAndProvider function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php Sets up contexts and context providers.
LazyPluginCollection::set function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores an initialized plugin.
LazyPluginCollection::setConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Sets the configuration for all plugins in this collection.
LazyPluginCollectionTestBase::setUp function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
LazyPluginCollectionTestBase::setupPluginCollection function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Sets up the default plugin collection.
LazyRouteCollectionTest::setUp function core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php
LegacyFileSystemTest::setUp function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php
LegacySessionTestController::set function core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php Stores a value in $_SESSION['legacy_test_value'].
LibraryDependencyResolver::getMinimalRepresentativeSubset function core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php Gets the minimal representative subset of the given libraries.
LibraryDependencyResolverInterface::getMinimalRepresentativeSubset function core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php Gets the minimal representative subset of the given libraries.
LibraryDependencyResolverTest::providerTestGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php Provides test data for ::testGetMinimalRepresentativeSubset().
LibraryDependencyResolverTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubset function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php @covers ::getMinimalRepresentativeSubset[[api-linebreak]]
LibraryDependencyResolverTest::testGetMinimalRepresentativeSubsetInvalidInput function core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php @covers ::getMinimalRepresentativeSubset[[api-linebreak]]
LibraryDiscoveryCollector::reset function core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php Resets the local cache.
LibraryDiscoveryCollectorTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php
LibraryDiscoveryIntegrationTest::assertAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is in the given library.
LibraryDiscoveryIntegrationTest::assertNoAssetInLibrary function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Asserts that the specified asset is not in the given library.
LibraryDiscoveryIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
LibraryDiscoveryIntegrationTest::testBaseThemeLibrariesOverrideInSubTheme function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests that base theme libraries-override still apply in sub themes.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideDrupalSettings function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-override on drupalSettings.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideMalformedAsset function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests libraries-override on malformed assets.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideOtherAssetLibraryNames function core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php Tests library assets with other ways for specifying paths.
LibraryDiscoveryParser::resolveThemeAssetPath function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Ensures that a full path is returned for an overriding theme asset.
LibraryDiscoveryParser::setOverrideValue function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Overrides the specified library asset.
LibraryDiscoveryParserTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
LibraryDiscoveryParserTest::testLibraryWithCssJsSetting function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests a library with CSS/JavaScript and a setting.
LibraryDiscoveryTest::setUp function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php
LibraryDiscoveryTest::testAssetLibraryDeprecation function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php Tests getting a deprecated library.
Link::setLinkGenerator function core/lib/Drupal/Core/Link.php Sets the link generator service.
Link::setText function core/lib/Drupal/Core/Link.php Sets the new text of the link.
Link::setUrl function core/lib/Drupal/Core/Link.php Sets the URL of this link.

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