You are here

protected property DefaultFactory::$interface in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Plugin/Factory/DefaultFactory.php \Drupal\Component\Plugin\Factory\DefaultFactory::interface

Defines an interface each plugin should implement.

Type: string|null

File

lib/Drupal/Component/Plugin/Factory/DefaultFactory.php, line 38
Contains \Drupal\Component\Plugin\Factory\DefaultFactory.

Class

DefaultFactory
Default plugin factory.

Namespace

Drupal\Component\Plugin\Factory

Code

protected $interface;