Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AjaxResponseAttachmentsProcessor::buildAttachmentsCommands | function | core/ |
Prepares the AJAX commands to attach assets. |
ArrayElement::buildDataDefinition | function | core/ |
Creates a new data definition object from an array and configuration. |
BatchBuilder | class | core/ |
Builds an array for a batch process. |
BatchBuilder.php | file | core/ |
|
BatchBuilder::$errorMessage | property | core/ |
The message to be shown if a problem occurs. |
BatchBuilder::$file | property | core/ |
The file containing the operation and finished callbacks. |
BatchBuilder::$finished | property | core/ |
The name of a function / method to be called when the batch finishes. |
BatchBuilder::$initMessage | property | core/ |
The initializing message for the batch. |
BatchBuilder::$libraries | property | core/ |
An array of libraries to be included when processing the batch. |
BatchBuilder::$operations | property | core/ |
The set of operations to be processed. |
BatchBuilder::$progressive | property | core/ |
Specifies if the batch is progressive. |
BatchBuilder::$progressMessage | property | core/ |
The message to be shown while the batch is in progress. |
BatchBuilder::$queue | property | core/ |
The details of the queue to use. |
BatchBuilder::$registeredSetIds | property | core/ |
A static array of custom batch ids. |
BatchBuilder::$title | property | core/ |
The title for the batch. |
BatchBuilder::$urlOptions | property | core/ |
An array of options to be used with the redirect URL. |
BatchBuilder::addOperation | function | core/ |
Adds a batch operation. |
BatchBuilder::isSetIdRegistered | function | core/ |
Checks if a set ID has been registered during this request. |
BatchBuilder::registerSetId | function | core/ |
Registers a set ID for this batch. |
BatchBuilder::setErrorMessage | function | core/ |
Sets the message to display if an error occurs while processing. |
BatchBuilder::setFile | function | core/ |
Sets the file that contains the callback functions. |
BatchBuilder::setFinishCallback | function | core/ |
Sets the finished callback. |
BatchBuilder::setInitMessage | function | core/ |
Sets the displayed message while processing is initialized. |
BatchBuilder::setLibraries | function | core/ |
Sets the libraries to use when processing the batch. |
BatchBuilder::setProgressive | function | core/ |
Sets the batch to run progressively. |
BatchBuilder::setProgressMessage | function | core/ |
Sets the message to display when the batch is being processed. |
BatchBuilder::setQueue | function | core/ |
Sets an override for the default queue. |
BatchBuilder::setTitle | function | core/ |
Sets the title. |
BatchBuilder::setUrlOptions | function | core/ |
Sets the options for redirect URLs. |
BatchBuilder::toArray | function | core/ |
Converts a \Drupal\Core\Batch\Batch object into an array. |
BatchBuilder::__construct | function | core/ |
Sets the default values for the batch builder. |
BlockBase::buildConfigurationForm | function | core/ |
Form constructor. |
BlockPluginInterface::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
BlockPluginTrait::buildConfigurationForm | function | core/ |
Creates a generic configuration form for all block types. Individual block plugins can add elements to this form by overriding BlockBase::blockForm(). Most block plugins should not override this method unless they need to alter the generic form elements. |
BreadcrumbBuilderInterface | interface | core/ |
Defines an interface for classes that build breadcrumbs. |
BreadcrumbBuilderInterface.php | file | core/ |
|
BreadcrumbBuilderInterface::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
BreadcrumbBuilderInterface::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbManager::$builders | property | core/ |
Holds arrays of breadcrumb builders, keyed by priority. |
BreadcrumbManager::$sortedBuilders | property | core/ |
Holds the array of breadcrumb builders sorted by priority. |
BreadcrumbManager::addBuilder | function | core/ |
Adds another breadcrumb builder. |
BreadcrumbManager::build | function | core/ |
Builds the breadcrumb. |
BreadcrumbManager::getSortedBuilders | function | core/ |
Returns the sorted array of breadcrumb builders. |
Broken::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
Broken::buildConfigurationForm | function | core/ |
Form constructor. |
Cache::buildTags | function | core/ |
Build a list of cache tags from a given prefix and an array of suffixes. |
CacheRouterRebuildSubscriber | class | core/ |
Clear cache tags when the router is rebuilt. |
CacheRouterRebuildSubscriber.php | file | core/ |
|
CacheRouterRebuildSubscriber::getSubscribedEvents | function | core/ |
|
CacheRouterRebuildSubscriber::onRouterFinished | function | core/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.