ViewsPluginStyleTestCase |
|
class |
|
tests/styles/views_plugin_style.test |
Tests some general style plugin related functionality. |
|
|
|
ViewsPluginStyleUnformattedTestCase |
|
class |
|
tests/styles/views_plugin_style_unformatted.test |
Tests the default/unformatted row style. |
|
|
|
ViewsQueryGroupByTest |
|
class |
|
tests/views_groupby.test |
Tests aggregate functionality of views, for example count. |
|
|
|
viewsSearchQuery |
|
class |
|
modules/search/views_handler_filter_search.inc |
Extends the core SearchQuery. |
|
|
|
ViewsSqlTest |
|
abstract class |
|
tests/views_query.test |
|
52 |
|
|
ViewsTestCase |
|
abstract class |
|
tests/views_query.test |
|
1 |
|
|
ViewsTranslatableTest |
|
class |
|
tests/views_translatable.test |
Tests Views pluggable translations. |
|
|
|
ViewsUiBaseViewsWizard |
|
class |
|
plugins/views_wizard/views_ui_base_views_wizard.class.php |
A very generic Views Wizard class - can be constructed for any base table. |
5 |
|
|
ViewsUiCommentViewsWizard |
|
class |
|
plugins/views_wizard/views_ui_comment_views_wizard.class.php |
Tests creating comment views with the wizard. |
|
|
|
ViewsUiFileManagedViewsWizard |
|
class |
|
plugins/views_wizard/views_ui_file_managed_views_wizard.class.php |
Tests creating managed files views with the wizard. |
|
|
|
ViewsUiGroupbyTestCase |
|
class |
|
tests/views_groupby.test |
Tests UI of aggregate functionality. |
|
|
|
ViewsUiNodeRevisionViewsWizard |
|
class |
|
plugins/views_wizard/views_ui_node_revision_views_wizard.class.php |
Tests creating node revision views with the wizard. |
|
|
|
ViewsUiNodeViewsWizard |
|
class |
|
plugins/views_wizard/views_ui_node_views_wizard.class.php |
Tests creating node views with the wizard. |
1 |
|
|
ViewsUIQuerySettingsTestCase |
|
class |
|
tests/views_ui.test |
Test the ability of the views query settings. |
|
|
|
ViewsUiTaxonomyTermViewsWizard |
|
class |
|
plugins/views_wizard/views_ui_taxonomy_term_views_wizard.class.php |
Tests creating taxonomy views with the wizard. |
|
|
|
ViewsUiUsersViewsWizard |
|
class |
|
plugins/views_wizard/views_ui_users_views_wizard.class.php |
Tests creating user views with the wizard. |
|
|
|
ViewsUIWizardBasicTestCase |
|
class |
|
tests/views_ui.test |
Tests creating views with the wizard and viewing them on the listing page. |
|
|
|
ViewsUIWizardDefaultViewsTestCase |
|
class |
|
tests/views_ui.test |
Tests enabling, disabling, and reverting default views via the listing page. |
|
|
|
ViewsUIWizardHelper |
|
class |
|
tests/views_ui.test |
Views UI wizard tests. |
9 |
|
|
ViewsUIWizardItemsPerPageTestCase |
|
class |
|
tests/views_ui.test |
Tests the ability of the wizard to specify the number of items per page. |
|
|
|
ViewsUIWizardJumpMenuTestCase |
|
class |
|
tests/views_ui.test |
Tests the ability of the wizard to create views with a jump menu style. |
|
|
|
ViewsUIWizardMenuTestCase |
|
class |
|
tests/views_ui.test |
Tests the ability of the views wizard to put views in a menu. |
|
|
|
ViewsUIWizardOverrideDisplaysTestCase |
|
class |
|
tests/views_ui.test |
Tests that displays can be correctly overridden via the user interface. |
|
|
|
ViewsUIWizardSortingTestCase |
|
class |
|
tests/views_ui.test |
Tests the ability of the views wizard to create views with sorts. |
|
|
|
ViewsUIWizardTaggedWithTestCase |
|
class |
|
tests/views_ui.test |
Tests the ability of the views wizard to create views filtered by taxonomy. |
|
|
|
ViewsUpgradeTestCase |
|
class |
|
tests/views_upgrade.test |
Try to test the upgrade path of all conversions. |
|
|
|
ViewsUserArgumentDefault |
|
class |
|
tests/user/views_user_argument_default.test |
Tests views user argument default plugin. |
|
|
|
ViewsUserArgumentValidate |
|
class |
|
tests/user/views_user_argument_validate.test |
Tests views user argument argument handler. |
|
|
|
ViewsUserTestCase |
|
class |
|
tests/user/views_user.test |
Tests basic user module integration into views. |
|
|
|
ViewsViewTest |
|
class |
|
tests/views_view.test |
|
|
|
|
ViewsWizardException |
|
class |
|
plugins/views_wizard/views_ui_base_views_wizard.class.php |
A custom exception class for our errors. |
|
|
|
ViewsWizardInterface |
|
interface |
|
plugins/views_wizard/views_ui_base_views_wizard.class.php |
Defines a common interface for Views Wizard plugins. |
1 |
|
|
views_db_object |
|
class |
|
includes/view.inc |
Base class for views' database objects. |
2 |
|
|
views_display |
|
class |
|
includes/view.inc |
A display type in a view. |
|
|
|
views_handler |
|
class |
|
includes/handlers.inc |
Base handler, from which all the other handlers are derived.
It creates a common interface to create consistency amongst
handlers and data. |
6 |
|
|
views_handler_area |
|
class |
|
handlers/views_handler_area.inc |
Base class for area handlers. |
6 |
|
|
views_handler_area_broken |
|
class |
|
handlers/views_handler_area.inc |
A special handler to take the place of missing or broken handlers. |
|
|
|
views_handler_area_messages |
|
class |
|
handlers/views_handler_area_messages.inc |
Provides an area for messages. |
|
|
|
views_handler_area_result |
|
class |
|
handlers/views_handler_area_result.inc |
Views area handler to display some configurable result summary. |
|
|
|
views_handler_area_text |
|
class |
|
handlers/views_handler_area_text.inc |
Views area text handler. |
1 |
|
|
views_handler_area_text_custom |
|
class |
|
handlers/views_handler_area_text_custom.inc |
Views area text custom handler. |
|
|
|
views_handler_area_view |
|
class |
|
handlers/views_handler_area_view.inc |
Views area handlers. Insert a view inside of an area. |
|
|
|
views_handler_argument |
|
class |
|
handlers/views_handler_argument.inc |
Base class for arguments. |
15 |
|
|
views_handler_argument_aggregator_category_cid |
|
class |
|
modules/aggregator/views_handler_argument_aggregator_category_cid.inc |
Argument handler to accept an aggregator category id. |
|
|
|
views_handler_argument_aggregator_fid |
|
class |
|
modules/aggregator/views_handler_argument_aggregator_fid.inc |
Argument handler to accept an aggregator feed id. |
|
|
|
views_handler_argument_aggregator_iid |
|
class |
|
modules/aggregator/views_handler_argument_aggregator_iid.inc |
Argument handler to accept an aggregator item id. |
|
|
|
views_handler_argument_broken |
|
class |
|
handlers/views_handler_argument.inc |
A special handler to take the place of missing or broken handlers. |
|
|
|
views_handler_argument_comment_user_uid |
|
class |
|
modules/comment/views_handler_argument_comment_user_uid.inc |
Argument handler to accept a user id to check for nodes that
user posted or commented on. |
2 |
|
|
views_handler_argument_date |
|
class |
|
handlers/views_handler_argument_date.inc |
Abstract argument handler for dates. |
6 |
|
|
views_handler_argument_field_list |
|
class |
|
modules/field/views_handler_argument_field_list.inc |
Argument handler for list field to show the human readable name in the
summary. |
|
|
|