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. Search 11.x for view
  6. 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::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 Tests Drupal\views_ui\ViewUI.
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::testSerialization function core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php Tests serialization of the ViewUI object.
ViewValidationTest class core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php Tests validation of view entities.
ViewValidationTest.php file core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php
ViewValidationTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php Modules to install.
ViewValidationTest::setUp function core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php
ViewValidationTest::testInvalidPluginId function core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php Tests that the various plugin IDs making up a view display are validated.
ViewXmlAnonTest class core/modules/views/tests/src/Functional/Rest/ViewXmlAnonTest.php Tests View Xml Anon.
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 Tests View Xml Basic Auth.
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 Tests View Xml Cookie.
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.
VocabularyAccessControlHandler::$viewLabelOperation property core/modules/taxonomy/src/VocabularyAccessControlHandler.php Allows to grant access to just the labels.
VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions function core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php Tests the vocabulary overview permission.
VocabularyRouteProvider::getOverviewPageRoute function core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php Gets the overview page route.
VocabularyUiTest::testOverviewOverride function core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php Tests that the overview form is overridable in hook_entity_type_alter().
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::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php The theme to install as the default for testing.
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().

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