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
ViewsModerationStateFilterTest.php file core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
ViewsModerationStateFilterTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php The theme to install as the default for testing.
ViewsModerationStateFilterTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Modules to install.
ViewsModerationStateFilterTest::$modules property core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Modules to install.
ViewsModerationStateFilterTest::assertFilterStates function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Assert the states which appear in the filter.
ViewsModerationStateFilterTest::assertNodesWithFilters function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Assert the nodes appear when the test view is executed.
ViewsModerationStateFilterTest::assertPluginStates function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Assert the plugin states.
ViewsModerationStateFilterTest::assertWorkflowDependencies function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Asserts the views dependencies on workflow config entities.
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and assert the expected results.
ViewsModerationStateFilterTest::loadViewUnchanged function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Load a view from the database after it has been modified in a sub-request.
ViewsModerationStateFilterTest::providerTestWorkflowChanges function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Data provider for testWorkflowChanges.
ViewsModerationStateFilterTest::setUp function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
ViewsModerationStateFilterTest::setUp function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Sets up the test.
ViewsModerationStateFilterTest::testFilterRenderCache function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Tests the content moderation state filter caching is correct.
ViewsModerationStateFilterTest::testModerationStateFilterDependencyHandling function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Tests the dependency handling of the moderation state filter.
ViewsModerationStateFilterTest::testModerationStateFilterOnJoinedEntity function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Tests the moderation state filter on an entity added via a relationship.
ViewsModerationStateFilterTest::testNonTranslatableEntityType function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Tests the moderation filter with a non-translatable entity type.
ViewsModerationStateFilterTest::testStateFilterStatesList function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Tests the list of states in the filter plugin.
ViewsModerationStateFilterTest::testStateFilterViewsRelationship function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php Tests the content moderation state filter.
ViewsModerationStateFilterTest::testWorkflowChanges function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Tests the moderation state filter when the configured workflow is changed.
ViewsModerationStateSortTest class core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Tests the views moderation_state field sorting integration.
ViewsModerationStateSortTest.php file core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
ViewsModerationStateSortTest::$modules property core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Modules to install.
ViewsModerationStateSortTest::assertSortResults function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Assert the order of a views sort result.
ViewsModerationStateSortTest::setUp function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
ViewsModerationStateSortTest::testSortBaseTable function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Tests sorting with a standard data base table.
ViewsModerationStateSortTest::testSortRevisionBaseTable function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Tests sorting with the revision base table.
ViewsNoResultsBehaviorTest class core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php Tests no results behavior.
ViewsNoResultsBehaviorTest.php file core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php
ViewsNoResultsBehaviorTest::$defaultTheme property core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php The theme to install as the default for testing.
ViewsNoResultsBehaviorTest::$modules property core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php Modules to install.
ViewsNoResultsBehaviorTest::setUp function core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php Sets up the test.
ViewsNoResultsBehaviorTest::testDuplicateText function core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php Tests the view with the text.
ViewsOperations class core/modules/workspaces/src/Hook/ViewsOperations.php Defines a class for altering views queries.
ViewsOperations.php file core/modules/workspaces/src/Hook/ViewsOperations.php
ViewsOperations::$adjustedTables property core/modules/workspaces/src/Hook/ViewsOperations.php An array of tables adjusted for workspace_association join.
ViewsOperations::alterQueryForEntityType function core/modules/workspaces/src/Hook/ViewsOperations.php Alters the entity type tables for a Views query.
ViewsOperations::ensureRevisionTable function core/modules/workspaces/src/Hook/ViewsOperations.php Adds the revision table of an entity type to a query object.
ViewsOperations::ensureWorkspaceAssociationTable function core/modules/workspaces/src/Hook/ViewsOperations.php Adds the 'workspace_association' table to a views query.
ViewsOperations::getRevisionTableJoin function core/modules/workspaces/src/Hook/ViewsOperations.php Fetches a join for a revision table using the workspace_association table.
ViewsOperations::moveEntityTable function core/modules/workspaces/src/Hook/ViewsOperations.php Moves a 'workspace_association' table to appear before the given alias.
ViewsOperations::viewsQueryAlter function core/modules/workspaces/src/Hook/ViewsOperations.php Implements hook_views_query_alter().
ViewsOperations::__construct function core/modules/workspaces/src/Hook/ViewsOperations.php
ViewsPager class core/modules/views/src/Attribute/ViewsPager.php Defines a views pager plugins type attribute for plugin discovery.
ViewsPager class core/modules/views/src/Annotation/ViewsPager.php Defines a Plugin annotation object for views pager plugins.
ViewsPager.php file core/modules/views/src/Annotation/ViewsPager.php
ViewsPager.php file core/modules/views/src/Attribute/ViewsPager.php
ViewsPager::$base property core/modules/views/src/Annotation/ViewsPager.php The base tables on which this pager plugin can be used.
ViewsPager::$display_types property core/modules/views/src/Annotation/ViewsPager.php The types of the display this plugin can be used with.
ViewsPager::$help property core/modules/views/src/Annotation/ViewsPager.php A short help string; this is displayed in the views UI.

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