view::clone_view |
core/modules/views/includes/view.inc |
Safely clone a view. |
view::delete |
core/modules/views/includes/view.inc |
Delete the view entirely from the system. |
view::delete_locale_strings |
core/modules/views/includes/view.inc |
Delete localized strings. |
view::destroy |
core/modules/views/includes/view.inc |
Unset references so that a $view object may be properly garbage
collected. |
view::display_objects |
core/modules/views/includes/view.inc |
Returns a list of the sub-object types used by this view. These types are
stored on the display, and are used in the build process. |
view::end_query_capture |
core/modules/views/includes/view.inc |
Add the list of queries run during render to the build info. |
view::execute |
core/modules/views/includes/view.inc |
Execute the view's query. |
view::execute_display |
core/modules/views/includes/view.inc |
Execute the given display, with the given arguments.
To be called externally by whatever mechanism invokes the view,
such as a page callback, hook_block, etc. |
view::execute_hook_block_list |
core/modules/views/includes/view.inc |
Called to get hook_block information from the view and the
named display handler. |
view::execute_hook_menu |
core/modules/views/includes/view.inc |
Called to get hook_menu() information from the view and the named display handler. |
view::fix_missing_relationships |
core/modules/views/includes/view.inc |
Attempt to discover if the view has handlers missing relationships. |
view::generate_display_id |
core/modules/views/includes/view.inc |
Generate a display id of a certain plugin type. |
view::generate_item_id |
core/modules/views/includes/view.inc |
Generates a unique ID for an item. |
view::get_base_tables |
core/modules/views/includes/view.inc |
Create a list of base tables eligible for this view. Used primarily
for the UI. Display must be already initialized. |
view::get_breadcrumb |
core/modules/views/includes/view.inc |
Get the breadcrumb used for this view. |
view::get_current_page |
core/modules/views/includes/view.inc |
Get the current page from the pager. |
view::get_exposed_input |
core/modules/views/includes/view.inc |
Figure out what the exposed input for this view is. |
view::get_human_name |
core/modules/views/includes/view.inc |
Return the human readable name for a view. |
view::get_item |
core/modules/views/includes/view.inc |
Get the configuration of an item (field/sort/filter/etc) on a given
display. |
view::get_items |
core/modules/views/includes/view.inc |
Get an array of items for the current display. |
view::get_items_per_page |
core/modules/views/includes/view.inc |
Get the items per page from the pager. |
view::get_offset |
core/modules/views/includes/view.inc |
Get the pager offset from the pager. |
view::get_path |
core/modules/views/includes/view.inc |
Get the base path used for this view. |
view::get_title |
core/modules/views/includes/view.inc |
Get the view's current title. This can change depending upon how it
was built. |
view::get_url |
core/modules/views/includes/view.inc |
Get the URL for the current view. |
view::init_display |
core/modules/views/includes/view.inc |
Set the display for this view and initialize the display handler. |
view::init_handlers |
core/modules/views/includes/view.inc |
Acquire and attach all of the handlers. |
view::init_localization |
core/modules/views/includes/view.inc |
Find and initialize the localization plugin. |
view::init_pager |
core/modules/views/includes/view.inc |
Initialize the pager |
view::init_query |
core/modules/views/includes/view.inc |
Do some common building initialization. |
view::init_style |
core/modules/views/includes/view.inc |
Find and initialize the style plugin. |
view::is_cacheable |
core/modules/views/includes/view.inc |
Is this view cacheable? |
view::is_translatable |
core/modules/views/includes/view.inc |
Determine whether a view supports admin string translation. |
view::new_display |
core/modules/views/includes/view.inc |
Create a new display and a display handler for it. |
view::post_execute |
core/modules/views/includes/view.inc |
Unset the current view, mostly. |
view::preview |
core/modules/views/includes/view.inc |
Preview the given display, with the given arguments. |
view::pre_execute |
core/modules/views/includes/view.inc |
Run attachments and let the display do what it needs to do prior
to running. |
view::process_locale_strings |
core/modules/views/includes/view.inc |
Process strings for localization or deletion. |
view::render |
core/modules/views/includes/view.inc |
Render this view for a certain display. |
view::render_field |
core/modules/views/includes/view.inc |
Render a specific field via the field ID and the row # |
view::revert |
core/modules/views/includes/view.inc |
Revert the view based on its module-provided default version (if any). |
view::save |
core/modules/views/includes/view.inc |
Save the view to a configuration file. |
view::save_locale_strings |
core/modules/views/includes/view.inc |
Send strings for localization. |
view::set_arguments |
core/modules/views/includes/view.inc |
Set the arguments that come to this view. Usually from the URL
but possibly from elsewhere. |
view::set_current_page |
core/modules/views/includes/view.inc |
Change/Set the current page for the pager. |
view::set_display |
core/modules/views/includes/view.inc |
Set the display as current. |
view::set_exposed_input |
core/modules/views/includes/view.inc |
Set the exposed filters input to an array. If unset they will be taken
from $_GET when the time comes. |
view::set_item |
core/modules/views/includes/view.inc |
Set the configuration of an item (field/sort/filter/etc) on a given
display. |
view::set_items_per_page |
core/modules/views/includes/view.inc |
Set the items per page on the pager. |
view::set_item_option |
core/modules/views/includes/view.inc |
Set an option on an item. |