public function PluginWrapperInterface::get in RESTful 7.2
Gets a field from the plugin configuration.
Parameters
string $key: The key to get.
Return value
mixed The value.
1 method overrides PluginWrapperInterface::get()
- PluginWrapper::get in src/
Plugin/ resource/ DataInterpreter/ PluginWrapper.php - Gets a field from the plugin configuration.
File
- src/
Plugin/ resource/ DataInterpreter/ PluginWrapperInterface.php, line 22 - Contains \Drupal\restful\Plugin\resource\DataInterpreter\PluginWrapperInterface.
Class
Namespace
Drupal\restful\Plugin\resource\DataInterpreterCode
public function get($key);