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
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.
BatchInjectionCallbacks class core/modules/system/tests/modules/batch_test/src/BatchInjectionCallbacks.php Batch callbacks using dependency injection for testing batches.
BatchInjectionCallbacks.php file core/modules/system/tests/modules/batch_test/src/BatchInjectionCallbacks.php
BatchInjectionCallbacks::themeCallback function core/modules/system/tests/modules/batch_test/src/BatchInjectionCallbacks.php Implements callback_batch_operation().
BatchInjectionCallbacks::titleCallback function core/modules/system/tests/modules/batch_test/src/BatchInjectionCallbacks.php Tests the title on the progress page by performing a batch callback.
BatchInjectionCallbacks::__construct function core/modules/system/tests/modules/batch_test/src/BatchInjectionCallbacks.php
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
BatchNegotiator::$batchStorage property core/modules/system/src/Theme/BatchNegotiator.php The batch storage.
BatchNegotiator::$requestStack property core/modules/system/src/Theme/BatchNegotiator.php The request stack.
BatchNegotiator::applies function core/modules/system/src/Theme/BatchNegotiator.php Whether this theme negotiator should be used to set the theme.
BatchNegotiator::determineActiveTheme function core/modules/system/src/Theme/BatchNegotiator.php Determine the active theme for the request.
BatchNegotiator::__construct function core/modules/system/src/Theme/BatchNegotiator.php Constructs a BatchNegotiator.
BatchNegotiatorTest class core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php Tests the BatchNegotiator.
BatchNegotiatorTest.php file core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php
BatchNegotiatorTest::$modules property core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php Modules to install.
BatchNegotiatorTest::testApplies function core/tests/Drupal/KernelTests/Core/Batch/BatchNegotiatorTest.php Test that the negotiator applies to the batch route.
BatchNotFoundTest class core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php Tests if a page not found error is returned when a batch ID does not exist.
BatchNotFoundTest.php file core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php
BatchNotFoundTest::$defaultTheme property core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php The theme to install as the default for testing.
BatchNotFoundTest::$modules property core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php Modules to install.
BatchNotFoundTest::testBatchNotFound function core/modules/system/tests/src/Functional/Batch/BatchNotFoundTest.php Tests for page not found error if batch ID does not exist.
BatchStorage class core/lib/Drupal/Core/Batch/BatchStorage.php Defines the storage handler class for batches.
BatchStorage class core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php Provides a proxy class for \Drupal\Core\Batch\BatchStorage.
BatchStorage.php file core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
BatchStorage.php file core/lib/Drupal/Core/Batch/BatchStorage.php
BatchStorage::$container property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The service container.
BatchStorage::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The id of the original proxied service.
BatchStorage::$service property core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php The real proxied service, after it was lazy loaded.
BatchStorage::catchException function core/lib/Drupal/Core/Batch/BatchStorage.php Act on an exception when batch might be stale.
BatchStorage::cleanup function core/lib/Drupal/Core/Batch/BatchStorage.php Cleans up failed or old batches.
BatchStorage::cleanup function core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php Cleans up failed or old batches.
BatchStorage::create function core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php Creates and saves a batch.
BatchStorage::create function core/lib/Drupal/Core/Batch/BatchStorage.php Creates and saves a batch.
BatchStorage::delete function core/lib/Drupal/Core/Batch/BatchStorage.php Deletes a batch.

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