public property EntityFieldQuery::$tags

A list of the tags added to this query.

Tipo: array

See also

EntityFieldQuery::addTag()

Archivo

drupal-7.x/includes/entity.inc, line 551

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Código

public $tags = array();