interface PluginWrapperInterface in RESTful 7.2
Hierarchy
- interface \Drupal\restful\Plugin\resource\DataInterpreter\PluginWrapperInterface
Expanded class hierarchy of PluginWrapperInterface
All classes that implement PluginWrapperInterface
File
- src/
Plugin/ resource/ DataInterpreter/ PluginWrapperInterface.php, line 11 - Contains \Drupal\restful\Plugin\resource\DataInterpreter\PluginWrapperInterface.
Namespace
Drupal\restful\Plugin\resource\DataInterpreterView source
interface PluginWrapperInterface {
/**
* Gets a field from the plugin configuration.
*
* @param string $key
* The key to get.
*
* @return mixed
* The value.
*/
public function get($key);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginWrapperInterface:: |
public | function | Gets a field from the plugin configuration. | 1 |