Controller routines for batch routes.
Hierarchy
- class \Drupal\system\Controller\BatchController implements ContainerInjectionInterface
File
- core/modules/system/src/Controller/BatchController.php, line 14
Namespace
Drupal\system\Controller
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BatchController::$root | protected | property | The app root. |
BatchController::batchPage | public | function | Returns a system batch page. |
BatchController::batchPageTitle | public | function | The _title_callback for the system.batch_page.normal route. |
BatchController::create | public static | function | Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create |
BatchController::__construct | public | function | Constructs a new BatchController. |
Please login to continue.