You are here

protected property MethodPluginManager::$methodPlugins in Persistent URL 8

We store created instances here and return the right one when queried for again. We only one one instance for each method plugin.

Type: MethodInterface[]

File

src/Plugin/MethodPluginManager.php, line 24

Class

MethodPluginManager

Namespace

Drupal\purl\Plugin

Code

protected $methodPlugins = array();