You are here

public function PcbCommands::__construct in Permanent Cache Bin 8

Same name and namespace in other branches
  1. 8.2 src/Commands/PcbCommands.php \Drupal\pcb\Commands\PcbCommands::__construct()

PcbCommands constructor.

Parameters

\Drupal\Core\Cache\CacheFactoryInterface $cache_factory: Cache Factory.

File

src/Commands/PcbCommands.php, line 28

Class

PcbCommands
A Drush commandfile for pcb module.

Namespace

Drupal\pcb\Commands

Code

public function __construct(CacheFactoryInterface $cache_factory) {
  $this->cacheFactory = $cache_factory;
}