You are here

protected property ThemeLocalTask::$themeHandler in Drupal 9

Same name in this branch
  1. 9 core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\block\Plugin\Derivative\ThemeLocalTask::themeHandler
  2. 9 core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\system\Plugin\Derivative\ThemeLocalTask::themeHandler
Same name and namespace in other branches
  1. 8 core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\system\Plugin\Derivative\ThemeLocalTask::themeHandler

The theme handler.

Type: \Drupal\Core\Extension\ThemeHandlerInterface

File

core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php, line 20

Class

ThemeLocalTask
Provides dynamic tabs based on active themes.

Namespace

Drupal\system\Plugin\Derivative

Code

protected $themeHandler;