Search for build

  1. Search 7.x for build
  2. Search 9.5.x for build
  3. Search 8.9.x for build
  4. Search 11.x for build
  5. Other projects
Title Object type File name Summary
JSInteractionTestForm::buildForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Creates the test form.
JsonApiDocumentTopLevelNormalizerTest::denormalizeUuidProviderBuilder function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php We cannot use a PHPUnit data provider because our data depends on $this.
JsonApiSettingsForm::buildForm function core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Form constructor.
jsonapi_test_resource_type_building.build_subscriber service core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml Drupal\jsonapi_test_resource_type_building\EventSubscriber\ResourceTypeBuildEventSubscriber
jsonapi_test_resource_type_building.info.yml file core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.info.yml core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.info.yml
jsonapi_test_resource_type_building.services.yml file core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml
JSWebAssert::buildJavascriptStatusMessageSelector function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Builds a xpath selector for a message with given type and text.
JsWebAssertTestForm::buildForm function core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php Form for testing the addition of various types of elements via AJAX.
Language::buildConfigurationForm function core/modules/language/src/Plugin/Condition/Language.php Form constructor.
Language::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php
LanguageBlock::build function core/modules/language/src/Plugin/Block/LanguageBlock.php Builds and returns the renderable array for this block plugin.
LanguageConfigurationElement::buildForm function core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElement.php Form constructor.
LanguageConfigurationElementTest::buildForm function core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php Form constructor.
LanguageField::buildOptionsForm function core/modules/views/src/Plugin/views/field/LanguageField.php Default option form that provides label widget that all fields should have.
LanguageListBuilder class core/modules/language/src/LanguageListBuilder.php Defines a class to build a listing of language entities.
LanguageListBuilder.php file core/modules/language/src/LanguageListBuilder.php
LanguageListBuilder::$configFactory property core/modules/language/src/LanguageListBuilder.php The configuration factory.
LanguageListBuilder::$entitiesKey property core/modules/language/src/LanguageListBuilder.php The key to use for the form element containing the entities.
LanguageListBuilder::$languageManager property core/modules/language/src/LanguageListBuilder.php The language manager.
LanguageListBuilder::$messenger property core/modules/language/src/LanguageListBuilder.php The messenger.
LanguageListBuilder::buildForm function core/modules/language/src/LanguageListBuilder.php Form constructor.
LanguageListBuilder::buildHeader function core/modules/language/src/LanguageListBuilder.php Builds the header row for the entity listing.
LanguageListBuilder::buildRow function core/modules/language/src/LanguageListBuilder.php Builds a row for an entity in the entity listing.
LanguageListBuilder::createInstance function core/modules/language/src/LanguageListBuilder.php Instantiates a new instance of this entity handler.
LanguageListBuilder::getFormId function core/modules/language/src/LanguageListBuilder.php Returns a unique string identifying the form.
LanguageListBuilder::load function core/modules/language/src/LanguageListBuilder.php Loads entities of this type from storage for listing.
LanguageListBuilder::submitForm function core/modules/language/src/LanguageListBuilder.php Form submission handler.
LanguageListBuilder::validateForm function core/modules/language/src/LanguageListBuilder.php Form validation handler.
LanguageListBuilder::__construct function core/modules/language/src/LanguageListBuilder.php Constructs a new LanguageListBuilder object.
LanguagePluginTest::buildExpectedDynamicConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Builds the expected dynamic configuration output given a language list.
Layout Builder access group core/modules/layout_builder/layout_builder.api.php 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/themes/olivero/css/layout/layout-builder-fourcol-section.css /*
* 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/themes/olivero/css/layout/layout-builder-fourcol-section.pcss.css /*
* @file
* Provides the layout styles for four-column layout section.
*/

@import "../base/media-queries.pcss.css";

.layout--fourcol-section {
display: flex;
flex-wrap: wrap;

& > .layout__region {
flex: 1 0 100%;
layout-builder-threecol-section.css file core/themes/olivero/css/layout/layout-builder-threecol-section.css /*
* 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/themes/olivero/css/layout/layout-builder-threecol-section.pcss.css /*
* @file
* Provides the layout styles for three-column layout section.
*/

@import "../base/media-queries.pcss.css";

.layout--threecol-section {
display: flex;
flex-wrap: wrap;

& > .layout__region {
flex: 1 0 100%;
layout-builder-twocol-section.css file core/themes/olivero/css/layout/layout-builder-twocol-section.css /*
* 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/themes/olivero/css/layout/layout-builder-twocol-section.pcss.css /*
* @file
* Provides the layout styles for two-column layout section.
*/

@import "../base/media-queries.pcss.css";

.layout--twocol-section {
display: flex;
flex-wrap: wrap;

& > .layout__region {
flex: 1 0 100%;
layout-builder.css file core/profiles/demo_umami/themes/umami/css/components/layout_builder/layout-builder.css This file is used to style the layout builder.
layout-builder.css file core/themes/stable9/css/layout_builder/layout-builder.css .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/modules/navigation/css/base/layout-builder.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

.admin-toolbar .layout-builder-block {
padding: 0;
}

#navigation-layout .layout-builder {
border:…
layout-builder.css file core/modules/layout_builder/css/layout-builder.css Layout Builder UI styling.
layout-builder.pcss.css file core/modules/layout_builder/css/layout-builder.pcss.css Layout Builder UI styling.
layout-builder.pcss.css file core/modules/navigation/css/base/layout-builder.pcss.css .admin-toolbar .layout-builder-block {
padding: 0;
}

#navigation-layout .layout-builder {
border: none;
}

/* Label when "content preview" is disabled. */
.navigation-layout .layout-builder-block__content-preview-placeholder-label {
layout-builder.php file core/modules/layout_builder/tests/fixtures/update/layout-builder.php Install layout_builder module before testing update paths.
layout.icon_builder service core/modules/layout_discovery/layout_discovery.services.yml Drupal\Core\Layout\Icon\SvgIconBuilder
LayoutBuilder class core/modules/layout_builder/src/Element/LayoutBuilder.php Defines a render element for building the Layout Builder UI.
LayoutBuilder.php file core/modules/layout_builder/src/Element/LayoutBuilder.php
LayoutBuilder::$eventDispatcher property core/modules/layout_builder/src/Element/LayoutBuilder.php The event dispatcher.
LayoutBuilder::buildAddSectionLink function core/modules/layout_builder/src/Element/LayoutBuilder.php Builds a link to add a new section at a given delta.
LayoutBuilder::buildAdministrativeSection function core/modules/layout_builder/src/Element/LayoutBuilder.php Builds the render array for the layout section while editing.

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