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 |
---|---|---|---|
InstallerRouteProviderLazyBuilder.php | file | core/ |
|
InstallerRouteProviderLazyBuilder::getRouteByName | function | core/ |
Find the route using the provided route name. |
JavascriptStatesForm::buildForm | function | core/ |
Form constructor. |
JoinPluginBase::buildExtra | function | core/ |
Builds a single extra condition. |
JoinPluginBase::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
JoinPluginInterface::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
JoinTest::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
JqueryUiTestAssetsController::build | function | core/ |
Provides a page that loads a library. |
JSInteractionTestForm::buildForm | function | core/ |
Creates the test form. |
JsonApiSettingsForm::buildForm | function | core/ |
Form constructor. |
JsonApiTopLevelResourceNormalizerTest::denormalizeUuidProviderBuilder | function | core/ |
We cannot use a PHPUnit data provider because our data depends on $this. |
jsonapi_test_resource_type_building.build_subscriber | service | core/ |
Drupal\jsonapi_test_resource_type_building\EventSubscriber\ResourceTypeBuildEventSubscriber |
jsonapi_test_resource_type_building.info.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.info.yml |
jsonapi_test_resource_type_building.late_build_subscriber | service | core/ |
Drupal\jsonapi_test_resource_type_building\EventSubscriber\LateResourceTypeBuildEventSubscriber |
jsonapi_test_resource_type_building.services.yml | file | core/ |
core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/jsonapi_test_resource_type_building.services.yml |
JSWebAssert::buildJavascriptStatusMessageSelector | function | core/ |
Builds a xpath selector for a message with given type and text. |
JsWebAssertTestForm::buildForm | function | core/ |
Form for testing the addition of various types of elements via AJAX. |
Language::buildConfigurationForm | function | core/ |
Form constructor. |
Language::buildConfigurationForm | function | core/ |
|
LanguageBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
LanguageConfigurationElement::buildForm | function | core/ |
Form constructor. |
LanguageConfigurationElementTest::buildForm | function | core/ |
Form constructor. |
LanguageField::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
LanguageListBuilder | class | core/ |
Defines a class to build a listing of language entities. |
LanguageListBuilder.php | file | core/ |
|
LanguageListBuilder::$configFactory | property | core/ |
The configuration factory. |
LanguageListBuilder::$entitiesKey | property | core/ |
The key to use for the form element containing the entities. |
LanguageListBuilder::$languageManager | property | core/ |
The language manager. |
LanguageListBuilder::$messenger | property | core/ |
The messenger. |
LanguageListBuilder::buildForm | function | core/ |
Form constructor. |
LanguageListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
LanguageListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
LanguageListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
LanguageListBuilder::getFormId | function | core/ |
Returns a unique string identifying the form. |
LanguageListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
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); … |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.