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
DefaultsSectionStorage::isLayoutBuilderEnabled function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::buildRoutes
@covers ::getEntityTypes
@covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes
DefaultsSectionStorageTest::testBuildRoutesNoFieldUi function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::buildRoutes
DefaultSummary::buildOptionsForm function core/modules/views/src/Plugin/views/style/DefaultSummary.php Provide a form to edit options for this plugin.
DeleteForm::buildForm function core/modules/forum/src/Form/DeleteForm.php Form constructor.
DeleteMultipleForm::buildForm function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Form constructor.
DeprecatedElementTest::testBuildInfo function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Tests that render elements can trigger deprecations in their constructor.
DevelopmentSettingsForm::buildForm function core/modules/system/src/Form/DevelopmentSettingsForm.php Form constructor.
DiffOpOutputBuilder class core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php Returns a diff as an array of DiffOp operations.
DiffOpOutputBuilder.php file core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php
DiffOpOutputBuilder::CHANGED constant core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php A constant to manage removal+addition as a single operation.
DiffOpOutputBuilder::getDiff function core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php
DiffOpOutputBuilder::hunkOp function core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php Returns the proper DiffOp object based on the hunk mode.
DiffOpOutputBuilder::toOpsArray function core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php Converts the output of Differ to an array of DiffOp* value objects.
DiffOpOutputBuilderTest class core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php @coversDefaultClass \Drupal\Component\Diff\DiffOpOutputBuilder
DiffOpOutputBuilderTest.php file core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php
DiffOpOutputBuilderTest::provideTestDiff function core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php
DiffOpOutputBuilderTest::testDiffInfiniteLoop function core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php Tests that two files can be successfully diffed.
DiffOpOutputBuilderTest::testGetDiff function core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php @covers ::getDiff
@dataProvider provideTestDiff
DiffOpOutputBuilderTest::testToOpsArray function core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php Tests whether op classes returned match expectations.
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::getWeight function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Gets the weight of the given entity.
DraggableListBuilder::setWeight function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Sets the weight of an entity.
DraggableListBuilder::__construct function core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php Constructs a new EntityListBuilder object.
DraggableListBuilderTrait trait core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Provides a trait for draggable listings of entities.
DraggableListBuilderTrait.php file core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php
DraggableListBuilderTrait::$entities property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php The entities being listed.
DraggableListBuilderTrait::$entitiesKey property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php The key to use for the form element containing the entities.
DraggableListBuilderTrait::$formBuilder property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php The form builder.
DraggableListBuilderTrait::$weightKey property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Name of the entity's weight field or FALSE if no field is provided.
DraggableListBuilderTrait::buildForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form constructor.
DraggableListBuilderTrait::buildHeader function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Builds the header row for the entity listing.
DraggableListBuilderTrait::buildRow function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Builds a row for an entity in the entity listing.
DraggableListBuilderTrait::getWeight function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Gets the weight of the given entity.
DraggableListBuilderTrait::render function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Builds a listing of entities for the given entity type.
DraggableListBuilderTrait::setWeight function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Sets the weight of an entity.

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