Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.x for view
  4. Search 10.3.x for view
  5. Search 11.x for view
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewsUiThemeHooks::preprocessViewsView function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Implements hook_preprocess_HOOK() for views templates.
ViewsUiThemeHooks::theme function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Implements hook_theme().
ViewsUiThemeHooks::themeSuggestionsViewsUiViewPreviewSection function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Implements hook_theme_suggestions_HOOK().
ViewsUiThemeHooks::viewPreviewSectionDisplayCategoryLinks function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Returns a link to editing a certain display setting.
ViewsUiThemeHooks::viewPreviewSectionHandlerLinks function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Returns contextual links for each handler of a certain section.
ViewsUiThemeHooks::viewPreviewSectionRowsLinks function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php Returns all contextual links for the main content part of the view.
ViewsUiThemeHooks::__construct function core/modules/views_ui/src/Hook/ViewsUiThemeHooks.php
ViewsViewsExecutionHooks class core/modules/views/src/Hook/ViewsViewsExecutionHooks.php Hook implementations for views.
ViewsViewsExecutionHooks.php file core/modules/views/src/Hook/ViewsViewsExecutionHooks.php
ViewsViewsExecutionHooks::viewsFormSubstitutions function core/modules/views/src/Hook/ViewsViewsExecutionHooks.php Implements hook_views_form_substitutions().
ViewsViewsExecutionHooks::viewsQuerySubstitutions function core/modules/views/src/Hook/ViewsViewsExecutionHooks.php Implements hook_views_query_substitutions().
ViewsViewsHooks class core/modules/views/src/Hook/ViewsViewsHooks.php Hook implementations for views.
ViewsViewsHooks.php file core/modules/views/src/Hook/ViewsViewsHooks.php
ViewsViewsHooks::fieldViewsData function core/modules/views/src/Hook/ViewsViewsHooks.php Implements hook_field_views_data().
ViewsViewsHooks::viewsData function core/modules/views/src/Hook/ViewsViewsHooks.php Implements hook_views_data().
ViewsWizard class core/modules/views/src/Attribute/ViewsWizard.php Defines a Plugin attribute object for views wizard plugins.
ViewsWizard class core/modules/views/src/Annotation/ViewsWizard.php Defines a Plugin annotation object for views wizard plugins.
ViewsWizard.php file core/modules/views/src/Annotation/ViewsWizard.php
ViewsWizard.php file core/modules/views/src/Attribute/ViewsWizard.php
ViewsWizard::$base_table property core/modules/views/src/Annotation/ViewsWizard.php The base tables on which this wizard is used.
ViewsWizard::$id property core/modules/views/src/Annotation/ViewsWizard.php The plugin ID.
ViewsWizard::$short_title property core/modules/views/src/Annotation/ViewsWizard.php An optional short title used in the views UI.
ViewsWizard::$title property core/modules/views/src/Annotation/ViewsWizard.php The plugin title used in the views UI.
ViewsWizard::__construct function core/modules/views/src/Attribute/ViewsWizard.php Constructs an ViewsWizard attribute.
ViewsWizardTest class core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php Tests views creation wizard.
ViewsWizardTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
ViewsWizardTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php The theme to install as the default for testing.
ViewsWizardTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php Modules to install.
ViewsWizardTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php
ViewsWizardTest::testCreateViewWizard function core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php Tests creating a View using the wizard.
views_add_contextual_links function core/modules/views/views.module Adds contextual links associated with a view display to a renderable array.
views_cache.test.css file core/modules/views/tests/modules/views_test_data/views_cache.test.css Just a placeholder file for the test.
views_config_entity_test.info.yml file core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml
views_config_entity_test.schema.yml file core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml
views_disable_view function core/modules/views/views.module Disables and saves a view.
views_element_validate_tags function core/modules/views/views.module Validation callback for query tags.
views_embed_view function core/modules/views/views.module Embed a view using a PHP snippet.
views_enable_view function core/modules/views/views.module Enables and saves a view.
views_entity_field_label function core/modules/views/views.module Returns the label of a certain field.
views_entity_test.info.yml file core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
views_field_default_views_data function core/modules/views/views.module Default views data implementation for a field.
views_form_test.info.yml file core/modules/views/tests/modules/views_form_test/views_form_test.info.yml core/modules/views/tests/modules/views_form_test/views_form_test.info.yml
views_get_current_view function core/modules/views/views.module Find out what, if any, current view is currently in use.
views_get_view_result function core/modules/views/views.module Get the result of a view.
views_install function core/modules/views/views.install Implements hook_install().
views_invalidate_cache function core/modules/views/views.module Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_post_update_add_date_default_arguments function core/modules/views/views.post_update.php Clear cache to add new date default arguments.
views_post_update_block_items_per_page function core/modules/views/views.post_update.php Defaults `items_per_page` to NULL in Views blocks.
views_post_update_format_plural function core/modules/views/views.post_update.php Updates the format plural option for those views using aggregation.
views_post_update_table_css_class function core/modules/views/views.post_update.php Adds a default table CSS class.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.