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
LayoutDefault::setInPreview function core/lib/Drupal/Core/Layout/LayoutDefault.php Set preview mode for the plugin.
LayoutDefault::submitConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form submission handler.
LayoutDefault::__construct function core/lib/Drupal/Core/Layout/LayoutDefault.php Constructs a \Drupal\Component\Plugin\PluginBase object.
LayoutDefaultTest class core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php @coversDefaultClass \Drupal\Core\Layout\LayoutDefault[[api-linebreak]]
@group Layout
LayoutDefaultTest.php file core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php
LayoutDefaultTest::providerTestBuild function core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php Provides test data for ::testBuild().
LayoutDefaultTest::testBuild function core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php @covers ::build[[api-linebreak]]
@dataProvider providerTestBuild
LayoutDefinition::$description property core/lib/Drupal/Core/Layout/LayoutDefinition.php An optional description for advanced layouts.
LayoutDefinition::$regions property core/lib/Drupal/Core/Layout/LayoutDefinition.php An associative array of regions in this layout.
LayoutDefinition::getDescription function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the description of the layout definition.
LayoutDefinition::getRegionLabels function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the human-readable region labels.
LayoutDefinition::getRegionNames function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the machine-readable region names.
LayoutDefinition::getRegions function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the regions for this layout definition.
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.
LayoutDefinition::__construct function core/lib/Drupal/Core/Layout/LayoutDefinition.php LayoutDefinition constructor.
LayoutDeriver::getDerivativeDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Gets the definition of all derivatives of a base plugin.
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::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/Unit/LayoutEntityHelperTraitTest.php @coversDefaultClass \Drupal\layout_builder\LayoutEntityHelperTrait[[api-linebreak]]

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