You are here

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

PluginWrapperInterface

Namespace

Drupal\restful\Plugin\resource\DataInterpreter

Code

public function get($key);