You are here

public static function ThemeLocalTask::create in Drupal 10

Same name in this branch
  1. 10 core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\block\Plugin\Derivative\ThemeLocalTask::create()
  2. 10 core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\system\Plugin\Derivative\ThemeLocalTask::create()
Same name and namespace in other branches
  1. 8 core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\block\Plugin\Derivative\ThemeLocalTask::create()
  2. 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\Derivative

Code

public static function create(ContainerInterface $container, $base_plugin_id) {
  return new static($container
    ->get('theme_handler'));
}