You are here

interface PluginWrapperInterface in RESTful 7.2

Hierarchy

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\DataInterpreter
View 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

Namesort descending Modifiers Type Description Overrides
PluginWrapperInterface::get public function Gets a field from the plugin configuration. 1