ViewsUIWizardItemsPerPageTestCase::testItemsPerPage |
core/modules/views/tests/views_ui.test |
Tests the number of items per page. |
ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath |
core/modules/views/tests/views_ui.test |
Helper function to create a comment and return its expected path. |
ViewsUIWizardJumpMenuTestCase::createFileAndGetPath |
core/modules/views/tests/views_ui.test |
Helper function to create a file and return its expected path. |
ViewsUIWizardJumpMenuTestCase::createNodeAndGetPath |
core/modules/views/tests/views_ui.test |
Helper function to create a node and return its expected path. |
ViewsUIWizardJumpMenuTestCase::createNodeRevisionAndGetPath |
core/modules/views/tests/views_ui.test |
Helper function to create a node revision and return its expected path. |
ViewsUIWizardJumpMenuTestCase::createTaxonomyTermAndGetPath |
core/modules/views/tests/views_ui.test |
Helper function to create a taxonomy term and return its expected path. |
ViewsUIWizardJumpMenuTestCase::createUserAndGetPath |
core/modules/views/tests/views_ui.test |
Helper function to create a user and return its expected path. |
ViewsUIWizardJumpMenuTestCase::setup |
core/modules/views/tests/views_ui.test |
|
ViewsUIWizardJumpMenuTestCase::testJumpMenus |
core/modules/views/tests/views_ui.test |
Tests the jump menu style plugin. |
ViewsUIWizardMenuTestCase::testMenus |
core/modules/views/tests/views_ui.test |
Tests the menu functionality. |
ViewsUIWizardSortingTestCase::testSorting |
core/modules/views/tests/views_ui.test |
Tests the sorting functionality. |
ViewsUIWizardTaggedWithTestCase::setUp |
core/modules/views/tests/views_ui.test |
Sets up a Backdrop site for running functional and integration tests. |
ViewsUIWizardTaggedWithTestCase::testTaggedWith |
core/modules/views/tests/views_ui.test |
Tests the "tagged with" functionality. |
ViewsUIWizardTaggedWithTestCase::testTaggedWithByNodeType |
core/modules/views/tests/views_ui.test |
Tests that the "tagged with" form element only shows for node types that support it. |
ViewsUpgradeTestCase::debugField |
core/modules/views/tests/views_upgrade.test |
|
ViewsUpgradeTestCase::testMovedTo |
core/modules/views/tests/views_upgrade.test |
Tests the moved to parameter in general. |
ViewsUpgradeTestCase::viewsData |
core/modules/views/tests/views_upgrade.test |
The views data definition. |
ViewsUpgradeTestCase::viewsMovedToField |
core/modules/views/tests/views_upgrade.test |
|
ViewsUpgradeTestCase::viewsMovedToHandler |
core/modules/views/tests/views_upgrade.test |
|
ViewsUpgradeTestCase::viewsMovedToTable |
core/modules/views/tests/views_upgrade.test |
|
ViewsViewTest::assertViewDestroy |
core/modules/views/tests/views_view.test |
|
ViewsViewTest::testDelete |
core/modules/views/tests/views_view.test |
|
ViewsViewTest::testDestroy |
core/modules/views/tests/views_view.test |
Tests the deconstructor to be sure that every kind of heavy objects are removed. |
ViewsViewTest::testValidate |
core/modules/views/tests/views_view.test |
|
ViewsViewTest::view_test_delete |
core/modules/views/tests/views_view.test |
|
ViewsViewTest::view_test_destroy |
core/modules/views/tests/views_view.test |
This view provides some filters, fields, arguments, relationships, sorts, areas and attachments. |
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::create_view |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Create a new View from form values. |
ViewsWizardInterface::validate |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
Validate form and values. |
ViewsWizardInterface::__construct |
core/modules/views_ui/wizards/views_ui_base_views_wizard.php |
|
views_access |
core/modules/views/views.module |
Determine if the logged in user has access to a view. |
views_add_contextual_links |
core/modules/views/views.module |
Adds contextual links associated with a view display to a renderable array. |
views_add_css |
core/modules/views/views.module |
Include views .css files. |
views_add_js |
core/modules/views/views.module |
Include views .js files. |
views_ajax |
core/modules/views/includes/ajax.inc |
Menu callback to load a view via AJAX. |
views_ajax_autocomplete_taxonomy |
core/modules/views/includes/ajax.inc |
Page callback for views taxonomy autocomplete. |
views_ajax_autocomplete_user |
core/modules/views/includes/ajax.inc |
Page callback for views user autocomplete |
views_ajax_command_add_tab |
core/modules/views/includes/ajax.inc |
Creates a Backdrop AJAX 'addTab' command. |
views_ajax_command_hilite |
core/modules/views/includes/ajax.inc |
Creates a Backdrop AJAX 'viewsHilite' command. |
views_ajax_command_replace_title |
core/modules/views/includes/ajax.inc |
Replace the page title. |
views_ajax_command_scroll_top |
core/modules/views/includes/ajax.inc |
Scroll to top of the current view. |
views_ajax_command_show_buttons |
core/modules/views/includes/ajax.inc |
Shows Save and Cancel buttons. |
views_ajax_command_trigger_preview |
core/modules/views/includes/ajax.inc |
Trigger the Views live preview. |
views_ajax_error |
core/modules/views/includes/ajax.inc |
Return an AJAX error. |
views_ajax_form_wrapper |
core/modules/views/includes/ajax.inc |
Wrapper around backdrop_build_form to handle some AJAX stuff automatically.
This makes some assumptions about the client. |
views_api_minimum_version |
core/modules/views/views.module |
Views will not load plugins advertising a version older than this. |
views_api_version |
core/modules/views/views.module |
Advertise the current views api version |
views_arg_load |
core/modules/views/views.module |
Helper function for menu loading. This will automatically be
called in order to 'load' a views argument; primarily it
will be used to perform validation. |
views_array_key_plus |
core/modules/views/includes/utility.inc |
Adds one to each key of the array. |
views_autoload_info |
core/modules/views/views.module |
Implements hook_autoload_info(). |