You are here

public function ArrayWrapperInterface::get in RESTful 7.2

Gets a field from the data array.

Parameters

string $key: The key to get.

Return value

mixed The value.

1 method overrides ArrayWrapperInterface::get()
ArrayWrapper::get in src/Plugin/resource/DataInterpreter/ArrayWrapper.php
Gets a field from the data array.

File

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

Class

ArrayWrapperInterface

Namespace

Drupal\restful\Plugin\resource\DataInterpreter

Code

public function get($key);