public function DashboardDeleteForm::__construct in Draggable dashboard 8
DashboardDeleteForm constructor.
Parameters
\Drupal\Core\Block\BlockManagerInterface $block_manager: Block Manager service.
File
- src/
Form/ DashboardDeleteForm.php, line 39
Class
- DashboardDeleteForm
- Provides a form to delete Dashboard Form.
Namespace
Drupal\draggable_dashboard\FormCode
public function __construct(BlockManagerInterface $block_manager) {
$this->blockManager = $block_manager;
}