views_handler_area_broken |
class |
|
core/modules/views/handlers/views_handler_area.inc |
A special handler to take the place of missing or broken handlers. |
views_handler_argument |
class |
|
core/modules/views/handlers/views_handler_argument.inc |
Base class for arguments. |
views_handler_argument_broken |
class |
|
core/modules/views/handlers/views_handler_argument.inc |
A special handler to take the place of missing or broken handlers. |
views_handler_filter_group_by_numeric |
class |
|
core/modules/views/handlers/views_handler_filter_group_by_numeric.inc |
Simple filter to handle greater than/less than filters |
views_handler_filter_fields_compare |
class |
|
core/modules/views/handlers/views_handler_filter_fields_compare.inc |
|
views_handler_filter_numeric |
class |
|
core/modules/views/handlers/views_handler_filter_numeric.inc |
Simple filter to handle greater than/less than filters |
views_handler_field_boolean |
class |
|
core/modules/views/handlers/views_handler_field_boolean.inc |
A handler to provide proper displays for booleans. |
views_handler_area_view |
class |
|
core/modules/views/handlers/views_handler_area_view.inc |
Views area handlers. Insert a view inside of an area. |
views_handler_sort_date |
class |
|
core/modules/views/handlers/views_handler_sort_date.inc |
Basic sort handler for dates. |
views_handler_sort |
class |
|
core/modules/views/handlers/views_handler_sort.inc |
Base sort handler that has no options and performs a simple sort. |
views_handler_sort_broken |
class |
|
core/modules/views/handlers/views_handler_sort.inc |
A special handler to take the place of missing or broken handlers. |
views_handler_sort_random |
class |
|
core/modules/views/handlers/views_handler_sort_random.inc |
Handle a random sort. |
views_handler_field_machine_name |
class |
|
core/modules/views/handlers/views_handler_field_machine_name.inc |
Field handler that allows showing machine name content as human names. |
views_handler_area_text_custom |
class |
|
core/modules/views/handlers/views_handler_area_text_custom.inc |
Views area text custom handler. |
views_handler_filter_equality |
class |
|
core/modules/views/handlers/views_handler_filter_equality.inc |
Simple filter to handle equal to / not equal to filters |
ViewsGlossaryTestCase |
class |
|
core/modules/views/tests/views_glossary.test |
Tests glossary view ( summary of arguments ). |
ViewsUIWizardHelper |
class |
|
core/modules/views/tests/views_ui.test |
Views UI wizard tests. |
ViewsUIWizardBasicTestCase |
class |
|
core/modules/views/tests/views_ui.test |
Tests creating views with the wizard and viewing them on the listing page. |
ViewsUIWizardDefaultViewsTestCase |
class |
|
core/modules/views/tests/views_ui.test |
Tests enabling, disabling, and reverting default views via the listing page. |
ViewsUIWizardTaggedWithTestCase |
class |
|
core/modules/views/tests/views_ui.test |
Tests the ability of the views wizard to create views filtered by taxonomy. |
ViewsUIWizardSortingTestCase |
class |
|
core/modules/views/tests/views_ui.test |
Tests the ability of the views wizard to create views with sorts. |
ViewsUIWizardItemsPerPageTestCase |
class |
|
core/modules/views/tests/views_ui.test |
Tests the ability of the views wizard to specify the number of items per page. |
ViewsUIWizardMenuTestCase |
class |
|
core/modules/views/tests/views_ui.test |
Tests the ability of the views wizard to put views in a menu. |
ViewsUIWizardJumpMenuTestCase |
class |
|
core/modules/views/tests/views_ui.test |
Tests the ability of the views wizard to create views with a jump menu style plugin. |
ViewsBasicTest |
class |
|
core/modules/views/tests/views_basic.test |
Basic test class for Views query builder tests. |
ViewsArgumentValidatorTest |
class |
|
core/modules/views/tests/views_argument_validator.test |
Tests Views argument validators. |
ViewsAccessTest |
class |
|
core/modules/views/tests/views_access.test |
Basic test for pluggable access. |
ViewsAnalyzeTest |
class |
|
core/modules/views/tests/views_analyze.test |
Tests the views analyze system. |
ViewsHandlersTest |
class |
|
core/modules/views/tests/views_handlers.test |
Tests abstract handlers of views. |
ViewsCacheTest |
class |
|
core/modules/views/tests/views_cache.test |
Basic test for pluggable caching. |
ViewsTestCase |
abstract class |
|
core/modules/views/tests/views_query.test |
Abstract class for views testing. |
ViewsSqlTest |
abstract class |
|
core/modules/views/tests/views_query.test |
|
ViewsViewTest |
class |
|
core/modules/views/tests/views_view.test |
Views class tests. |
ViewsArgumentDefaultTest |
class |
|
core/modules/views/tests/views_argument_default.test |
Basic test for pluggable argument default. |
ViewsQueryGroupByTest |
class |
|
core/modules/views/tests/views_groupby.test |
Tests aggregate functionality of views, for example count. |
viewsUiGroupbyTestCase |
class |
|
core/modules/views/tests/views_groupby.test |
Tests UI of aggregate functionality.. |
ViewsExposedFormTest |
class |
|
core/modules/views/tests/views_exposed_form.test |
Tests exposed forms. |
ViewsUpgradeTestCase |
class |
|
core/modules/views/tests/views_upgrade.test |
Try to test the upgrade path of all conversions. |
ViewsModuleTest |
class |
|
core/modules/views/tests/views_module.test |
Tests basic functions from the Views module. |
ViewsPagerTest |
class |
|
core/modules/views/tests/views_pager.test |
Tests the pluggable pager system. |
views_plugin_argument_default_php |
class |
|
core/modules/views/plugins/views_plugin_argument_default_php.inc |
Default argument plugin to provide a PHP code block. |
views_plugin_exposed_form |
class |
|
core/modules/views/plugins/views_plugin_exposed_form.inc |
The base plugin to handle exposed filter forms. |
views_plugin_argument_default_raw |
class |
|
core/modules/views/plugins/views_plugin_argument_default_raw.inc |
Default argument plugin to use the raw value from the URL. |
views_plugin_style |
class |
|
core/modules/views/plugins/views_plugin_style.inc |
Base class to define a style plugin handler. |
views_plugin_style_summary |
class |
|
core/modules/views/plugins/views_plugin_style_summary.inc |
The default style plugin for summaries. |
views_plugin_display_page |
class |
|
core/modules/views/plugins/views_plugin_display_page.inc |
The plugin that handles a full page. |
views_plugin_exposed_form_input_required |
class |
|
core/modules/views/plugins/views_plugin_exposed_form_input_required.inc |
Exposed form plugin that provides an exposed form with required input. |
views_plugin_argument_default |
class |
|
core/modules/views/plugins/views_plugin_argument_default.inc |
The fixed argument default handler; also used as the base. |
views_plugin_pager |
class |
|
core/modules/views/plugins/views_plugin_pager.inc |
The base plugin to handle pager. |
views_plugin_access_role |
class |
|
core/modules/views/plugins/views_plugin_access_role.inc |
Access plugin that provides role-based access control. |