protected function PluginDependencyTrait::themeHandler in Markdown 8.2
Wraps the theme handler.
Return value
\Drupal\Core\Extension\ThemeHandlerInterface The theme handler.
File
- src/
BcSupport/ PluginDependencyTrait.php, line 118
Class
- PluginDependencyTrait
- Provides a trait for calculating the dependencies of a plugin.
Namespace
Drupal\markdown\BcSupportCode
protected function themeHandler() {
return \Drupal::service('theme_handler');
}