Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
BatchBuilder::setErrorMessage function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the message to display if an error occurs while processing.
BatchBuilder::setFile function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the file that contains the callback functions.
BatchBuilder::setFinishCallback function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the finished callback.
BatchBuilder::setInitMessage function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the displayed message while processing is initialized.
BatchBuilder::setLibraries function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the libraries to use when processing the batch.
BatchBuilder::setProgressive function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the batch to run progressively.
BatchBuilder::setProgressMessage function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the message to display when the batch is being processed.
BatchBuilder::setQueue function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets an override for the default queue.
BatchBuilder::setTitle function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the title.
BatchBuilder::setUrlOptions function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the options for redirect URLs.
BatchBuilder::toArray function core/lib/Drupal/Core/Batch/BatchBuilder.php Converts a \Drupal\Core\Batch\Batch object into an array.
BatchBuilder::__construct function core/lib/Drupal/Core/Batch/BatchBuilder.php Sets the default values for the batch builder.
BatchBuilderTest class core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests for the batch builder class.
BatchBuilderTest.php file core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php
BatchBuilderTest::finishedCallback function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Empty callback for the tests.
BatchBuilderTest::operationCallback function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Empty callback for the tests.
BatchBuilderTest::testAddingLibraries function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setting and adding libraries.
BatchBuilderTest::testAddOperation function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests addOperation().
BatchBuilderTest::testDefaultValues function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests the default values.
BatchBuilderTest::testQueueExists function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests queue class exists.
BatchBuilderTest::testQueueImplements function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests queue class implements \Drupal\Core\Queue\QueueInterface.
BatchBuilderTest::testRegisterIds function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests registering IDs of built batches.
BatchBuilderTest::testSetErrorMessage function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setErrorMessage().
BatchBuilderTest::testSetFile function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setFile().
BatchBuilderTest::testSetFinishCallback function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setFinishCallback().
BatchBuilderTest::testSetInitMessage function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setInitMessage().
BatchBuilderTest::testSetProgressive function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setProgressive().
BatchBuilderTest::testSetProgressMessage function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setProgressMessage().
BatchBuilderTest::testSetQueue function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setQueue().
BatchBuilderTest::testSetTitle function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setTitle().
BatchBuilderTest::testSetUrlOptions function core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php Tests setUrlOptions().
BatchController class core/modules/system/src/Controller/BatchController.php Controller routines for batch routes.
BatchController.php file core/modules/system/src/Controller/BatchController.php
BatchController::batchPage function core/modules/system/src/Controller/BatchController.php Returns a system batch page.
BatchController::batchPageTitle function core/modules/system/src/Controller/BatchController.php The _title_callback for the system.batch_page.html route.
BatchController::create function core/modules/system/src/Controller/BatchController.php Instantiates a new instance of this class.
BatchController::__construct function core/modules/system/src/Controller/BatchController.php Constructs a new BatchController.
BatchControllerTest class core/modules/system/tests/src/Unit/Batch/BatchControllerTest.php Tests for the batch controller class.
BatchControllerTest.php file core/modules/system/tests/src/Unit/Batch/BatchControllerTest.php
BatchControllerTest::testBatchPageTitle function core/modules/system/tests/src/Unit/Batch/BatchControllerTest.php Tests title callback.
BatchKernelTest class core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php Tests batch functionality.
BatchKernelTest.php file core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php
BatchKernelTest::setUp function core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php
BatchKernelTest::testNeedsUpdate function core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php Tests _batch_needs_update().
BatchMemory class core/lib/Drupal/Core/Queue/BatchMemory.php Defines a batch queue handler.
BatchMemory.php file core/lib/Drupal/Core/Queue/BatchMemory.php
BatchMemory::claimItem function core/lib/Drupal/Core/Queue/BatchMemory.php Overrides \Drupal\Core\Queue\Memory::claimItem().
BatchMemory::getAllItems function core/lib/Drupal/Core/Queue/BatchMemory.php Retrieves all remaining items in the queue.
BatchNegotiator class core/modules/system/src/Theme/BatchNegotiator.php Sets the active theme for the batch page.
BatchNegotiator.php file core/modules/system/src/Theme/BatchNegotiator.php

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