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. 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
ViewsHandlerManagerTest class core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests the ViewsHandlerManager class.
ViewsHandlerManagerTest.php file core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php
ViewsHandlerManagerTest::$factory property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The mocked factory.
ViewsHandlerManagerTest::$handlerManager property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The views handler manager.
ViewsHandlerManagerTest::$moduleHandler property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The module handler service.
ViewsHandlerManagerTest::$viewsData property core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php The mocked views data.
ViewsHandlerManagerTest::setUp function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php
ViewsHandlerManagerTest::setupMockedFactory function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Setups of the plugin factory.
ViewsHandlerManagerTest::testAlterHookInvocation function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests that hook_views_plugins_TYPE_alter() is invoked for a handler type.
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() and its base information propagation.
ViewsHandlerManagerTest::testGetHandlerNoOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() without an override.
ViewsHandlerManagerTest::testGetHandlerOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() with an override.
ViewsHooks class core/modules/views/src/Hook/ViewsHooks.php Hook implementations for views.
ViewsHooks.php file core/modules/views/src/Hook/ViewsHooks.php
ViewsHooks::baseFieldOverrideDelete function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_delete().
ViewsHooks::baseFieldOverrideInsert function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_insert().
ViewsHooks::baseFieldOverrideUpdate function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_update().
ViewsHooks::blockPresave function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_presave() for blocks.
ViewsHooks::fieldConfigDelete function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_delete() for 'field_config'.
ViewsHooks::fieldConfigInsert function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_insert() for 'field_config'.
ViewsHooks::fieldConfigUpdate function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_update() for 'field_config'.
ViewsHooks::formViewsExposedFormAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_form_FORM_ID_alter() for the exposed form.
ViewsHooks::help function core/modules/views/src/Hook/ViewsHooks.php Implements hook_help().
ViewsHooks::localTasksAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_local_tasks_alter().
ViewsHooks::queryViewsAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_query_TAG_alter().
ViewsHooks::themeSuggestionsCommentAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_theme_suggestions_HOOK_alter().
ViewsHooks::themeSuggestionsContainerAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_theme_suggestions_HOOK_alter().
ViewsHooks::themeSuggestionsNodeAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_theme_suggestions_HOOK_alter().
ViewsHooks::viewPresave function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_presave().
ViewsHooks::viewsPreRender function core/modules/views/src/Hook/ViewsHooks.php Implements hook_views_pre_render().
ViewsHooksTest class core/modules/views/tests/src/Kernel/ViewsHooksTest.php Tests that views hooks are registered when defined in $module.views.inc.
ViewsHooksTest.php file core/modules/views/tests/src/Kernel/ViewsHooksTest.php
ViewsHooksTest::$hooks property core/modules/views/tests/src/Kernel/ViewsHooksTest.php An array of available views hooks to test.
ViewsHooksTest::$moduleHandler property core/modules/views/tests/src/Kernel/ViewsHooksTest.php The module handler to use for invoking hooks.
ViewsHooksTest::$testViews property core/modules/views/tests/src/Kernel/ViewsHooksTest.php Views used by this test.
ViewsHooksTest::$viewStorage property core/modules/views/tests/src/Kernel/ViewsHooksTest.php The view storage.
ViewsHooksTest::setUp function core/modules/views/tests/src/Kernel/ViewsHooksTest.php
ViewsHooksTest::testHooks function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Tests the hooks.
ViewsHooksTest::testViewsFormMainFormPreRender function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Tests how hook_views_form_substitutions() makes substitutions.
ViewsHooksTest::testViewsInvalidateCacheOnDelete function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Test that hook_views_invalidate_cache() is called when a view is deleted.
ViewsIntegrationTest class core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Tests the integration of responsive image with Views.
ViewsIntegrationTest class core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php Tests the views integration of dblog module.
ViewsIntegrationTest.php file core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php
ViewsIntegrationTest.php file core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
ViewsIntegrationTest::$columnMap property core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
ViewsIntegrationTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php The theme to install as the default for testing.
ViewsIntegrationTest::$modules property core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Modules to install.
ViewsIntegrationTest::$modules property core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php Modules to install.
ViewsIntegrationTest::$testViews property core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php The test views to enable.
ViewsIntegrationTest::$testViews property core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php Views to be enabled.

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