You are here

protected property Key::$pluginTypes in Key 8

The types of plugins used by a the key entity.

Type: array

File

src/Entity/Key.php, line 81

Class

Key
Defines the Key entity.

Namespace

Drupal\key\Entity

Code

protected $pluginTypes = [
  'key_type',
  'key_provider',
  'key_input',
];