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
RecursiveContextualValidatorTest::buildExampleTypedDataWithProperties function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Builds some example type data object.
RedirectBlockForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php Form constructor.
RedirectFormBlock::$formBuilder property core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php The form builder.
RedirectFormBlock::build function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php Builds and returns the renderable array for this block plugin.
RegionalForm::buildForm function core/modules/system/src/Form/RegionalForm.php Form constructor.
Registry::build function core/lib/Drupal/Core/Theme/Registry.php Builds the theme registry cache.
RegistryTest::testLegacyThemeRegistryRebuild function core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests deprecated drupal_theme_rebuild() function.
Relationship::buildLinkCollectionFromEntityReferenceField function core/modules/jsonapi/src/JsonApiResource/Relationship.php Builds a LinkCollection for the given entity reference field.
RelationshipPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php Provide a form to edit options for this plugin.
RemoveBlockForm::buildForm function core/modules/layout_builder/src/Form/RemoveBlockForm.php Form constructor.
RenderCacheIntegrationTest::testBuildRenderableWithCacheContexts function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Ensure that the view renderable contains the cache contexts.
RenderCallbacks::alterLayoutBuilder function core/modules/navigation/src/RenderCallbacks.php Pre-render callback for layout builder.
RenderedEntity::buildOptionsForm function core/modules/views/src/Plugin/views/field/RenderedEntity.php Default option form that provides label widget that all fields should have.
RendererBase::$build property core/modules/views/src/Entity/Render/RendererBase.php Contains an array of render arrays, one for each rendered entity.
RendererPlaceholdersTest::generatePlaceholderWithLazyBuilderPreview function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Generates an element with a lazy builder and preview.
RendererPlaceholdersTest::testChildrenPlusBuilder function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererPlaceholdersTest::testCreatePlaceholderPropertyWithoutLazyBuilder function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererPlaceholdersTest::testInvalidLazyBuilder function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererPlaceholdersTest::testInvalidLazyBuilderArguments function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererPlaceholdersTest::testNonArrayReturnFromLazyBuilder function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Tests that an error is thrown if a lazy builder doesn't return an array.
RendererPlaceholdersTest::testNonScalarLazyBuilderCallbackContext function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererPlaceholdersTest::testPropertiesPlusBuilder function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RendererPlaceholdersTest::testRenderLazyBuilderPreview function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php Tests the creation of an element with a lazy_builder_preview.
RendererPlaceholdersTest::testScalarLazyBuilderCallbackContext function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
RenderPlaceholderMessageTestController::build function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
ReorderDisplays::buildForm function core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Form constructor.
RequestPath::buildConfigurationForm function core/modules/system/src/Plugin/Condition/RequestPath.php Form constructor.
ResizeImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResourceObject::buildLinksFromEntity function core/modules/jsonapi/src/JsonApiResource/ResourceObject.php Builds a LinkCollection for the given entity.
ResourceObjectNormalizer::buildEmptyNormalization function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php Builds the empty normalization structure for cache misses.
ResourceTypeBuildEvent class core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php An event used to configure the construction of a JSON:API resource type.
ResourceTypeBuildEvent.php file core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php
ResourceTypeBuildEvent::$disabled property core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Whether the JSON:API resource type to be built should be disabled.
ResourceTypeBuildEvent::$fields property core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php The fields of the resource type to be built.
ResourceTypeBuildEvent::$resourceTypeName property core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php The JSON:API resource type name of the instance to be built.
ResourceTypeBuildEvent::createFromEntityTypeAndBundle function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Creates a new ResourceTypeBuildEvent.
ResourceTypeBuildEvent::disableField function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Disables the given field on the resource type to be built.
ResourceTypeBuildEvent::disableResourceType function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Disables the resource type to be built.
ResourceTypeBuildEvent::getFields function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Gets the current fields of the resource type to be built.
ResourceTypeBuildEvent::getResourceTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Gets current resource type name of the resource type to be built.
ResourceTypeBuildEvent::resourceTypeShouldBeDisabled function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Whether the resource type to be built should be disabled.
ResourceTypeBuildEvent::setPublicFieldName function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Sets the public name of the given field on the resource type to be built.
ResourceTypeBuildEvent::setResourceTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Sets the name of the resource type to be built.
ResourceTypeBuildEvent::__construct function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php ResourceTypeBuildEvent constructor.
ResourceTypeBuildEvents class core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvents.php Contains all events emitted during the resource type build process.
ResourceTypeBuildEvents.php file core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvents.php
ResourceTypeBuildEvents::BUILD constant core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvents.php Emitted during the resource type build process.
ResourceTypeBuildEventSubscriber class core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/ResourceTypeBuildEventSubscriber.php Event subscriber which tests disabling resource types.
ResourceTypeBuildEventSubscriber.php file core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/ResourceTypeBuildEventSubscriber.php
ResourceTypeBuildEventSubscriber::aliasResourceTypeFields function core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/ResourceTypeBuildEventSubscriber.php Aliases any resource type fields that have been aliased by a test.

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