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
RouteBuildEvent.php file core/lib/Drupal/Core/Routing/RouteBuildEvent.php
RouteBuildEvent::$routeCollection property core/lib/Drupal/Core/Routing/RouteBuildEvent.php The route collection.
RouteBuildEvent::getRouteCollection function core/lib/Drupal/Core/Routing/RouteBuildEvent.php Gets the route collection.
RouteBuildEvent::__construct function core/lib/Drupal/Core/Routing/RouteBuildEvent.php Constructs a RouteBuildEvent object.
RouteMethodSubscriber::onRouteBuilding function core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php Sets a default value of GET|POST for the _method route property.
RoutePreloader::$nonAdminRoutesOnRebuild property core/lib/Drupal/Core/Routing/RoutePreloader.php Contains the non-admin routes while rebuilding the routes.
RouteProviderLazyBuilder class core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php A Route Provider front-end for all Drupal-stored routes.
RouteProviderLazyBuilder.php file core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php
RouteProviderLazyBuilder::$rebuilding property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Flag to determine if router is currently being rebuilt.
RouteProviderLazyBuilder::$rebuilt property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Flag to determine if the router has been rebuilt.
RouteProviderLazyBuilder::$routeBuilder property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php The route building service.
RouteProviderLazyBuilder::$routeProvider property core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php The route provider service.
RouteProviderLazyBuilder::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Returns all the routes on the system.
RouteProviderLazyBuilder::getRouteByName function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Find the route using the provided route name.
RouteProviderLazyBuilder::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Finds routes that may potentially match the request.
RouteProviderLazyBuilder::getRouteProvider function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Gets the real route provider service and rebuilds the router id necessary.
RouteProviderLazyBuilder::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Find many routes by their names using the provided list of names.
RouteProviderLazyBuilder::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Get all routes which match a certain pattern.
RouteProviderLazyBuilder::getSubscribedEvents function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php
RouteProviderLazyBuilder::hasRebuilt function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Determines if the router has been rebuilt.
RouteProviderLazyBuilder::preLoadRoutes function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Pre-load routes by their names using the provided list of names.
RouteProviderLazyBuilder::reset function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Resets the route provider object.
RouteProviderLazyBuilder::routerRebuildFinished function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Sets the router rebuilding flag to FALSE.
RouteProviderLazyBuilder::routerRebuilding function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Sets the router rebuilding flag to TRUE.
RouteProviderLazyBuilder::__construct function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php RouteProviderLazyBuilder constructor.
router.builder service core/core.services.yml Drupal\Core\Routing\RouteBuilder
router.route_provider.lazy_builder service core/core.services.yml Drupal\Core\Routing\RouteProviderLazyBuilder
Routes::rebuild function core/modules/jsonapi/src/Routing/Routes.php Invalidates any JSON:API resource type dependent responses and routes.
RouteSubscriber::routeRebuildFinished function core/modules/views/src/EventSubscriber/RouteSubscriber.php Stores the new route names after they have been rebuilt.
RouteSubscriberTest::testRouteRebuildFinished function core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php @covers ::routeRebuildFinished[[api-linebreak]]
RowPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/row/RowPluginBase.php Provide a form for setting options.
RowTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Provide a form for setting options.
Rss::buildOptionsForm function core/modules/views/src/Plugin/views/style/Rss.php Provide a form to edit options for this plugin.
Rss::buildOptionsForm_summary_options function core/modules/node/src/Plugin/views/row/Rss.php Return the main options, which are shown in the summary title.
Rss::buildOptionsForm_summary_options function core/modules/comment/src/Plugin/views/row/Rss.php Return the main options, which are shown in the summary title.
RssFeedsForm::buildForm function core/modules/system/src/Form/RssFeedsForm.php Form constructor.
RssFields::buildOptionsForm function core/modules/views/src/Plugin/views/row/RssFields.php Provide a form for setting options.
RssPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/row/RssPluginBase.php Provide a form for setting options.
RssPluginBase::buildOptionsForm_summary_options function core/modules/views/src/Plugin/views/row/RssPluginBase.php Return the main options, which are shown in the summary title.
ScaleImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Form constructor.
Schema::buildTableNameCondition function core/modules/mysql/src/Driver/Database/mysql/Schema.php Build a condition to match a table name against a standard information_schema.
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Schema.php Build a condition to match a table name against a standard information_schema.
sdc_library_info_build function core/modules/sdc/sdc.module Implements hook_library_info_build().
SearchBlock::$formBuilder property core/modules/search/src/Plugin/Block/SearchBlock.php The form builder.
SearchBlock::build function core/modules/search/src/Plugin/Block/SearchBlock.php Builds and returns the renderable array for this block plugin.
SearchBlockForm::buildForm function core/modules/search/src/Form/SearchBlockForm.php Form constructor.
SearchEmbeddedForm::buildForm function core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php Form constructor.
SearchExtraTypeSearch::buildConfigurationForm function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Form constructor.
SearchExtraTypeSearch::buildResults function core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php Executes the search and builds render arrays for the result items.
SearchInterface::buildResults function core/modules/search/src/Plugin/SearchInterface.php Executes the search and builds render arrays for the result items.

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