You are here

public function MediaSitemapBatchController::__construct in Media Sitemap 8

File

src/Controller/MediaSitemapBatchController.php, line 32
Contains \Drupal\media_sitemap\Controller\MediaSitemapBatchController.

Class

MediaSitemapBatchController
Class MediaSitemapBatchController.

Namespace

Drupal\media_sitemap\Controller

Code

public function __construct(Connection $database) {
  $this->database = $database;
}