function MapperInterface::getInstance

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php \Drupal\Component\Plugin\Mapper\MapperInterface::getInstance()
  2. 8.9.x core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php \Drupal\Component\Plugin\Mapper\MapperInterface::getInstance()
  3. 10 core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php \Drupal\Component\Plugin\Mapper\MapperInterface::getInstance()

Gets or creates a plugin instance that satisfies the given options.

Parameters

array $options: An array of options that can be used to determine a suitable plugin to instantiate and how to configure it.

Return value

object|false A fully configured plugin instance. The interface of the plugin instance will depend on the plugin type. If no instance can be retrieved, FALSE will be returned.

3 methods override MapperInterface::getInstance()
MenuLinkManager::getInstance in core/lib/Drupal/Core/Menu/MenuLinkManager.php
Gets or creates a plugin instance that satisfies the given options.
PluginManagerBase::getInstance in core/lib/Drupal/Component/Plugin/PluginManagerBase.php
Gets or creates a plugin instance that satisfies the given options.
TypedDataManagerInterface::getInstance in core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php

File

core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php, line 28

Class

MapperInterface
Plugin mapper interface.

Namespace

Drupal\Component\Plugin\Mapper

Code

public function getInstance(array $options);

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