You are here

public function DataInterpreterBase::__construct in RESTful 7.2

Constructs a DataInterpreter object.

Parameters

object $account: The fully loaded object.

mixed $wrapper: The container wrapper.

File

src/Plugin/resource/DataInterpreter/DataInterpreterBase.php, line 34
Contains \Drupal\restful\Plugin\resource\DataInterpreter\DataInterpreter.

Class

DataInterpreterBase

Namespace

Drupal\restful\Plugin\resource\DataInterpreter

Code

public function __construct($account, $wrapper) {
  $this->account = $account;
  $this->wrapper = $wrapper;
}