Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ThemeLocalTask.php

function ThemeLocalTask::create

Same name in this branch
  1. 11.1.x core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php \Drupal\system\Plugin\Derivative\ThemeLocalTask::create()

Overrides ContainerDeriverInterface::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'));
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal