You are here

class DataInterpreterVariable in RESTful 7.2

Hierarchy

Expanded class hierarchy of DataInterpreterVariable

File

modules/restful_example/src/Plugin/resource/variables/DataInterpreterVariable.php, line 12
Contains \Drupal\restful_example\Plugin\resource\variables\DataInterpreterVariable.

Namespace

Drupal\restful_example\Plugin\resource\variables
View source
class DataInterpreterVariable extends DataInterpreterBase {

}

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.