function sarnia_index_get_field_options in Sarnia 7
Same name in this branch
- 7 sarnia.api.php \sarnia_index_get_field_options()
- 7 sarnia.module \sarnia_index_get_field_options()
Get and cache a list of retrievable fields for a particular Search API index.
See also
3 calls to sarnia_index_get_field_options()
- SarniaViewsHandlerArgumentId::options_form in handlers/
handler_argument_id.inc - Add a field to the options form to select a solr property to use as the name of the argument.
- SarniaViewsHandlerField::options_form in handlers/
handler_field.inc - Build the handler configuration form.
- sarnia_field_formatter_settings_form in ./
sarnia.field_formatter.inc - Implements hook_field_formatter_settings_form().
File
- ./
sarnia.api.php, line 36 - A summary of API functions.
Code
function sarnia_index_get_field_options($index_machine_name, $reset = FALSE) {
/* ... */
}