You are here

25 string references to 'view' in Views (for Drupal 7) 6.3

node_views_convert in modules/node.views_convert.inc
Implementation of hook_views_convert().
template_preprocess_views_view in theme/theme.inc
Preprocess the primary theme implementation for a view.
view::export in includes/view.inc
Export a view as PHP code.
ViewsSqlTest::getBasicView in tests/views_query.test
Build and return a basic view of the views_test table.
views_block in ./views.module
Implementation of hook_block
views_drush_revert_view in drush/views.drush.inc
Reverts a specified view
views_get_all_views in ./views.module
Return an array of all views as fully loaded $view objects.
views_get_view in ./views.module
Get a view from the database or from default views.
views_handler_field_comment_link::render_link in modules/comment/views_handler_field_comment_link.inc
views_handler_field_node_link::render_link in modules/node/views_handler_field_node_link.inc
views_handler_field_node_link_translate::render in modules/translation/views_handler_field_node_link_translate.inc
Render the field.
views_handler_field_user_link::render_link in modules/user/views_handler_field_user_link.inc
views_handler_filter_node_access::query in modules/node/views_handler_filter_node_access.inc
See _node_access_where_sql() for a non-views query based implementation.
views_new_view in ./views.module
Create an empty view to work with.
views_plugin_argument_validate_node::convert_options in modules/node/views_plugin_argument_validate_node.inc
Convert options from the older style.
views_plugin_argument_validate_node::option_definition in modules/node/views_plugin_argument_validate_node.inc
Retrieve the options when this is a new access control plugin
views_plugin_row_node_rss::render in modules/node/views_plugin_row_node_rss.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_ui_autocomplete_tag in includes/admin.inc
Page callback for views tag autocomplete
views_ui_cache_load in ./views_ui.module
Specialized menu callback to load a view either out of the cache or just load it.
views_ui_cache_set in ./views_ui.module
Specialized cache function to add a flag to our view, include an appropriate include, and cache more easily.
views_ui_delete_confirm_submit in includes/admin.inc
Submit handler to delete a view.
views_ui_edit_view_form_cancel in includes/admin.inc
Submit handler for the edit view form.
views_ui_edit_view_form_submit in includes/admin.inc
Submit handler for the edit view form.
views_ui_import_validate in includes/admin.inc
Validate handler to import a view
_views_discover_default_views in includes/cache.inc
Scan all modules for default views and rebuild the default views cache.