Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 10.3.x for view
  4. Search 11.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::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and asssert 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
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 Test 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 enable.
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 Test sorting with a standard data base table.
ViewsModerationStateSortTest::testSortRevisionBaseTable function core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php Test 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 enable.
ViewsNoResultsBehaviorTest::setUp function core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php
ViewsNoResultsBehaviorTest::testDuplicateText function core/modules/views/tests/src/Functional/ViewsNoResultsBehaviorTest.php Tests the view with the text.
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::$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.
ViewsPager::$id property core/modules/views/src/Annotation/ViewsPager.php The plugin ID.
ViewsPager::$no_ui property core/modules/views/src/Annotation/ViewsPager.php Whether the plugin should be not selectable in the UI.
ViewsPager::$short_title property core/modules/views/src/Annotation/ViewsPager.php (optional) The short title used in the views UI.
ViewsPager::$theme property core/modules/views/src/Annotation/ViewsPager.php The theme function used to render the pager's output.
ViewsPager::$title property core/modules/views/src/Annotation/ViewsPager.php The plugin title used in the views UI.
ViewsPluginAnnotationBase class core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php Defines an abstract base class for all views plugin annotations.
ViewsPluginAnnotationBase.php file core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php
ViewsPluginAnnotationBase::$register_theme property core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php Whether or not to register a theme function automatically.
ViewsPluginInterface interface core/modules/views/src/Plugin/views/ViewsPluginInterface.php Provides an interface for all views plugins.
ViewsPluginInterface.php file core/modules/views/src/Plugin/views/ViewsPluginInterface.php
ViewsPluginInterface::buildOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Provide a form to edit options for this plugin.
ViewsPluginInterface::create function core/modules/views/src/Plugin/views/ViewsPluginInterface.php
ViewsPluginInterface::destroy function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Clears a plugin.
ViewsPluginInterface::filterByDefinedOptions function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Filter out stored options depending on the defined options.
ViewsPluginInterface::getAvailableGlobalTokens function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns an array of available token replacements.
ViewsPluginInterface::getProvider function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns the plugin provider.
ViewsPluginInterface::globalTokenForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Adds elements for available core tokens to a form.
ViewsPluginInterface::globalTokenReplace function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns a string with any core tokens replaced.
ViewsPluginInterface::init function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Initialize the plugin.
ViewsPluginInterface::pluginTitle function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Return the human readable name of the display.

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