public static function ThemeLocalTask::create in Drupal 10
Same name in this branch
- 10 core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\block\Plugin\Derivative\ThemeLocalTask::create()
- 10 core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\system\Plugin\Derivative\ThemeLocalTask::create()
Same name and namespace in other branches
- 8 core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\block\Plugin\Derivative\ThemeLocalTask::create()
- 9 core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\block\Plugin\Derivative\ThemeLocalTask::create()
File
- core/
modules/ block/ src/ Plugin/ Derivative/ ThemeLocalTask.php, line 35
Class
- ThemeLocalTask
- Provides dynamic tabs based on active themes.
Namespace
Drupal\block\Plugin\DerivativeCode
public static function create(ContainerInterface $container, $base_plugin_id) {
return new static($container
->get('theme_handler'));
}