public function GISController::__construct in Google Image Sitemap 1.0.x
Same name and namespace in other branches
- 8 src/Controller/GISController.php \Drupal\google_image_sitemap\Controller\GISController::__construct()
- 2.0.x src/Controller/GISController.php \Drupal\google_image_sitemap\Controller\GISController::__construct()
File
- src/
Controller/ GISController.php, line 26
Class
- GISController
- Default controller for the google_image_sitemap module.
Namespace
Drupal\google_image_sitemap\ControllerCode
public function __construct(Connection $database) {
$this->db = $database;
}