hook_field_storage_query

Versions
7
hook_field_storage_query($field_name, $conditions, $options)

Handle a field query.

Parameters

$field_name The name of the field to query.

$conditions See field_attach_query(). A storage module that doesn't support querying a given column should raise a FieldQueryException. Incompatibilities should be mentioned on the module project page.

$options See field_attach_query(). All option keys are guaranteed to be specified.

Return value

See field_attach_query().

Related topics

Code

modules/field/field.api.php, line 1268

<?php
function hook_field_storage_query($field_name, $conditions, $options) {
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.