You are here

public static function ContentTranslationContextualLinks::create in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php \Drupal\content_translation\Plugin\Derivative\ContentTranslationContextualLinks::create()
  2. 9 core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php \Drupal\content_translation\Plugin\Derivative\ContentTranslationContextualLinks::create()

File

core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php, line 37

Class

ContentTranslationContextualLinks
Provides dynamic contextual links for content translation.

Namespace

Drupal\content_translation\Plugin\Derivative

Code

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