BatchNegotiator::__construct

public BatchNegotiator::__construct(BatchStorageInterface $batch_storage, RequestStack $request_stack)

Constructs a BatchNegotiator.

Parameters

\Drupal\Core\Batch\BatchStorageInterface $batch_storage: The batch storage.

\Symfony\Component\HttpFoundation\RequestStack $request_stack: The request stack used to retrieve the current request.

File

core/modules/system/src/Theme/BatchNegotiator.php, line 37

Class

BatchNegotiator
Sets the active theme for the batch page.

Namespace

Drupal\system\Theme

Code

public function __construct(BatchStorageInterface $batch_storage, RequestStack $request_stack) {
  $this->batchStorage = $batch_storage;
  $this->requestStack = $request_stack;
}
doc_Drupal
2016-10-29 08:46:07
Comments
Leave a Comment

Please login to continue.