You are here

class DataInterpreterArray in RESTful 7.2

Hierarchy

Expanded class hierarchy of DataInterpreterArray

1 file declares its use of DataInterpreterArray
DataProviderDbQuery.php in src/Plugin/resource/DataProvider/DataProviderDbQuery.php
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderDbQuery.

File

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

Namespace

Drupal\restful\Plugin\resource\DataInterpreter
View source
class DataInterpreterArray extends DataInterpreterBase implements DataInterpreterInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
DataInterpreterBase::$account protected property The account.
DataInterpreterBase::$wrapper protected property The wrapper.
DataInterpreterBase::getAccount public function Get the account. Overrides DataInterpreterInterface::getAccount
DataInterpreterBase::getWrapper public function Get the wrapper. Overrides DataInterpreterInterface::getWrapper 1
DataInterpreterBase::__construct public function Constructs a DataInterpreter object.