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 |
---|---|---|---|
DiffOpOutputBuilder::CHANGED | constant | core/ |
A constant to manage removal+addition as a single operation. |
DiffOpOutputBuilder::getDiff | function | core/ |
|
DiffOpOutputBuilder::hunkOp | function | core/ |
Returns the proper DiffOp object based on the hunk mode. |
DiffOpOutputBuilder::toOpsArray | function | core/ |
Converts the output of Differ to an array of DiffOp* value objects. |
DraggableListBuilder | class | core/ |
Defines a class to build a draggable listing of configuration entities. |
DraggableListBuilder.php | file | core/ |
|
DraggableListBuilder::getWeight | function | core/ |
Gets the weight of the given entity. |
DraggableListBuilder::setWeight | function | core/ |
Sets the weight of an entity. |
DraggableListBuilder::__construct | function | core/ |
Constructs a new EntityListBuilder object. |
DraggableListBuilderTrait | trait | core/ |
Provides a trait for draggable listings of entities. |
DraggableListBuilderTrait.php | file | core/ |
|
DraggableListBuilderTrait::$entities | property | core/ |
The entities being listed. |
DraggableListBuilderTrait::$entitiesKey | property | core/ |
The key to use for the form element containing the entities. |
DraggableListBuilderTrait::$formBuilder | property | core/ |
The form builder. |
DraggableListBuilderTrait::$weightKey | property | core/ |
Name of the entity's weight field or FALSE if no field is provided. |
DraggableListBuilderTrait::buildForm | function | core/ |
Form constructor. |
DraggableListBuilderTrait::buildHeader | function | core/ |
Builds the header row for the entity listing. |
DraggableListBuilderTrait::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
DraggableListBuilderTrait::getWeight | function | core/ |
Gets the weight of the given entity. |
DraggableListBuilderTrait::render | function | core/ |
Builds a listing of entities for the given entity type. |
DraggableListBuilderTrait::setWeight | function | core/ |
Sets the weight of an entity. |
DraggableListBuilderTrait::submitForm | function | core/ |
Form submission handler. |
DraggableListBuilderTrait::validateForm | function | core/ |
Form validation handler. |
Drupal::formBuilder | function | core/ |
Returns the form builder service. |
DrupalKernel::$containerNeedsRebuild | property | core/ |
Whether the container needs to be rebuilt the next time it is initialized. |
DrupalKernel::getContainerBuilder | function | core/ |
Gets a new ContainerBuilder instance used to build the service container. |
DrupalKernel::rebuildContainer | function | core/ |
Force a container rebuild. |
drupal_rebuild | function | core/ |
Rebuilds all caches even when Drupal itself does not work. |
ElementInfoManager::buildInfo | function | core/ |
Builds up all element information. |
EmailAction::buildConfigurationForm | function | core/ |
Form constructor. |
EntityAccessControlHandler::buildCreateAccessCid | function | core/ |
Builds the create access result cache ID. |
EntityBundle::buildConfigurationForm | function | core/ |
Form constructor. |
EntityConfirmFormBase::buildForm | function | core/ |
Form constructor. |
EntityDeleteForm::buildForm | function | core/ |
Form constructor. |
EntityFieldManager::buildBaseFieldDefinitions | function | core/ |
Builds base field definitions for an entity type. |
EntityFieldManager::buildBundleFieldDefinitions | function | core/ |
Builds field definitions for a specific bundle within an entity type. |
EntityFieldManager::buildFieldStorageDefinitions | function | core/ |
Builds field storage definitions for an entity type. |
EntityForm::afterBuild | function | core/ |
Form element #after_build callback: Updates the entity with submitted data. |
EntityForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
EntityForm::buildForm | function | core/ |
Form constructor. |
EntityFormBuilder | class | core/ |
Builds entity forms. |
EntityFormBuilder.php | file | core/ |
|
EntityFormBuilder::$entityTypeManager | property | core/ |
The entity type manager service. |
EntityFormBuilder::$formBuilder | property | core/ |
The form builder. |
EntityFormBuilder::getForm | function | core/ |
Gets the built and processed entity form for the given entity. |
EntityFormBuilder::__construct | function | core/ |
Constructs a new EntityFormBuilder. |
EntityFormBuilderInterface | interface | core/ |
Builds entity forms. |
EntityFormBuilderInterface.php | file | core/ |
|
EntityFormBuilderInterface::getForm | function | core/ |
Gets the built and processed entity form for the given entity. |
EntityFormDisplay::buildForm | function | core/ |
Adds field widgets to an entity form. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.