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. |
view::set_offset |
core/modules/views/includes/view.inc |
Set the offset on the pager. |
view::set_title |
core/modules/views/includes/view.inc |
Override the view's current title. |
view::set_use_ajax |
core/modules/views/includes/view.inc |
Whether or not AJAX should be used. If AJAX is used, paging,
tablesorting and exposed filters will be fetched via an AJAX call
rather than a page refresh. |
view::start_query_capture |
core/modules/views/includes/view.inc |
Set up query capturing. |
view::update |
core/modules/views/includes/view.inc |
Perform automatic updates when loading or importing a view. |
view::use_pager |
core/modules/views/includes/view.inc |
Determine if the pager actually uses a pager. |
view::validate |
core/modules/views/includes/view.inc |
Make sure the view is completely valid. |
view::_build |
core/modules/views/includes/view.inc |
Internal method to build an individual set of handlers. |
view::_build_arguments |
core/modules/views/includes/view.inc |
Build all the arguments. |
view::_init_handler |
core/modules/views/includes/view.inc |
Attach all of the handlers for each type. |
view::_post_execute |
core/modules/views/includes/view.inc |
Run the post_execute() on all active handlers. |
view::_pre_query |
core/modules/views/includes/view.inc |
Run the pre_query() on all active handlers. |
view::__construct |
core/modules/views/includes/view.inc |
Constructor |
ViewsAccessTest::setUp |
core/modules/views/tests/views_access.test |
Sets up a Backdrop site for running functional and integration tests. |
ViewsAccessTest::testAccessNone |
core/modules/views/tests/views_access.test |
Tests none access plugin. |
ViewsAccessTest::testAccessPerm |
core/modules/views/tests/views_access.test |
Tests perm access plugin. |
ViewsAccessTest::testAccessRole |
core/modules/views/tests/views_access.test |
Tests role access plugin. |
ViewsAccessTest::testDynamicAccessPlugin |
core/modules/views/tests/views_access.test |
Tests dynamic access plugin. |
ViewsAccessTest::testStaticAccessPlugin |
core/modules/views/tests/views_access.test |
Tests static access check. |
ViewsAccessTest::viewsPlugins |
core/modules/views/tests/views_access.test |
|
ViewsAccessTest::view_access_dynamic |
core/modules/views/tests/views_access.test |
|
ViewsAccessTest::view_access_none |
core/modules/views/tests/views_access.test |
|
ViewsAccessTest::view_access_perm |
core/modules/views/tests/views_access.test |
|
ViewsAccessTest::view_access_role |
core/modules/views/tests/views_access.test |
|
ViewsAccessTest::view_access_static |
core/modules/views/tests/views_access.test |
|
ViewsAjaxTest::setUp |
core/modules/views/tests/views_ajax.test |
Sets up a Backdrop site for running functional and integration tests. |
ViewsAjaxTest::simpleAjaxPost |
core/modules/views/tests/views_ajax.test |
Perform a simple AJAX POST HTTP request. |
ViewsAjaxTest::testAjaxView |
core/modules/views/tests/views_ajax.test |
Tests an ajax and non-ajax view. |
ViewsAnalyzeTest::setUp |
core/modules/views/tests/views_analyze.test |
Sets up a Backdrop site for running functional and integration tests. |
ViewsAnalyzeTest::testAnalyzeBasic |
core/modules/views/tests/views_analyze.test |
Tests that analyze works in general. |
ViewsArgumentDefaultTest::setUp |
core/modules/views/tests/views_argument_default.test |
Sets up a Backdrop site for running functional and integration tests. |
ViewsArgumentDefaultTest::testArgumentDefaultFixed |
core/modules/views/tests/views_argument_default.test |
Tests fixed default argument. |
ViewsArgumentDefaultTest::testArgumentDefaultNode |
core/modules/views/tests/views_argument_default.test |
@todo Test node default argument. |
ViewsArgumentDefaultTest::testArgumentDefaultNoOptions |
core/modules/views/tests/views_argument_default.test |
Tests the use of a default argument plugin that provides no options. |
ViewsArgumentDefaultTest::testArgumentDefaultPhp |
core/modules/views/tests/views_argument_default.test |
@todo Test php default argument. |