public function FixedBlockContentDeleteForm::__construct in Fixed Block Content 8
FixedBlockContentDeleteForm constructor.
Parameters
\Drupal\Core\Config\ConfigManagerInterface $config_manager: The config manager.
File
- src/
Form/ FixedBlockContentDeleteForm.php, line 33
Class
- FixedBlockContentDeleteForm
- Fixed block content entity deletion form.
Namespace
Drupal\fixed_block_content\FormCode
public function __construct(ConfigManagerInterface $config_manager) {
$this->configManager = $config_manager;
}