Search for build

  1. Search 7.x for build
  2. Search 9.5.x for build
  3. Search 10.3.x for build
  4. Search 11.x for build
  5. Other projects
Title Object type File name Summary
PathBasedBreadcrumbBuilderTest::setupStubPathProcessor function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
PathBasedBreadcrumbBuilderTest::testApplies function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the applied method.
PathBasedBreadcrumbBuilderTest::testBuildOnFrontpage function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the build method on the frontpage.
PathBasedBreadcrumbBuilderTest::testBuildWithException function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests that exceptions during request matching are caught.
PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the build method with a non processed path.
PathBasedBreadcrumbBuilderTest::testBuildWithOnePathElement function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the build method with one path element.
PathBasedBreadcrumbBuilderTest::testBuildWithThreePathElements function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the build method with three path elements.
PathBasedBreadcrumbBuilderTest::testBuildWithTwoPathElements function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the build method with two path elements.
PathBasedBreadcrumbBuilderTest::testBuildWithUserPath function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Tests the breadcrumb for a user path.
PathElementFormTest::buildForm function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Form constructor.
PathFilterForm::buildForm function core/modules/path/src/Form/PathFilterForm.php Form constructor.
PathPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/PathPluginBase.php Provide a form to edit options for this plugin.
PerformanceForm::buildForm function core/modules/system/src/Form/PerformanceForm.php Form constructor.
Permission::buildOptionsForm function core/modules/user/src/Plugin/views/access/Permission.php Provide a form to edit options for this plugin.
PermissionHandler::buildPermissionsYaml function core/modules/user/src/PermissionHandler.php Builds all permissions provided by .permissions.yml files.
PermissionHandlerTest::testBuildPermissionsSortPerModule function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Tests permissions sort inside a module.
PermissionHandlerTest::testBuildPermissionsYaml function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Tests permissions provided by YML files.
PermissionHandlerTest::testBuildPermissionsYamlCallback function core/modules/user/tests/src/Unit/PermissionHandlerTest.php Tests dynamic callback permissions provided by YML files.
PlaceBlockPageVariant::build function core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php Builds and returns the renderable array for the display variant.
plugin.manager.layout_builder.section_storage service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\SectionStorage\SectionStorageManager
PluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/PluginBase.php Provide a form to edit options for this plugin.
PluginFormInterface::buildConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form constructor.
PrepareCallbackTestForm::buildForm function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Form constructor.
PrepareModulesEntityUninstallForm::buildForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form constructor.
PrerenderList::buildOptionsForm function core/modules/views/src/Plugin/views/field/PrerenderList.php Default options form that provides the label widget that all fields
should have.
PreviewToggleTrait::buildContentPreviewToggle function core/modules/layout_builder/src/Form/PreviewToggleTrait.php Builds the content preview toggle input.
ProxyBuilder class core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the string representation of the proxy service.
ProxyBuilder class core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php Extend the component proxy builder by using the DependencySerializationTrait.
ProxyBuilder.php file core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php
ProxyBuilder.php file core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php
ProxyBuilder::build function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Builds a proxy class string.
ProxyBuilder::buildConstructorMethod function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Builds the constructor used to inject the actual service ID.
ProxyBuilder::buildLazyLoadItselfMethod function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the string for the method which loads the actual service.
ProxyBuilder::buildMethod function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the string representation of a single method: signature, body.
ProxyBuilder::buildMethodBody function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Builds the body of a wrapped method.
ProxyBuilder::buildParameter function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Builds a string for a single parameter of a method.
ProxyBuilder::buildProxyClassName function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the used proxy class name from a given class name.
ProxyBuilder::buildProxyNamespace function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the used proxy namespace from a given class name.
ProxyBuilder::buildUseStatements function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Build the required use statements of the proxy class.
ProxyBuilder::buildUseStatements function core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php Build the required use statements of the proxy class.
ProxyBuilderTest class core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @coversDefaultClass \Drupal\Component\ProxyBuilder\ProxyBuilder
@group proxy_builder
ProxyBuilderTest class core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php @coversDefaultClass \Drupal\Core\ProxyBuilder\ProxyBuilder
@group proxy_builder
ProxyBuilderTest.php file core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php Contains \Drupal\Tests\Core\ProxyBuilder\ProxyBuilderTest.
ProxyBuilderTest.php file core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.
ProxyBuilderTest::$proxyBuilder property core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php The tested proxy builder.
ProxyBuilderTest::$proxyBuilder property core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php The tested proxy builder.
ProxyBuilderTest::buildExpectedClass function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php Constructs the expected class output.
ProxyBuilderTest::buildExpectedClass function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Constructs the expected class output.
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php

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