You are here

public function PopupSettingsForm::__construct in Popup Dialog 8.2

Constructs a new CategoryAutocompleteController.

Parameters

\Drupal\Core\Block\BlockManagerInterface $blockManager: The block Manager.

\Drupal\Core\Plugin\Context\ContextRepositoryInterface $contextRepository: The contextrepository.

Overrides ConfigFormBase::__construct

File

src/Form/PopupSettingsForm.php, line 41

Class

PopupSettingsForm
Class PopupSettingsForm.

Namespace

Drupal\popup_dialog\Form

Code

public function __construct(BlockManagerInterface $blockManager, ContextRepositoryInterface $contextRepository) {
  $this->blockManager = $blockManager;
  $this->contextRepository = $contextRepository;
}