public function PcbCommands::__construct in Permanent Cache Bin 8
Same name and namespace in other branches
- 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\CommandsCode
public function __construct(CacheFactoryInterface $cache_factory) {
$this->cacheFactory = $cache_factory;
}