Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
LayoutSectionTest::testLayoutUrlNoSectionField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that no Layout link shows without a section field.
LayoutTempstoreRepository class core/modules/layout_builder/src/LayoutTempstoreRepository.php Provides a mechanism for loading layouts from tempstore.
LayoutTempstoreRepository.php file core/modules/layout_builder/src/LayoutTempstoreRepository.php
LayoutTempstoreRepository::$cache property core/modules/layout_builder/src/LayoutTempstoreRepository.php The static cache of loaded values.
LayoutTempstoreRepository::$tempStoreFactory property core/modules/layout_builder/src/LayoutTempstoreRepository.php The shared tempstore factory.
LayoutTempstoreRepository::delete function core/modules/layout_builder/src/LayoutTempstoreRepository.php Removes the tempstore version of a section storage.
LayoutTempstoreRepository::get function core/modules/layout_builder/src/LayoutTempstoreRepository.php Gets the tempstore version of a section storage, if it exists.
LayoutTempstoreRepository::getKey function core/modules/layout_builder/src/LayoutTempstoreRepository.php Gets the string to use as the tempstore key.
LayoutTempstoreRepository::getTempstore function core/modules/layout_builder/src/LayoutTempstoreRepository.php Gets the shared tempstore.
LayoutTempstoreRepository::has function core/modules/layout_builder/src/LayoutTempstoreRepository.php Checks for the existence of a tempstore version of a section storage.
LayoutTempstoreRepository::set function core/modules/layout_builder/src/LayoutTempstoreRepository.php Stores this section storage in tempstore.
LayoutTempstoreRepository::__construct function core/modules/layout_builder/src/LayoutTempstoreRepository.php LayoutTempstoreRepository constructor.
LayoutTempstoreRepositoryInterface interface core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Provides an interface for loading layouts from tempstore.
LayoutTempstoreRepositoryInterface.php file core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php
LayoutTempstoreRepositoryInterface::delete function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Removes the tempstore version of a section storage.
LayoutTempstoreRepositoryInterface::get function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Gets the tempstore version of a section storage, if it exists.
LayoutTempstoreRepositoryInterface::has function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Checks for the existence of a tempstore version of a section storage.
LayoutTempstoreRepositoryInterface::set function core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php Stores this section storage in tempstore.
LayoutTempstoreRepositoryTest class core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php Tests Drupal\layout_builder\LayoutTempstoreRepository.
LayoutTempstoreRepositoryTest.php file core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php
LayoutTempstoreRepositoryTest::testGetEmptyTempstore function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php Tests get empty tempstore.
LayoutTempstoreRepositoryTest::testGetInvalidEntry function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php Tests get invalid entry.
LayoutTempstoreRepositoryTest::testGetLoadedTempstore function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php Tests get loaded tempstore.
LayoutTempstoreRouteEnhancer class core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php Loads the section storage from the layout tempstore.
LayoutTempstoreRouteEnhancer.php file core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php
LayoutTempstoreRouteEnhancer::$layoutTempstoreRepository property core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php The layout tempstore repository.
LayoutTempstoreRouteEnhancer::enhance function core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php Updates the defaults for a route definition based on the request.
LayoutTempstoreRouteEnhancer::__construct function core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php Constructs a new LayoutTempstoreRouteEnhancer.
LayoutTempstoreRouteEnhancerTest class core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRouteEnhancerTest.php Tests Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer.
LayoutTempstoreRouteEnhancerTest.php file core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRouteEnhancerTest.php
LayoutTempstoreRouteEnhancerTest::testEnhance function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRouteEnhancerTest.php Tests enhance.
LayoutTest class core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests Layout functionality.
LayoutTest.php file core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php
LayoutTest::$layoutPluginManager property core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php The layout plugin manager.
LayoutTest::$modules property core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Modules to install.
LayoutTest::processCallback function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Provides a test #process callback.
LayoutTest::render function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Renders a render array.
LayoutTest::renderLayoutData function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Data provider for testRenderLayout().
LayoutTest::setUp function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php
LayoutTest::testRenderLayout function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests rendering a layout.
LayoutTest::testThemeProvidedLayout function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests that a layout provided by a theme has the preprocess function set.
LayoutTestDependenciesPlugin class core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Provides a plugin that contains config dependencies.
LayoutTestDependenciesPlugin.php file core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php
LayoutTestDependenciesPlugin::calculateDependencies function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Calculates dependencies for the configured plugin.
LayoutTestPlugin class core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php The plugin that handles the default layout template.
LayoutTestPlugin.php file core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php
LayoutTestPlugin::buildConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form constructor.
LayoutTestPlugin::defaultConfiguration function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Gets default configuration for this plugin.
LayoutTestPlugin::submitConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form submission handler.
LayoutTestPlugin::validateConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form validation handler.

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