You are here

public function ElementInfoManager::createInstance in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Render/ElementInfoManager.php \Drupal\Core\Render\ElementInfoManager::createInstance()

Return value

\Drupal\Core\Render\Element\ElementInterface

Overrides PluginManagerBase::createInstance

1 call to ElementInfoManager::createInstance()
ElementInfoManager::buildInfo in core/lib/Drupal/Core/Render/ElementInfoManager.php
Builds up all element information.

File

core/lib/Drupal/Core/Render/ElementInfoManager.php, line 140

Class

ElementInfoManager
Provides a plugin manager for element plugins.

Namespace

Drupal\Core\Render

Code

public function createInstance($plugin_id, array $configuration = []) {
  return parent::createInstance($plugin_id, $configuration);
}