You are here

public static function FlysystemPluginInterface::create in Flysystem 7

Creates a new plugin instance.

Parameters

array $configuration: The configuration array.

Return value

\Drupal\flysystem\Plugin\FlysystemPluginInterface A new plugin.

1 method overrides FlysystemPluginInterface::create()
FlysystemPluginBase::create in src/Plugin/FlysystemPluginBase.php
Creates a new plugin instance.

File

src/Plugin/FlysystemPluginInterface.php, line 24
Contains FlysystemPluginInterface.

Class

FlysystemPluginInterface
Interface Flysystem plugins must implement.

Namespace

Drupal\flysystem\Plugin

Code

public static function create(array $configuration);