Search for build

  1. Search 7.x for build
  2. Search 8.9.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
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::getRoutesCount function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Gets the total count of routes provided by the router.
RouteProviderLazyBuilder::getRoutesPaged function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Returns a chunk of routes.
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
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
Schema::buildTableNameCondition function core/lib/Drupal/Core/Database/Schema.php Build a condition to match a table name against a standard information_schema.
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.
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.
SearchInterface::buildSearchUrlQuery function core/modules/search/src/Plugin/SearchInterface.php Builds the URL GET query parameters array for search.
SearchPage::routeBuilder function core/modules/search/src/Entity/SearchPage.php Wraps the route builder.
SearchPageAddForm::buildForm function core/modules/search/src/Form/SearchPageAddForm.php Form constructor.
SearchPageForm::buildForm function core/modules/search/src/Form/SearchPageForm.php Form constructor.
SearchPageFormBase::buildForm function core/modules/search/src/Form/SearchPageFormBase.php Form constructor.
SearchPageListBuilder class core/modules/search/src/SearchPageListBuilder.php Defines a class to build a listing of search page entities.
SearchPageListBuilder.php file core/modules/search/src/SearchPageListBuilder.php
SearchPageListBuilder::$configFactory property core/modules/search/src/SearchPageListBuilder.php Stores the configuration factory.
SearchPageListBuilder::$entities property core/modules/search/src/SearchPageListBuilder.php The entities being listed.
SearchPageListBuilder::$messenger property core/modules/search/src/SearchPageListBuilder.php The messenger.

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