theme_views_ui_rearrange_form |
core/modules/views_ui/views_ui.theme.inc |
Turn the rearrange form into a proper table |
theme_views_ui_expose_filter_form |
core/modules/views_ui/views_ui.theme.inc |
Theme the expose filter form. |
theme_views_ui_build_group_filter_form |
core/modules/views_ui/views_ui.theme.inc |
Theme the build group filter form. |
theme_views_ui_rearrange_filter_form |
core/modules/views_ui/views_ui.theme.inc |
Turn the rearrange form into a proper table |
theme_views_ui_style_plugin_table |
core/modules/views_ui/views_ui.theme.inc |
Theme the form for the table style plugin |
theme_views_ui_view_preview_section |
core/modules/views_ui/views_ui.theme.inc |
Returns the HTML for a section of a View being previewed within the Views UI. |
template_preprocess_views_ui_display_tab_setting |
core/modules/views_ui/views_ui.theme.inc |
|
template_preprocess_views_ui_display_tab_bucket |
core/modules/views_ui/views_ui.theme.inc |
|
template_preprocess_views_ui_display_tab_column |
core/modules/views_ui/views_ui.theme.inc |
|
template_preprocess_views_ui_view_preview_section |
core/modules/views_ui/views_ui.theme.inc |
Theme preprocess for theme_views_ui_view_preview_section(). |
theme_views_ui_view_name Deprecated |
core/modules/views_ui/views_ui.theme.inc |
Display the view name and its machine name. |
theme_views_ui_view_description |
core/modules/views_ui/views_ui.theme.inc |
Display the view description, tags, and type (base table). |
theme_views_ui_view_storage |
core/modules/views_ui/views_ui.theme.inc |
Display the storage status of the view. |
ViewsWizardInterface::__construct |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsWizardInterface::build_form |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
For AJAX callbacks to build other elements in the "show" form. |
ViewsWizardInterface::validate |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Validate form and values. |
ViewsWizardInterface::create_view |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Create a new View from form values. |
ViewsUiBaseViewsWizard::__construct |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::build_form |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
For AJAX callbacks to build other elements in the "show" form. |
ViewsUiBaseViewsWizard::build_form_style |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Build the part of the form that builds the display format options. |
ViewsUiBaseViewsWizard::row_style_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Add possible row style options. |
ViewsUiBaseViewsWizard::build_filters |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Build the part of the form that allows the user to select the view's filters. |
ViewsUiBaseViewsWizard::build_sorts |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Build the part of the form that allows the user to select the view's sort order. |
ViewsUiBaseViewsWizard::instantiate_view |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::build_display_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Build an array of display options for the view. |
ViewsUiBaseViewsWizard::alter_display_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Alter the full array of display options before they are added to the view. |
ViewsUiBaseViewsWizard::add_displays |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Add the array of display options to the view, with appropriate overrides. |
ViewsUiBaseViewsWizard::default_display_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Most subclasses will need to override this method to provide some fields
or a different row plugin. |
ViewsUiBaseViewsWizard::default_display_filters |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::default_display_filters_user |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::default_display_sorts |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::default_display_sorts_user |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::page_display_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::block_display_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::page_feed_display_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::set_default_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Sets options for a display and makes them the default options if possible. |
ViewsUiBaseViewsWizard::set_override_options |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Sets options for a display, inheriting from the defaults when possible. |
ViewsUiBaseViewsWizard::retrieve_validated_view |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::set_validated_view |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
ViewsUiBaseViewsWizard::validate |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Instantiates a view and validates values. |
ViewsUiBaseViewsWizard::create_view |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Create a View from values that have been already submitted to validate(). |
ViewsUiCommentViewsWizard::row_style_options |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
Add possible row style options. |
ViewsUiCommentViewsWizard::build_form_style |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
Build the part of the form that builds the display format options. |
ViewsUiCommentViewsWizard::page_display_options |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
|
ViewsUiCommentViewsWizard::block_display_options |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
|
ViewsUiCommentViewsWizard::display_options_row |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
Set the row style and row style plugins to the display_options. |
ViewsUiCommentViewsWizard::default_display_options |
core/modules/views_ui/wizards/views_ui_comment_views_wizard.php |
Most subclasses will need to override this method to provide some fields
or a different row plugin. |
ViewsUiFileManagedViewsWizard::default_display_options |
core/modules/views_ui/wizards/views_ui_file_managed_views_wizard.php |
Most subclasses will need to override this method to provide some fields
or a different row plugin. |
ViewsUiNodeRevisionViewsWizard::row_style_options |
core/modules/views_ui/wizards/views_ui_node_revision_views_wizard.php |
Node revisions do not support full posts or teasers, so remove them. |
ViewsUiNodeRevisionViewsWizard::default_display_options |
core/modules/views_ui/wizards/views_ui_node_revision_views_wizard.php |
@override |