Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LanguageListBuilder::submitForm | function | core/ |
Form submission handler. |
| LanguageListBuilder::validateForm | function | core/ |
Form validation handler. |
| LanguageListBuilder::__construct | function | core/ |
Constructs a new LanguageListBuilder object. |
| LanguagePluginTest::buildExpectedDynamicConfig | function | core/ |
Builds the expected dynamic configuration output given a language list. |
| LateResourceTypeBuildEventSubscriber | class | core/ |
Event subscriber which tests enabling disabled resource type fields. |
| LateResourceTypeBuildEventSubscriber.php | file | core/ |
|
| LateResourceTypeBuildEventSubscriber::enableResourceTypeFields | function | core/ |
Disables any resource type fields that have been aliased by a test. |
| LateResourceTypeBuildEventSubscriber::getSubscribedEvents | function | core/ |
|
| Layout Builder access | group | core/ |
In determining access rights for the Layout Builder UI, \Drupal\layout_builder\Access\LayoutBuilderAccessCheck checks if the specified section storage plugin (an implementation of \Drupal\layout_builder\SectionStorageInterface) grants access. |
| layout-builder-fourcol-section.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * Provides the layout styles for four-column layout section. */ .layout--fourcol-section { … |
| layout-builder-fourcol-section.pcss.css | file | core/ |
/* * @file * Provides the layout styles for four-column layout section. */ @import "../base/media-queries.pcss.css"; .layout--fourcol-section { display: grid; gap: var(--grid-gap); grid-template-columns:… |
| layout-builder-threecol-section.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * Provides the layout styles for three-column layout section. */ .layout--threecol-section { … |
| layout-builder-threecol-section.pcss.css | file | core/ |
/* * @file * Provides the layout styles for three-column layout section. */ @import "../base/media-queries.pcss.css"; .layout--threecol-section { display: grid; gap: var(--grid-gap); grid-template-columns:… |
| layout-builder-twocol-section.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /* * @file * Provides the layout styles for two-column layout section. */ .layout--twocol-section { … |
| layout-builder-twocol-section.pcss.css | file | core/ |
/* * @file * Provides the layout styles for two-column layout section. */ @import "../base/media-queries.pcss.css"; .layout--twocol-section { display: grid; gap: var(--grid-gap); grid-template-columns: var(--layout-twocol-grid); … |
| layout-builder.css | file | core/ |
This file is used to style the layout builder. |
| layout-builder.css | file | core/ |
.layout-builder { padding: 1.5em 1.5em 0.5em; border: 3px solid #2f91da; background-color: #fff; } .layout-builder__add-section { width: 100%; margin-bottom: 1.5em; padding: 1.5em 0; text-align: center; outline: 2px dashed #979797; … |
| layout-builder.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ :is(#extra-specificity-hack, [data-drupal-admin-styles]) { &.admin-toolbar .layout-builder-block { … |
| layout-builder.css | file | core/ |
Styles for layout builder. |
| layout-builder.css | file | core/ |
Layout Builder UI styling. |
| layout-builder.pcss.css | file | core/ |
Layout Builder UI styling. |
| layout-builder.pcss.css | file | core/ |
:is(#extra-specificity-hack, [data-drupal-admin-styles]) { &.admin-toolbar .layout-builder-block { padding: 0; } } .layout-builder.layout-builder--navigation { border: none; } /* Label when "content preview" is disabled.… |
| layout.icon_builder | service | core/ |
Drupal\Core\Layout\Icon\SvgIconBuilder |
| LayoutBuilder | class | core/ |
Defines a render element for building the Layout Builder UI. |
| LayoutBuilder.php | file | core/ |
|
| LayoutBuilder::$eventDispatcher | property | core/ |
The event dispatcher. |
| LayoutBuilder::addRenderedLayoutBuilder | function | core/ |
Render API #post_render callback that adds layout builder markup to form. |
| LayoutBuilder::buildAddSectionLink | function | core/ |
Builds a link to add a new section at a given delta. |
| LayoutBuilder::buildAdministrativeSection | function | core/ |
Builds the render array for the layout section while editing. |
| LayoutBuilder::getInfo | function | core/ |
Returns the element properties for this element. |
| LayoutBuilder::layout | function | core/ |
Renders the Layout UI. |
| LayoutBuilder::layoutBuilderElementGetKeys | function | core/ |
Form element #process callback. |
| LayoutBuilder::prepareLayout | function | core/ |
Prepares a layout for use in the UI. |
| LayoutBuilder::preRender | function | core/ |
Pre-render callback: Renders the Layout Builder UI. |
| LayoutBuilder::renderLayoutBuilderAfterForm | function | core/ |
Render API #pre_render callback for form containing layout builder element. |
| LayoutBuilder::__construct | function | core/ |
Constructs a new LayoutBuilder. |
| LayoutBuilderAccessCheck | class | core/ |
Provides an access check for the Layout Builder defaults. |
| LayoutBuilderAccessCheck.php | file | core/ |
|
| LayoutBuilderAccessCheck::access | function | core/ |
Checks routing access to the layout. |
| LayoutBuilderAccessCheck::__construct | function | core/ |
Constructs a new LayoutBuilderAccessCheck class. |
| LayoutBuilderAccessTest | class | core/ |
Tests access to Layout Builder. |
| LayoutBuilderAccessTest.php | file | core/ |
|
| LayoutBuilderAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LayoutBuilderAccessTest::$modules | property | core/ |
Modules to install. |
| LayoutBuilderAccessTest::assertExpectedAccess | function | core/ |
Asserts the correct response code is returned based on expected access. |
| LayoutBuilderAccessTest::providerTestAccessWithBundles | function | core/ |
Provides test data for ::testAccessWithBundles(). |
| LayoutBuilderAccessTest::providerTestAccessWithoutBundles | function | core/ |
Provides test data for ::testAccessWithoutBundles(). |
| LayoutBuilderAccessTest::setUp | function | core/ |
|
| LayoutBuilderAccessTest::testAccessWithBundles | function | core/ |
Tests Layout Builder access for an entity type that has bundles. |
| LayoutBuilderAccessTest::testAccessWithoutBundles | function | core/ |
Tests Layout Builder access for an entity type that does not have bundles. |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.