FIELD_QUERY_NO_LIMIT

in modules/field/field.module

Limit argument for field_attach_query() to request all available objects instead of a limited number.

<?php
define('FIELD_QUERY_NO_LIMIT', 'FIELD_QUERY_NO_LIMIT');
?>

Related topics

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.