Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LayoutBuilderUiTest::FIELD_UI_PREFIX | constant | core/ |
Path prefix for the field UI for the test bundle. |
| LayoutBuilderUiTest::setUp | function | core/ |
|
| LayoutBuilderUiTest::testAddHighlights | function | core/ |
Tests that elements that open the dialog are properly highlighted. |
| LayoutBuilderUiTest::testNewExtraField | function | core/ |
Tests removing newly added extra field. |
| LayoutBuilderUiTest::testReloadWithNoSections | function | core/ |
Tests that after removing sections reloading the page does not re-add them. |
| LayoutBuilderUiTest::testUnsavedChangesMessage | function | core/ |
Tests the message indicating unsaved changes. |
| LayoutBuilderViewModeTest | class | core/ |
Tests the Layout Builder UI with view modes. |
| LayoutBuilderViewModeTest.php | file | core/ |
|
| LayoutBuilderViewModeTest::testFullViewModeMultipleBundles | function | core/ |
Ensures that one bundle doesn't interfere with another bundle. |
| LayoutBuilderViewModeTest::testLayoutBuilderUiFullViewMode | function | core/ |
Tests the interaction between full and default view modes. |
| LayoutBuilderViewModeTest::testNonDefaultViewMode | function | core/ |
Tests that a non-default view mode works as expected. |
| LayoutBuilderWidget | class | core/ |
A widget to display the layout form. |
| LayoutBuilderWidget.php | file | core/ |
|
| LayoutBuilderWidget::extractFormValues | function | core/ |
Extracts field values from submitted form values. |
| LayoutBuilderWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| LayoutBuilderWidget::getSectionStorage | function | core/ |
Gets the section storage. |
| LayoutDefault | class | core/ |
Provides a default class for Layout plugins. |
| LayoutDefault.php | file | core/ |
|
| LayoutDefault::$inPreview | property | core/ |
Whether the plugin is being rendered in preview mode. |
| LayoutDefault::$pluginDefinition | property | core/ |
The layout definition. |
| LayoutDefault::build | function | core/ |
Build a render array for layout with regions. |
| LayoutDefault::buildConfigurationForm | function | core/ |
Form constructor. |
| LayoutDefault::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| LayoutDefault::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| LayoutDefault::getPluginDefinition | function | core/ |
|
| LayoutDefault::setInPreview | function | core/ |
Set preview mode for the plugin. |
| LayoutDefault::submitConfigurationForm | function | core/ |
Form submission handler. |
| LayoutDefault::validateConfigurationForm | function | core/ |
Form validation handler. |
| LayoutDefaultTest | class | core/ |
Tests Drupal\Core\Layout\LayoutDefault. |
| LayoutDefaultTest.php | file | core/ |
|
| LayoutDefaultTest::providerTestBuild | function | core/ |
Provides test data for ::testBuild(). |
| LayoutDefaultTest::testBuild | function | core/ |
Tests build. |
| LayoutDefinition | class | core/ |
Provides an implementation of a layout definition and its metadata. |
| LayoutDefinition.php | file | core/ |
|
| LayoutDefinition::$additional | property | core/ |
Any additional properties and values. |
| LayoutDefinition::$category | property | core/ |
The human-readable category. |
| LayoutDefinition::$default_region | property | core/ |
The default region. |
| LayoutDefinition::$deriver | property | core/ |
The name of the deriver of this layout definition, if any. |
| LayoutDefinition::$description | property | core/ |
An optional description for advanced layouts. |
| LayoutDefinition::$icon | property | core/ |
The path to the preview image. |
| LayoutDefinition::$icon_map | property | core/ |
An array defining the regions of a layout. |
| LayoutDefinition::$label | property | core/ |
The human-readable name. |
| LayoutDefinition::$library | property | core/ |
The asset library. |
| LayoutDefinition::$path | property | core/ |
Path (relative to the module or theme) to resources like icon or template. |
| LayoutDefinition::$regions | property | core/ |
An associative array of regions in this layout. |
| LayoutDefinition::$template | property | core/ |
The template file to render this layout (relative to the 'path' given). |
| LayoutDefinition::$templatePath | property | core/ |
The path to the template. |
| LayoutDefinition::$theme_hook | property | core/ |
The theme hook used to render this layout. |
| LayoutDefinition::get | function | core/ |
Gets any arbitrary property. |
| LayoutDefinition::getCategory | function | core/ |
Gets the human-readable category of the layout definition. |
Pagination
- Previous page
- Page 934
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.