public property EntityFieldQuery::$tags

A list of the tags added to this query.

Type: array

See also

EntityFieldQuery::addTag()

File

drupal/includes/entity.inc, line 603

Class

EntityFieldQuery
Retrieves entities matching a given set of conditions.

Code

public $tags = array();