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
CacheTagTest::$nodeViewBuilder property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The node view builder.
CacheTagTest::$userViewBuilder property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The user view builder.
CacheTest::buildTagsProvider function core/tests/Drupal/Tests/Core/Cache/CacheTest.php Provides a list of pairs of (prefix, suffixes) to build cache tags from.
CacheTest::testBuildTags function core/tests/Drupal/Tests/Core/Cache/CacheTest.php @covers ::buildTags
cache_context.layout_builder_is_active service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Cache\LayoutBuilderIsActiveCacheContext
cache_context.route.name.is_layout_builder_ui service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Cache\LayoutBuilderUiCacheContext
cache_router_rebuild_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\CacheRouterRebuildSubscriber
CastedIntFieldJoin::buildJoin function core/modules/views/src/Plugin/views/join/CastedIntFieldJoin.php Builds the SQL for the join this object represents.
CastedIntFieldJoinTestBase::buildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Builds a join using the given configuration.
CastedIntFieldJoinTestBase::testBuildJoin function core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php Tests base join functionality.
ChainBreadcrumbBuilderInterface interface core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Defines an interface a chained service that builds the breadcrumb.
ChainBreadcrumbBuilderInterface.php file core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php
ChainBreadcrumbBuilderInterface::addBuilder function core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Adds another breadcrumb builder.
ChangeUserRoleBase::buildConfigurationForm function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php Form constructor.
ChooseBlockController::build function core/modules/layout_builder/src/Controller/ChooseBlockController.php Provides the UI for choosing a new block.
ChooseSectionController::build function core/modules/layout_builder/src/Controller/ChooseSectionController.php Choose a layout plugin to add as a section.
CKEditor4To5UpgradePluginManager::validateAndBuildMaps function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php Validates plugin definitions: avoids conflicts. Builds maps for later use.
CKEditor5::assessActiveTextEditorAfterBuild function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form #after_build callback: provides text editor state changes.
CKEditor5::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form constructor.
ClaroLayoutBuilderTest class core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Tests the layout builder with the Claro theme.
ClaroLayoutBuilderTest.php file core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php
ClaroLayoutBuilderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php The theme to install as the default for testing.
ClaroLayoutBuilderTest::$modules property core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Modules to install.
ClaroLayoutBuilderTest::setUp function core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php
ClaroLayoutBuilderTest::testContextualLinks function core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Tests the layout builder has expected contextual links with Claro.
ClearCacheForm::buildForm function core/modules/system/src/Form/ClearCacheForm.php Form constructor.
CodeBlock::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
Combine::buildOptionsForm function core/modules/views/src/Plugin/views/filter/Combine.php Provide the basic form which calls through to subforms.
comment.lazy_builders service core/modules/comment/comment.services.yml Drupal\comment\CommentLazyBuilders
comment.link_builder service core/modules/comment/comment.services.yml Drupal\comment\CommentLinkBuilder
CommentAdminOverview::buildForm function core/modules/comment/src/Form/CommentAdminOverview.php Form constructor for the comment overview administration form.
CommentBreadcrumbBuilder class core/modules/comment/src/CommentBreadcrumbBuilder.php Class to define the comment breadcrumb builder.
CommentBreadcrumbBuilder.php file core/modules/comment/src/CommentBreadcrumbBuilder.php
CommentBreadcrumbBuilder::$entityTypeManager property core/modules/comment/src/CommentBreadcrumbBuilder.php The entity type manager.
CommentBreadcrumbBuilder::applies function core/modules/comment/src/CommentBreadcrumbBuilder.php Whether this breadcrumb builder should be used to build the breadcrumb.
CommentBreadcrumbBuilder::build function core/modules/comment/src/CommentBreadcrumbBuilder.php Builds the breadcrumb.
CommentBreadcrumbBuilder::__construct function core/modules/comment/src/CommentBreadcrumbBuilder.php Constructs the CommentBreadcrumbBuilder.
CommentDefaultFormatter::$entityFormBuilder property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The entity form builder.
CommentDefaultFormatter::$viewBuilder property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The comment render controller.
CommentForm::buildEntity function core/modules/comment/src/CommentForm.php Builds an updated entity object based upon the submitted form values.
CommentLazyBuilders class core/modules/comment/src/CommentLazyBuilders.php Defines a service for comment #lazy_builder callbacks.
CommentLazyBuilders.php file core/modules/comment/src/CommentLazyBuilders.php
CommentLazyBuilders::$commentManager property core/modules/comment/src/CommentLazyBuilders.php Comment manager service.
CommentLazyBuilders::$currentUser property core/modules/comment/src/CommentLazyBuilders.php Current logged in user.
CommentLazyBuilders::$entityFormBuilder property core/modules/comment/src/CommentLazyBuilders.php The entity form builder service.
CommentLazyBuilders::$entityTypeManager property core/modules/comment/src/CommentLazyBuilders.php The entity type manager service.
CommentLazyBuilders::$moduleHandler property core/modules/comment/src/CommentLazyBuilders.php The module handler service.
CommentLazyBuilders::$renderer property core/modules/comment/src/CommentLazyBuilders.php The renderer service.
CommentLazyBuilders::access function core/modules/comment/src/CommentLazyBuilders.php Wraps content_translation_translate_access.
CommentLazyBuilders::buildLinks function core/modules/comment/src/CommentLazyBuilders.php Build the default links (reply, edit, delete …) for a comment.

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