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
LayoutBuilderUiTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
LayoutBuilderUiTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php The theme to install as the default for testing.
LayoutBuilderUiTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Modules to install.
LayoutBuilderUiTest::assertHighlightedElement function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Confirms the presence of the 'is-layout-builder-highlighted' class.
LayoutBuilderUiTest::assertHighlightNotExists function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Waits for the dialog to close and confirms no highlights are present.
LayoutBuilderUiTest::assertModifiedLayout function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Asserts that modifying a layout works as expected.
LayoutBuilderUiTest::FIELD_UI_PREFIX constant core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Path prefix for the field UI for the test bundle.
LayoutBuilderUiTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
LayoutBuilderUiTest::testAddHighlights function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests that elements that open the dialog are properly highlighted.
LayoutBuilderUiTest::testNewExtraField function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests removing newly added extra field.
LayoutBuilderUiTest::testReloadWithNoSections function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests that after removing sections reloading the page does not re-add them.
LayoutBuilderUiTest::testUnsavedChangesMessage function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests the message indicating unsaved changes.
LayoutBuilderViewModeTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests the Layout Builder UI with view modes.
LayoutBuilderViewModeTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php
LayoutBuilderViewModeTest::testFullViewModeMultipleBundles function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Ensures that one bundle doesn't interfere with another bundle.
LayoutBuilderViewModeTest::testLayoutBuilderUiFullViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests the interaction between full and default view modes.
LayoutBuilderViewModeTest::testNonDefaultViewMode function core/modules/layout_builder/tests/src/Functional/LayoutBuilderViewModeTest.php Tests that a non-default view mode works as expected.
LayoutBuilderWidget::extractFormValues function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Extracts field values from submitted form values.
LayoutBuilderWidget::getSectionStorage function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Gets the section storage.
LayoutDefault::calculateDependencies function core/lib/Drupal/Core/Layout/LayoutDefault.php Calculates dependencies for the configured plugin.
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.
LayoutDefaultTest class core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php Tests Drupal\Core\Layout\LayoutDefault.
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 Tests build.
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.
LayoutDiscoveryHooks class core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php Hook implementations for layout_discovery.
LayoutDiscoveryHooks.php file core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php

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