You are here

public function LayoutPluginManagerInterface::createInstance in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::createInstance()
  2. 9 core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php \Drupal\Core\Layout\LayoutPluginManagerInterface::createInstance()

Return value

\Drupal\Core\Layout\LayoutInterface

Overrides FactoryInterface::createInstance

File

core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php, line 28

Class

LayoutPluginManagerInterface
Provides the interface for a plugin manager of layouts.

Namespace

Drupal\Core\Layout

Code

public function createInstance($plugin_id, array $configuration = []);