public function SimplePopupBlocksAddForm::__construct in Simple Popup Blocks 8
Same name and namespace in other branches
- 8.2 src/Form/SimplePopupBlocksAddForm.php \Drupal\simple_popup_blocks\Form\SimplePopupBlocksAddForm::__construct()
SimplePopupBlocksAddForm constructor.
Parameters
EntityTypeManager $typeManager:
Messenger $messenger:
Connection $database:
File
- src/
Form/ SimplePopupBlocksAddForm.php, line 51
Class
- SimplePopupBlocksAddForm
- Form to add a popup entry.
Namespace
Drupal\simple_popup_blocks\FormCode
public function __construct(EntityTypeManager $typeManager, Messenger $messenger, Connection $database) {
$this->typeManager = $typeManager;
$this->messenger = $messenger;
$this->database = $database;
}