public function KeyInterface::getPlugins in Key 8
Returns the configured plugins for the key.
Return value
\Drupal\key\Plugin\KeyPluginInterface[] An array of plugins, indexed by plugin type.
1 method overrides KeyInterface::getPlugins()
- Key::getPlugins in src/
Entity/ Key.php - Returns the configured plugins for the key.
File
- src/
KeyInterface.php, line 26
Class
- KeyInterface
- Provides an interface defining a Key entity.
Namespace
Drupal\keyCode
public function getPlugins();