You are here

Functions in Entity Reference View Widget 7

Primary tabs

Namesort descending Location Description Direct uses Strings
entityreference_view_widget_ajax ./entityreference_view_widget.module Custom #ajax callback. 1
entityreference_view_widget_entity_info_alter ./entityreference_view_widget.module Implements hook_entity_info_alter().
entityreference_view_widget_entity_view ./entityreference_view_widget.module Implements hook_entity_view().
entityreference_view_widget_exposed_filters_pager_submit ./entityreference_view_widget.module Submit handler added to the pager submit hidden button of the exposed filters form. Rerenders the form so that it works even if JS is disabled. 1
entityreference_view_widget_exposed_filters_submit ./entityreference_view_widget.module Submit handler added to the "Apply" button of the exposed filters form. Rerenders the form so that it works even if JS is disabled. 1
entityreference_view_widget_exposed_filters_validate ./entityreference_view_widget.module 1
entityreference_view_widget_field_widget_form ./entityreference_view_widget.module Implements hook_field_widget_form().
entityreference_view_widget_field_widget_info ./entityreference_view_widget.module Implements hook_field_widget_info().
entityreference_view_widget_field_widget_settings_form ./entityreference_view_widget.module Implements hook_field_widget_settings_form().
entityreference_view_widget_menu ./entityreference_view_widget.module Implements hook_menu().
entityreference_view_widget_prepare_filters ./entityreference_view_widget.module Prepare the form containing exposed views filters for functioning as a part of the widget form (validation, #ajax, #parents...). 1
entityreference_view_widget_preprocess_views_view ./entityreference_view_widget.module The module's exposed form plugin returns a form array instead of a string so that the form can be added to the widget. So $view->exposed_widgets is an array, and $vars['exposed'] is "Array".
entityreference_view_widget_preprocess_widget ./entityreference_view_widget.module Implements hook_preprocess_HOOK().
entityreference_view_widget_theme ./entityreference_view_widget.module Implements hook_theme().
entityreference_view_widget_validate ./entityreference_view_widget.module Validation callback for the widget form. Adjusts the internal ids taking into account the add / remove checkboxes. 1
entityreference_view_widget_views_api ./entityreference_view_widget.module Implements hook_views_api().
entityreference_view_widget_views_plugins views/entityreference_view_widget.views.inc Implements hook_views_plugins().
theme_entityreference_view_widget_selected_items ./entityreference_view_widget.module Returns HTML for the selected entities (usually displaed in the left sidebar). By default it adds tabledrag functionality.

Other projects