You are here

public function DataProviderEntityDecorator::EFQObject in RESTful 7.2

Gets a EFQ object.

Return value

\EntityFieldQuery The object that inherits from \EntityFieldQuery.

Overrides DataProviderEntityInterface::EFQObject

File

src/Plugin/resource/DataProvider/DataProviderEntityDecorator.php, line 61
Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderEntityDecorator.

Class

DataProviderEntityDecorator

Namespace

Drupal\restful\Plugin\resource\DataProvider

Code

public function EFQObject() {
  return $this->decorated
    ->EFQObject();
}