You are here

public function LogQueryFactoryInterface::getQuery in farmOS 2.x

Get a new log query object.

Parameters

array $options: An array of options for building the query.

Return value

\Drupal\Core\Entity\Query\QueryInterface A query object.

File

modules/core/log/src/LogQueryFactoryInterface.php, line 21

Class

LogQueryFactoryInterface
The interface for a log query factory.

Namespace

Drupal\farm_log

Code

public function getQuery(array $options = []) : QueryInterface;