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
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.
ViewsPluginInterface::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Moves form elements into fieldsets for presentation purposes.
ViewsPluginInterface::preRenderFlattenData function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Flattens the structure of form elements.
ViewsPluginInterface::query function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Add anything to the query that we might need to.
ViewsPluginInterface::submitOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Handle any special handling on the validate form.
ViewsPluginInterface::summaryTitle function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns the summary of the settings in the display.
ViewsPluginInterface::themeFunctions function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Provide a full list of possible theme templates used by this style.
ViewsPluginInterface::unpackOptions function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Unpacks options over our existing defaults.
ViewsPluginInterface::usesOptions function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns the usesOptions property.
ViewsPluginInterface::validate function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate that the plugin is correct and can be saved.
ViewsPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate the options form.
ViewsPluginManager class core/modules/views/src/Plugin/ViewsPluginManager.php Plugin type manager for all views plugins.
ViewsPluginManager.php file core/modules/views/src/Plugin/ViewsPluginManager.php
ViewsPluginManager::__construct function core/modules/views/src/Plugin/ViewsPluginManager.php Constructs a ViewsPluginManager object.
ViewsPreprocessTest class core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests the preprocessing functionality in views theme hooks.
ViewsPreprocessTest.php file core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
ViewsPreprocessTest::$modules property core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Modules to install.
ViewsPreprocessTest::$testViews property core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Views to be enabled.
ViewsPreprocessTest::setUp function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
ViewsPreprocessTest::testCssClassCleaning function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests css classes on displays are cleaned correctly.
ViewsPreprocessTest::testEmptyPaginationHeadingLevelSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when an empty pagination_heading_level value is passed.
ViewsPreprocessTest::testPaginationHeadingLevelNotSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when no pagination_heading_level is passed.
ViewsPreprocessTest::testPaginationHeadingLevelSet function core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php Tests template_preprocess_views_mini_pager() when a pagination_heading_level value is passed.
ViewsQuery class core/modules/views/src/Annotation/ViewsQuery.php Defines a Plugin annotation object for views query plugins.
ViewsQuery class core/modules/views/src/Attribute/ViewsQuery.php Defines a ViewsQuery attribute for plugin discovery.
ViewsQuery.php file core/modules/views/src/Attribute/ViewsQuery.php
ViewsQuery.php file core/modules/views/src/Annotation/ViewsQuery.php
ViewsQuery::$help property core/modules/views/src/Annotation/ViewsQuery.php A short help string; this is displayed in the views UI.
ViewsQuery::$id property core/modules/views/src/Annotation/ViewsQuery.php The plugin ID.
ViewsQuery::$no_ui property core/modules/views/src/Annotation/ViewsQuery.php Whether the plugin should be not selectable in the UI.
ViewsQuery::$short_title property core/modules/views/src/Annotation/ViewsQuery.php An optional short title used in the views UI.
ViewsQuery::$title property core/modules/views/src/Annotation/ViewsQuery.php The plugin title used in the views UI.
ViewsQuery::__construct function core/modules/views/src/Attribute/ViewsQuery.php Constructs an ViewsDisplayExtender attribute.
ViewsRelationship class core/modules/views/src/Attribute/ViewsRelationship.php Defines a Plugin attribute class for views relationship handlers.
ViewsRelationship class core/modules/views/src/Annotation/ViewsRelationship.php Defines a Plugin annotation object for views relationship handlers.
ViewsRelationship.php file core/modules/views/src/Annotation/ViewsRelationship.php
ViewsRelationship.php file core/modules/views/src/Attribute/ViewsRelationship.php
ViewsRenderPipelineMarkup class core/modules/views/src/Render/ViewsRenderPipelineMarkup.php Defines an object that passes safe strings through the Views render system.
ViewsRenderPipelineMarkup.php file core/modules/views/src/Render/ViewsRenderPipelineMarkup.php
ViewsRow class core/modules/views/src/Attribute/ViewsRow.php Defines a ViewsRow attribute for plugin discovery.
ViewsRow class core/modules/views/src/Annotation/ViewsRow.php Defines a Plugin annotation object for views row plugins.
ViewsRow.php file core/modules/views/src/Annotation/ViewsRow.php
ViewsRow.php file core/modules/views/src/Attribute/ViewsRow.php
ViewsRow::$base property core/modules/views/src/Annotation/ViewsRow.php The base tables on which this row plugin can be used.
ViewsRow::$display_types property core/modules/views/src/Annotation/ViewsRow.php The types of the display this plugin can be used with.
ViewsRow::$help property core/modules/views/src/Annotation/ViewsRow.php A short help string; this is displayed in the views UI.
ViewsRow::$id property core/modules/views/src/Annotation/ViewsRow.php The plugin ID.
ViewsRow::$no_ui property core/modules/views/src/Annotation/ViewsRow.php Whether the plugin should be not selectable in the UI.

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