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
layout_builder_install function core/modules/layout_builder/layout_builder.install Implements hook_install().
layout_builder_removed_post_updates function core/modules/layout_builder/layout_builder.post_update.php Implements hook_removed_post_updates().
layout_builder_schema function core/modules/layout_builder/layout_builder.install Implements hook_schema().
layout_builder_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml
layout_builder_test.i_have_runtime_contexts service core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.services.yml Drupal\layout_builder_test\ContextProvider\IHaveRuntimeContexts
layout_builder_test.links.contextual.yml file core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.links.contextual.yml core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.links.contextual.yml
layout_builder_test.schema.yml file core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml
layout_builder_test.services.yml file core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.services.yml core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.services.yml
layout_builder_theme_suggestions_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.info.yml
layout_builder_update_last_removed function core/modules/layout_builder/layout_builder.install Implements hook_update_last_removed().
layout_builder_views_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml
LazyBuilderPlaceholderTest class core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Tests Fiber suspension within Twig templates during placeholder rendering.
LazyBuilderPlaceholderTest.php file core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php
LazyBuilderPlaceholderTest::$modules property core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Modules to install.
LazyBuilderPlaceholderTest::assertStringOrder function core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Asserts the order of an array of strings inside a string.
LazyBuilderPlaceholderTest::buildRenderArray function core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Builds a render array with placeholdered lazy builder callbacks.
LazyBuilderPlaceholderTest::lazyBuilderCallback function core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Lazy builder callback.
LazyBuilderPlaceholderTest::setUp function core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php
LazyBuilderPlaceholderTest::testNestedLazyBuilderPlaceholders function core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Tests Fiber::suspend() during twig rendering via placeholders.
LazyBuilderPlaceholderTest::twigFiberSuspendLazyBuilderCallback function core/tests/Drupal/KernelTests/Core/Render/LazyBuilderPlaceholderTest.php Lazy builder callback with test template.
LazyBuilders class core/modules/announcements_feed/src/LazyBuilders.php Defines a class for lazy building render arrays.
LazyBuilders.php file core/modules/announcements_feed/src/LazyBuilders.php
LazyBuilders::renderAnnouncements function core/modules/announcements_feed/src/LazyBuilders.php Render announcements.
LazyBuilders::trustedCallbacks function core/modules/announcements_feed/src/LazyBuilders.php Lists the trusted callbacks provided by the implementing class.
LazyBuilders::__construct function core/modules/announcements_feed/src/LazyBuilders.php Constructs LazyBuilders object.
LibraryDiscoveryParser::buildByExtension function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Parses and builds up all the libraries information of an extension.
LibraryDiscoveryParserTest::testBuildByExtensionSimple function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests that basic functionality works for getLibraryByName.
LibraryDiscoveryParserTest::testBuildByExtensionWithMissingInformation function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests that an exception is thrown with only the version property specified.
LibraryDiscoveryParserTest::testBuildByExtensionWithMissingLibraryFile function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests that a module with a missing library file results in FALSE.
LibraryDiscoveryParserTest::testBuildByExtensionWithOnlyDependencies function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests that no exception is thrown when only dependencies are specified.
LibraryDiscoveryParserTest::testBuildByExtensionWithTheme function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests that a theme can be used instead of a module.
LinkBase::buildOptionsForm function core/modules/views/src/Plugin/views/field/LinkBase.php Default option form that provides label widget that all fields should have.
LinkFormatter::buildUrl function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Builds the \Drupal\Core\Url object for a link field item.
Links::buildOptionsForm function core/modules/views/src/Plugin/views/field/Links.php Default option form that provides label widget that all fields should have.
LinksetControllerTestBase::rebuildIfNeeded function core/modules/system/tests/src/Functional/Menu/LinksetControllerTestBase.php Rebuild the router only if needed.
ListElement::getTranslationBuild function core/modules/config_translation/src/FormElement/ListElement.php Builds a render array containing the source and translation form elements.
ListPlugin::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php Form constructor.
LocalActionsBlock::build function core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php Builds and returns the renderable array for this block plugin.
LocaleBatchTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBatchTest.php Checks that the import batch finishes if the translation has already been imported.
LocaleBuildTest class core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Tests building the translatable project information.
LocaleBuildTest.php file core/modules/locale/tests/src/Kernel/LocaleBuildTest.php
LocaleBuildTest::$modules property core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Modules to install.
LocaleBuildTest::testBuildProjects function core/modules/locale/tests/src/Kernel/LocaleBuildTest.php Checks if a list of translatable projects gets built.
LocaleSettingsForm::buildForm function core/modules/locale/src/Form/LocaleSettingsForm.php Form constructor.
LocaleStringTest::buildSourceString function core/modules/locale/tests/src/Kernel/LocaleStringTest.php Creates random source string object.
locale_config_batch_build function core/modules/locale/locale.bulk.inc Creates a locale batch to refresh specific configuration.
locale_translate_batch_build function core/modules/locale/locale.bulk.inc Build a locale batch from an array of files.
locale_translation_batch_fetch_build function core/modules/locale/locale.fetch.inc Builds a batch to download and import project translations.
locale_translation_batch_status_build function core/modules/locale/locale.compare.inc Builds a batch to get the status of remote and local translation files.
locale_translation_batch_update_build function core/modules/locale/locale.fetch.inc Builds a batch to check, download and import project translations.

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