You are here

function _oa_core_select2widget_all_label in Open Atrium Core 7.2

Return translated Any option.

4 calls to _oa_core_select2widget_all_label()
oa_core_og_group_ref_views_handler_filter_entityreference_autocomplete::value_form in plugins/views/oa_core_og_group_ref_views_handler_filter_entityreference_autocomplete.inc
oa_core_select2widget_ajax_callback in ./oa_core.module
Copy of select2widget_ajax_callback to add in All/current space.
oa_core_select2widget_entity_validate_field in includes/oa_core.fields.inc
Validate the entities as real, including custom all/current.
_oa_core_select2widget_process_entity_labels in includes/oa_core.fields.inc
Turn the current values to labels for select2 init/default value.

File

./oa_core.module, line 269

Code

function _oa_core_select2widget_all_label() {
  return t('- Any -');
}