Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
LayoutTempstoreParamConverter::__construct function core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php Constructs a new LayoutTempstoreParamConverter.
LayoutTempstoreParamConverterTest class core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @coversDefaultClass \Drupal\layout_builder\Routing\LayoutTempstoreParamConverter[[api-linebreak]]
LayoutTempstoreParamConverterTest.php file core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php
LayoutTempstoreParamConverterTest::testConvert function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutTempstoreParamConverterTest::testConvertInvalidConverter function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutTempstoreParamConverterTest::testConvertNoType function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @covers ::convert[[api-linebreak]]
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::$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 @coversDefaultClass \Drupal\layout_builder\LayoutTempstoreRepository[[api-linebreak]]
@group layout_builder
LayoutTempstoreRepositoryTest.php file core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php
LayoutTempstoreRepositoryTest::testGetEmptyTempstore function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get[[api-linebreak]]
@covers ::has[[api-linebreak]]
LayoutTempstoreRepositoryTest::testGetInvalidEntry function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get[[api-linebreak]]
LayoutTempstoreRepositoryTest::testGetLoadedTempstore function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get[[api-linebreak]]
@covers ::has[[api-linebreak]]
layout_builder.sample_entity_generator service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Entity\LayoutBuilderSampleEntityGenerator
layout_builder.tempstore_repository service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\LayoutTempstoreRepository
layout_builder_post_update_cancel_link_to_discard_changes_form function core/modules/layout_builder/layout_builder.post_update.php Clear caches due to routing changes for the new discard changes form.
layout_builder_post_update_fix_tempstore_keys function core/modules/layout_builder/layout_builder.post_update.php Fix Layout Builder tempstore keys of existing entries.
layout_builder_post_update_section_storage_context_definitions function core/modules/layout_builder/layout_builder.post_update.php Clear caches due to changes to section storage annotation changes.
LazyContextRepository class core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Provides a context repository which uses context provider services.
LazyContextRepository.php file core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php
LazyContextRepository::$container property core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php The service container.
LazyContextRepository::$contextProviderServiceIDs property core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php The set of available context providers service IDs.
LazyContextRepository::$contexts property core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php The statically cached contexts.
LazyContextRepository::getAvailableContexts function core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Gets all available contexts for the purposes of configuration.
LazyContextRepository::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Gets runtime context values for the given context IDs.
LazyContextRepository::__construct function core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Constructs a LazyContextRepository object.
LazyContextRepositoryTest class core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @coversDefaultClass \Drupal\Core\Plugin\Context\LazyContextRepository[[api-linebreak]]
@group context
LazyContextRepositoryTest.php file core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php
LazyContextRepositoryTest::$container property core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php The container.
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.
LazyContextRepositoryTest::testGetAvailableContexts function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getAvailableContexts[[api-linebreak]]
LazyContextRepositoryTest::testGetRuntimeContextsSingle function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts[[api-linebreak]]
LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts[[api-linebreak]]
LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts[[api-linebreak]]
LazyContextRepositoryTest::testGetRuntimeStaticCache function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts[[api-linebreak]]

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