Search for build

  1. Search 7.x for build
  2. Search 8.9.x for build
  3. Search 10.3.x for build
  4. Search 11.x for build
  5. Other projects
Title Object type File name Summary
DeleteMultipleForm::buildForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Form constructor.
DiscardLayoutChangesForm::buildForm function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Form constructor.
Display::buildForm function core/modules/views_ui/src/Form/Ajax/Display.php Form constructor.
DisplayExtenderPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide a form to edit options for this plugin.
DisplayExtenderTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Provide a form to edit options for this plugin.
DisplayLink::buildOptionsForm function core/modules/views/src/Plugin/views/area/DisplayLink.php Provide a form to edit options for this plugin.
DisplayPluginBase::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a basic render array which can be properly render cached.
DisplayPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provide a form to edit options for this plugin.
DisplayPluginBase::buildRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Builds a renderable array of the view.
DisplayPluginBase::buildRenderingLanguageOptions function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the available rendering strategies for language-aware entities.
DisplayPluginInterface::buildBasicRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Builds a basic render array which can be properly render cached.
DisplayPluginInterface::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the default form for setting options.
DisplayPluginInterface::buildRenderable function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Builds a renderable array of the view.
DisplayTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Provide a form to edit options for this plugin.
DraggableListBuilder class core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Defines a class to build a draggable listing of configuration entities.
DraggableListBuilder.php file core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php
DraggableListBuilder::$entities property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The entities being listed.
DraggableListBuilder::$entitiesKey property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The key to use for the form element containing the entities.
DraggableListBuilder::$formBuilder property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php The form builder.
DraggableListBuilder::$weightKey property core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Name of the entity's weight field or FALSE if no field is provided.
DraggableListBuilder::buildForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Form constructor.
DraggableListBuilder::buildHeader function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Builds the header row for the entity listing.
DraggableListBuilder::buildRow function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Builds a row for an entity in the entity listing.
DraggableListBuilder::formBuilder function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Returns the form builder.
DraggableListBuilder::render function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Builds the entity listing as renderable array for table.html.twig.
DraggableListBuilder::submitForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Form submission handler.
DraggableListBuilder::validateForm function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Form validation handler.
DraggableListBuilder::__construct function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Constructs a new EntityListBuilder object.
Drupal::formBuilder function core/lib/Drupal.php Returns the form builder service.
DrupalCoreRecommendedBuilder class composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Builder to produce metapackage for drupal/core-recommended.
DrupalCoreRecommendedBuilder.php file composer/Generator/Builder/DrupalCoreRecommendedBuilder.php
DrupalCoreRecommendedBuilder::getPackage function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalCoreRecommendedBuilder::getPath function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Return the path to where the metapackage should be written.
DrupalCoreRecommendedBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalDevDependenciesBuilder class composer/Generator/Builder/DrupalDevDependenciesBuilder.php Builder to produce metapackage for drupal/core-dev.
DrupalDevDependenciesBuilder.php file composer/Generator/Builder/DrupalDevDependenciesBuilder.php
DrupalDevDependenciesBuilder::getPackage function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Generate the Composer.json data for the current tag or branch.
DrupalDevDependenciesBuilder::getPath function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Return the path to where the metapackage should be written.
DrupalDevDependenciesBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalFlushAllCachesTest::$containerBuilds property core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php Stores the number of container builds.
DrupalKernel::$containerNeedsRebuild property core/lib/Drupal/Core/DrupalKernel.php Whether the container needs to be rebuilt the next time it is initialized.
DrupalKernel::getContainerBuilder function core/lib/Drupal/Core/DrupalKernel.php Gets a new ContainerBuilder instance used to build the service container.
DrupalKernel::rebuildContainer function core/lib/Drupal/Core/DrupalKernel.php Force a container rebuild.
DrupalKernelInterface::rebuildContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Force a container rebuild.
DrupalPackageBuilder class composer/Generator/Builder/DrupalPackageBuilder.php Base class that includes helpful utility routine for Drupal builder classes.
DrupalPackageBuilder.php file composer/Generator/Builder/DrupalPackageBuilder.php
DrupalPackageBuilder::$drupalCoreInfo property composer/Generator/Builder/DrupalPackageBuilder.php Information about composer.json, composer.lock etc. in current release.
DrupalPackageBuilder::__construct function composer/Generator/Builder/DrupalPackageBuilder.php DrupalPackageBuilder constructor.
DrupalPinnedDevDependenciesBuilder class composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Builder to produce metapackage for drupal/core-dev-pinned.
DrupalPinnedDevDependenciesBuilder.php file composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php

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