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
ViewUIConverter::applies function core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php Determines if the converter applies to a specific route and variable.
ViewUIConverter::applies function core/modules/views_ui/src/ParamConverter/ViewUIConverter.php Determines if the converter applies to a specific route and variable.
ViewUIConverter::convert function core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php Converts path variables to their corresponding objects.
ViewUIConverter::convert function core/modules/views_ui/src/ParamConverter/ViewUIConverter.php Converts path variables to their corresponding objects.
ViewUIConverter::lazyLoadItself function core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php Lazy loads the real service from the container.
ViewUIConverter::__construct function core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php Constructs a ProxyClass Drupal proxy object.
ViewUIConverter::__construct function core/modules/views_ui/src/ParamConverter/ViewUIConverter.php Constructs a new ViewUIConverter.
ViewUIObjectTest class core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php @coversDefaultClass \Drupal\views_ui\ViewUI[[api-linebreak]]
@group views_ui
ViewUIObjectTest.php file core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php
ViewUIObjectTest::testEntityDecoration function core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php Tests entity method decoration.
ViewUIObjectTest::testIsLocked function core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php Tests the isLocked method.
ViewUIObjectTest::testIsLockedLegacy function core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php Tests the isLocked method.
ViewUIObjectTest::testSerialization function core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php Tests serialization of the ViewUI object.
ViewXmlAnonTest class core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php @group rest
ViewXmlAnonTest.php file core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php
ViewXmlAnonTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php The theme to install as the default for testing.
ViewXmlAnonTest::$format property core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php The format to use in this test.
ViewXmlAnonTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php The MIME type that corresponds to $format.
ViewXmlBasicAuthTest class core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php @group rest
ViewXmlBasicAuthTest.php file core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php
ViewXmlBasicAuthTest::$auth property core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php The authentication mechanism to use in this test.
ViewXmlBasicAuthTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php The theme to install as the default for testing.
ViewXmlBasicAuthTest::$format property core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php The format to use in this test.
ViewXmlBasicAuthTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php The MIME type that corresponds to $format.
ViewXmlBasicAuthTest::$modules property core/modules/views/tests/src/Functional/Rest/ViewXmlBasicAuthTest.php Modules to install.
ViewXmlCookieTest class core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php @group rest
ViewXmlCookieTest.php file core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php
ViewXmlCookieTest::$auth property core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php The authentication mechanism to use in this test.
ViewXmlCookieTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php The theme to install as the default for testing.
ViewXmlCookieTest::$format property core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php The format to use in this test.
ViewXmlCookieTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewXmlCookieTest.php The MIME type that corresponds to $format.
VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions function core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php Test the vocabulary overview permission.
VocabularyRouteProvider::getOverviewPageRoute function core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php Gets the overview page route.
WidgetViewsTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php Tests the views in the media library widget.
WidgetViewsTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php
WidgetViewsTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php
WidgetViewsTest::testWidgetViews function core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php Tests that the views in the Media library's widget work as expected.
WizardInterface::createView function core/modules/views/src/Plugin/views/wizard/WizardInterface.php Creates a view from values that have already been validated.
WizardInterface::validateView function core/modules/views/src/Plugin/views/wizard/WizardInterface.php Validate form and values.
WizardPluginBase::$validated_views property core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php An array of validated view objects, keyed by a hash.
WizardPluginBase::createView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Creates a view from values that have already been validated.
WizardPluginBase::instantiateView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Instantiates a view object from form values.
WizardPluginBase::retrieveValidatedView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Retrieves a validated view for a form submission.
WizardPluginBase::setValidatedView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Stores a validated view from a form submission.
WizardPluginBase::validateView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Implements Drupal\views\Plugin\views\wizard\WizardInterface::validate().
WizardPluginBaseKernelTest::testCreateView function core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php Tests the creating of a view.
workspaces.overview.css file core/modules/workspaces/css/workspaces.overview.css Styling for the Workspaces overview table.
workspaces_views_query_alter function core/modules/workspaces/workspaces.module Implements hook_views_query_alter().
WorkspaceTestUtilities::isLabelInContentOverview function core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php Determine if the content list has an entity's label.
WorkspaceViewTest class core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php Tests permission controls on workspaces.

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