You are here

protected property BlockFormBase::$themeHandler in Context 8.4

Same name and namespace in other branches
  1. 8 src/Reaction/Blocks/Form/BlockFormBase.php \Drupal\context\Reaction\Blocks\Form\BlockFormBase::themeHandler
  2. 8.0 src/Reaction/Blocks/Form/BlockFormBase.php \Drupal\context\Reaction\Blocks\Form\BlockFormBase::themeHandler

The handler of the available themes.

Type: \Drupal\Core\Extension\ThemeHandlerInterface

File

src/Reaction/Blocks/Form/BlockFormBase.php, line 77

Class

BlockFormBase
Provides a Block Form Base for blocks reactions.

Namespace

Drupal\context\Reaction\Blocks\Form

Code

protected $themeHandler;