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 10.3.x for build
  5. Other projects
Title Object type File name Summary
DblogFilterForm::buildForm function core/modules/dblog/src/Form/DblogFilterForm.php Form constructor.
DbLogFormInjectionTest::buildForm function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Form constructor.
DblogMessage::buildOptionsForm function core/modules/dblog/src/Plugin/views/field/DblogMessage.php Default option form that provides label widget that all fields should have.
DefaultSelection::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form constructor.
DefaultSelection::buildEntityQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Builds an EntityQuery to get referenceable entities.
DefaultsEntityForm::buildEntity function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Builds an updated entity object based upon the submitted form values.
DefaultsEntityForm::buildForm function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form constructor.
DefaultsEntityForm::buildMessage function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Renders a message to display at the top of the layout builder.
DefaultsEntityForm::layoutBuilderElementGetKeys function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form element #process callback.
DefaultsSectionStorage::buildRoutes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Provides the routes needed for Layout Builder UI.
DefaultsSectionStorage::disableLayoutBuilder function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorage::enableLayoutBuilder function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used to display the Layout Builder UI.
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.

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