You are here

public function ResourceFieldEntityAlterableInterface::alterFilterEntityFieldQuery in RESTful 7.2

Alter the list query to add the filtering for this field.

Parameters

array $filter: The filter array definition.

\EntityFieldQuery $query: The entity field query to modify.

Return value

array The modified $filter array.

File

src/Plugin/resource/Field/ResourceFieldEntityAlterableInterface.php, line 28
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldFilterableInterface.

Class

ResourceFieldEntityAlterableInterface
Class ResourceFieldFilterableInterface.

Namespace

Drupal\restful\Plugin\resource\Field

Code

public function alterFilterEntityFieldQuery(array $filter, \EntityFieldQuery $query);