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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
layout_builder_theme_suggestions_field_alter function core/modules/layout_builder/layout_builder.module Implements hook_theme_suggestions_HOOK_alter().
layout_builder_theme_suggestions_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.info.yml
layout_builder_theme_suggestions_test.module file core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.module For testing theme suggestions.
layout_builder_theme_suggestions_test_preprocess_item_list__layouts function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.module Implements hook_preprocess_HOOK() for the list of layouts.
layout_builder_theme_suggestions_test_theme function core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.module Implements hook_theme().
layout_builder_update_last_removed function core/modules/layout_builder/layout_builder.install Implements hook_update_last_removed().
layout_builder_views_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml
layout_discovery.info.yml file core/modules/layout_discovery/layout_discovery.info.yml core/modules/layout_discovery/layout_discovery.info.yml
layout_discovery.install file core/modules/layout_discovery/layout_discovery.install Install, update, and uninstall functions for the Layout Discovery module.
layout_discovery.layouts.yml file core/modules/layout_discovery/layout_discovery.layouts.yml core/modules/layout_discovery/layout_discovery.layouts.yml
layout_discovery.libraries.yml file core/modules/layout_discovery/layout_discovery.libraries.yml core/modules/layout_discovery/layout_discovery.libraries.yml
layout_discovery.module file core/modules/layout_discovery/layout_discovery.module Provides hook implementations for Layout Discovery.
layout_discovery.post_update.php file core/modules/layout_discovery/layout_discovery.post_update.php Post update functions for layout discovery.
layout_discovery.services.yml file core/modules/layout_discovery/layout_discovery.services.yml core/modules/layout_discovery/layout_discovery.services.yml
layout_discovery_help function core/modules/layout_discovery/layout_discovery.module Implements hook_help().
layout_discovery_removed_post_updates function core/modules/layout_discovery/layout_discovery.post_update.php Implements hook_removed_post_updates().
layout_discovery_requirements function core/modules/layout_discovery/layout_discovery.install Implements hook_requirements().
layout_discovery_theme function core/modules/layout_discovery/layout_discovery.module Implements hook_theme().
layout_test.info.yml file core/modules/system/tests/modules/layout_test/layout_test.info.yml core/modules/system/tests/modules/layout_test/layout_test.info.yml
layout_test.layouts.yml file core/modules/system/tests/modules/layout_test/layout_test.layouts.yml core/modules/system/tests/modules/layout_test/layout_test.layouts.yml
layout_test.libraries.yml file core/modules/system/tests/modules/layout_test/layout_test.libraries.yml core/modules/system/tests/modules/layout_test/layout_test.libraries.yml
layout_test.module file core/modules/system/tests/modules/layout_test/layout_test.module Provides hook implementations for Layout Test.
layout_test.schema.yml file core/modules/system/tests/modules/layout_test/config/schema/layout_test.schema.yml core/modules/system/tests/modules/layout_test/config/schema/layout_test.schema.yml
Lazy Services group core/core.api.php Lazy services overview
LazyBuilders class core/modules/announcements_feed/src/LazyBuilders.php Defines a class for lazy building render arrays.
LazyBuilders.php file core/modules/announcements_feed/src/LazyBuilders.php
LazyBuilders::renderAnnouncements function core/modules/announcements_feed/src/LazyBuilders.php Render announcements.
LazyBuilders::trustedCallbacks function core/modules/announcements_feed/src/LazyBuilders.php Lists the trusted callbacks provided by the implementing class.
LazyBuilders::__construct function core/modules/announcements_feed/src/LazyBuilders.php Constructs LazyBuilders object.
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]]
LazyContextRepositoryTest::testInvalidContextId function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts[[api-linebreak]]
LazyPluginCollection::$instanceIds property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores the IDs of all potential plugin instances.
LazyPluginCollection::$pluginInstances property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores all instantiated plugins.

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