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
ViewsListTest::$modules property core/modules/views_ui/tests/src/Functional/ViewsListTest.php Modules to install.
ViewsListTest::setUp function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Sets up the test.
ViewsListTest::testViewsListLimit function core/modules/views_ui/tests/src/Functional/ViewsListTest.php Tests that the views list does not use a pager.
ViewsLocalTask class core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Provides local task definitions for all views configured as local tasks.
ViewsLocalTask.php file core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php
ViewsLocalTask::$routeProvider property core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php The route provider.
ViewsLocalTask::$state property core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php The state key value store.
ViewsLocalTask::$viewStorage property core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php The view storage.
ViewsLocalTask::alterLocalTasks function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Alters base_route and parent_id into the views local tasks.
ViewsLocalTask::create function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Creates a new class instance.
ViewsLocalTask::getApplicableMenuViews function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Return a list of all views and display IDs that have a menu entry.
ViewsLocalTask::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Gets the definition of all derivatives of a base plugin.
ViewsLocalTask::__construct function core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php Constructs a \Drupal\views\Plugin\Derivative\ViewsLocalTask instance.
ViewsLocalTaskTest class core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests Drupal\views\Plugin\Derivative\ViewsLocalTask.
ViewsLocalTaskTest.php file core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLocalTaskTest::$baseDefinition property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The base definition for the test plugin.
ViewsLocalTaskTest::$localTaskDerivative property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The tested local task derivative class.
ViewsLocalTaskTest::$routeProvider property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The mocked route provider.
ViewsLocalTaskTest::$state property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The mocked key value storage.
ViewsLocalTaskTest::$viewStorage property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The views storage.
ViewsLocalTaskTest::setUp function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithDefaultLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithExistingLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a local task and a parent.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with a default local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutHookMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on no view with hook menu.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithoutLocalTask function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view with without a local task.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view which overrides an existing route.
ViewsLoggerTestTrait trait core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php Provides helper functions for logging in views.
ViewsLoggerTestTrait.php file core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php
ViewsLoggerTestTrait::setUpMockLoggerWithMissingEntity function core/modules/views/tests/src/Traits/ViewsLoggerTestTrait.php Sets up a mock logger for when views can't load an entity.
ViewsMenuLink class core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Defines menu links provided by views.
ViewsMenuLink class core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Provides menu links for Views.
ViewsMenuLink.php file core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
ViewsMenuLink.php file core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php
ViewsMenuLink::$entityTypeManager property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The entity type manager.
ViewsMenuLink::$overrideAllowed property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The list of definition values where an override is allowed.
ViewsMenuLink::$view property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The view executable of the menu link.
ViewsMenuLink::$viewExecutableFactory property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The view executable factory.
ViewsMenuLink::$viewStorage property core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php The view storage.
ViewsMenuLink::create function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Creates an instance of the plugin.
ViewsMenuLink::create function core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Creates a new class instance.
ViewsMenuLink::deleteLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Deletes a menu link.
ViewsMenuLink::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php Gets the definition of all derivatives of a base plugin.
ViewsMenuLink::getDescription function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns the description of the menu link.
ViewsMenuLink::getTitle function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns the localized title to be shown for this link.
ViewsMenuLink::isDeletable function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns whether this link can be deleted.
ViewsMenuLink::isExpanded function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Returns whether the child menu links should always been shown.
ViewsMenuLink::loadView function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Initializes the proper view.
ViewsMenuLink::updateLink function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Updates the definition values for a menu link.
ViewsMenuLink::__construct function core/modules/views/src/Plugin/Menu/ViewsMenuLink.php Constructs a new ViewsMenuLink.

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