You are here

public function DataInterpreterBase::getAccount in RESTful 7.2

Get the account.

Return value

object The fully loaded account.

Overrides DataInterpreterInterface::getAccount

File

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

Class

DataInterpreterBase

Namespace

Drupal\restful\Plugin\resource\DataInterpreter

Code

public function getAccount() {
  return $this->account;
}