You are here

interface ArrayWrapperInterface in RESTful 7.2

Hierarchy

Expanded class hierarchy of ArrayWrapperInterface

All classes that implement ArrayWrapperInterface

File

src/Plugin/resource/DataInterpreter/ArrayWrapperInterface.php, line 10
Contains \Drupal\restful\Plugin\resource\DataInterpreter\ArrayWrapperInterface.

Namespace

Drupal\restful\Plugin\resource\DataInterpreter
View source
interface ArrayWrapperInterface {

  /**
   * Gets a field from the data array.
   *
   * @param string $key
   *   The key to get.
   *
   * @return mixed
   *   The value.
   */
  public function get($key);

}

Members

Namesort descending Modifiers Type Description Overrides
ArrayWrapperInterface::get public function Gets a field from the data array. 1