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 11.x for %s
  6. Other projects
Title Object type File name Summary
LayoutDiscoveryHooks::help function core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php Implements hook_help().
LayoutDiscoveryRequirements class core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php Install time requirements for the layout_discovery module.
LayoutDiscoveryRequirements.php file core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php
LayoutDiscoveryRequirements::getRequirements function core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php Check installation requirements.
LayoutDiscoveryThemeHooks class core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Theme hooks for layout_discovery.
LayoutDiscoveryThemeHooks.php file core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php
LayoutDiscoveryThemeHooks::preprocessLayout function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Prepares variables for layout templates.
LayoutDiscoveryThemeHooks::theme function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Implements hook_theme().
LayoutDiscoveryThemeHooks::__construct function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php
LayoutDisplayTest class core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php Tests functionality of the entity view display with regard to Layout Builder.
LayoutDisplayTest.php file core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php
LayoutDisplayTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php The theme to install as the default for testing.
LayoutDisplayTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php Modules to install.
LayoutDisplayTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php
LayoutDisplayTest::testMultipleViewModes function core/modules/layout_builder/tests/src/Functional/LayoutDisplayTest.php Tests the interaction between multiple view modes.
LayoutEntityDisplayInterface interface core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php Provides an interface for entity displays that have layout.
LayoutEntityDisplayInterface.php file core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php
LayoutEntityDisplayNormalizer class core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php Normalizes/denormalizes LayoutEntityDisplay objects into an array structure.
LayoutEntityDisplayNormalizer.php file core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
LayoutEntityDisplayNormalizer::getDataWithoutInternals function core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php Gets the given data without the internal implementation details.
LayoutEntityDisplayNormalizer::getSupportedTypes function core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
LayoutEntityHelperTrait::$sectionStorageManager property core/modules/layout_builder/src/LayoutEntityHelperTrait.php The section storage manager.
LayoutEntityHelperTrait::getEntitySections function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the sections for an entity if any.
LayoutEntityHelperTrait::getInlineBlockComponents function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets components that have Inline Block plugins.
LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets revision IDs for layout sections.
LayoutEntityHelperTrait::getOverridesSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the overrides section storage for an entity.
LayoutEntityHelperTrait::getSectionStorageContextsForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage contexts for an entity.
LayoutEntityHelperTrait::getSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage for an entity.
LayoutEntityHelperTrait::isLayoutCompatibleEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Determines if an entity can have a layout.
LayoutEntityHelperTrait::originalEntityUsesDefaultStorage function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Determines if the original entity used the default section storage.
LayoutEntityHelperTrait::sectionStorageManager function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage manager.
LayoutEntityHelperTraitTest class core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests Drupal\layout_builder\LayoutEntityHelperTrait.
LayoutEntityHelperTraitTest class core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Tests Drupal\layout_builder\LayoutEntityHelperTrait.
LayoutEntityHelperTraitTest.php file core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php
LayoutEntityHelperTraitTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php
LayoutEntityHelperTraitTest::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Modules to install.
LayoutEntityHelperTraitTest::providerSectionsWithInlineComponents function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Data provider method for tests that need sections with inline blocks.
LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testGetSectionStorageForEntity().
LayoutEntityHelperTraitTest::providerTestOriginalEntityUsesDefaultStorage function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testOriginalEntityUsesDefaultStorage().
LayoutEntityHelperTraitTest::setUp function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php
LayoutEntityHelperTraitTest::testGetEntitySections function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests get entity sections.
LayoutEntityHelperTraitTest::testGetInlineBlockComponents function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Tests get inline block components.
LayoutEntityHelperTraitTest::testGetInlineBlockRevisionIdsInSections function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Tests get inline block revision ids in sections.
LayoutEntityHelperTraitTest::testGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests get section storage for entity.
LayoutEntityHelperTraitTest::testOriginalEntityUsesDefaultStorage function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests original entity uses default storage.
LayoutForm::$sectionStorage property core/modules/navigation/src/Form/LayoutForm.php The section storage.
LayoutForm::getBaseFormId function core/modules/navigation/src/Form/LayoutForm.php
LayoutForm::handleFormElementsVisibility function core/modules/navigation/src/Form/LayoutForm.php Handles visibility of the form elements based on the edit mode status.
LayoutForm::save function core/modules/navigation/src/Form/LayoutForm.php Saves the Layout changes.
LayoutForm::submitForm function core/modules/navigation/src/Form/LayoutForm.php Form submission handler.

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