public function ConfigurablePluginInterface::getConfiguration in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php \Drupal\Component\Plugin\ConfigurablePluginInterface::getConfiguration()
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
File
- lib/
Drupal/ Component/ Plugin/ ConfigurablePluginInterface.php, line 23 - Contains \Drupal\Component\Plugin\ConfigurablePluginInterface.
Class
- ConfigurablePluginInterface
- Provides an interface for a configurable plugin.
Namespace
Drupal\Component\PluginCode
public function getConfiguration();