interface FactoryInterface

Factory interface implemented by all plugin factories.

Hierarchy

Expanded class hierarchy of FactoryInterface

All classes that implement FactoryInterface

1 file declares its use of FactoryInterface

File

drupal/core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php, line 14
Definition of Drupal\Component\Plugin\Factory\FactoryInterface.

Namespace

Drupal\Component\Plugin\Factory
View source

Members

Namesort descending Modifiers Type Description Overrides
FactoryInterface::createInstance public function Returns a preconfigured instance of a plugin. 2