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
LayoutDefault::setConfiguration function core/lib/Drupal/Core/Layout/LayoutDefault.php Sets the configuration for this plugin instance.
LayoutDefault::setInPreview function core/lib/Drupal/Core/Layout/LayoutDefault.php Set preview mode for the plugin.
LayoutDefinition::set function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets a value to an arbitrary property.
LayoutDefinition::setCategory function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the human-readable category of the layout definition.
LayoutDefinition::setDefaultRegion function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the default region.
LayoutDefinition::setDeriver function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the deriver of this plugin definition.
LayoutDefinition::setDescription function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the description of the layout definition.
LayoutDefinition::setIconMap function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the icon map for this layout definition.
LayoutDefinition::setIconPath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the icon path for this layout definition.
LayoutDefinition::setLabel function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the human-readable name of the layout definition.
LayoutDefinition::setLibrary function core/lib/Drupal/Core/Layout/LayoutDefinition.php Sets the asset library for this layout definition.
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
layout_builder_preprocess_language_content_settings_table function core/modules/layout_builder/layout_builder.module Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.
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
LegacyAssetTest class core/tests/Drupal/KernelTests/Core/Asset/LegacyAssetTest.php Tests deprecated asset functions.
LegacyAssetTest.php file core/tests/Drupal/KernelTests/Core/Asset/LegacyAssetTest.php
LegacyAssetTest::testDeprecatedDrupalFlushCssJs function core/tests/Drupal/KernelTests/Core/Asset/LegacyAssetTest.php Tests the deprecation.
LegacyFileSystemTest::setUp function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php
LegacyMatcherDumperTest::setUp function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php
LegacyPasswordHashingTest::setUp function core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php
LegacySettingsRewriteTest class core/tests/Drupal/KernelTests/Core/Site/LegacySettingsRewriteTest.php Tests the drupal_rewrite_settings() function.
LegacySettingsRewriteTest.php file core/tests/Drupal/KernelTests/Core/Site/LegacySettingsRewriteTest.php
LegacySettingsRewriteTest::testDrupalRewriteSettings function core/tests/Drupal/KernelTests/Core/Site/LegacySettingsRewriteTest.php Tests the drupal_rewrite_settings() function.
LegacyValidatorTest::setUp function core/modules/file/tests/src/Kernel/LegacyValidatorTest.php
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

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