You are here

public function MediaExpireCommands::__construct in Media Expire 8.2

MediaExpireCommands constructor.

Parameters

\Drupal\media_expire\MediaExpireService $media_expire_service: The media expire service.

File

src/Commands/MediaExpireCommands.php, line 26

Class

MediaExpireCommands
Defines Drush commands for the media_expire module.

Namespace

Drupal\media_expire\Commands

Code

public function __construct(MediaExpireService $media_expire_service) {
  parent::__construct();
  $this->mediaExpireService = $media_expire_service;
}