function DrupalMedia::create

Same name and namespace in other branches
  1. 9 core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalMedia.php \Drupal\ckeditor\Plugin\CKEditorPlugin\DrupalMedia::create()

Overrides ContainerFactoryPluginInterface::create

File

core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php, line 55

Class

DrupalMedia
Defines the "drupalmedia" plugin.

Namespace

Drupal\media\Plugin\CKEditorPlugin

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
    return new static($configuration, $plugin_id, $plugin_definition, $container->get('extension.list.module'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.