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
ViewExecutableTest::testSetCurrentPageDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests set current page during pre render.
ViewExecutableTest::testSetDisplayWithInvalidDisplay function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests setting a display with an invalid display ID.
ViewExecutableTest::testSetItemsPerPageBeforePreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests set items per page before pre render.
ViewExecutableTest::testSetItemsPerPageDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests set items per page during pre render.
ViewExecutableTest::testSetOffsetBeforePreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests set offset before pre render.
ViewExecutableTest::testSetOffsetDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests set offset during pre render.
ViewExecutableTest::testValidate function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the validation of display handlers.
ViewExecutableTest::testValidateNestedLoops function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests that nested loops of the display handlers won't break validation.
ViewFormBase class core/modules/views_ui/src/ViewFormBase.php Base form for Views forms.
ViewFormBase.php file core/modules/views_ui/src/ViewFormBase.php
ViewFormBase::$displayID property core/modules/views_ui/src/ViewFormBase.php The name of the display used by the form.
ViewFormBase::buildForm function core/modules/views_ui/src/ViewFormBase.php Form constructor.
ViewFormBase::getDisplayLabel function core/modules/views_ui/src/ViewFormBase.php Placeholder function for overriding $display['display_title'].
ViewFormBase::getDisplayTabs function core/modules/views_ui/src/ViewFormBase.php Adds tabs for navigating across Displays when editing a View.
ViewFormBase::init function core/modules/views_ui/src/ViewFormBase.php Initialize the form state and the entity before the first form build.
ViewFormBase::isDefaultDisplayShown function core/modules/views_ui/src/ViewFormBase.php Returns whether or not the default display should have its own tab on edit.
ViewFormBase::prepareEntity function core/modules/views_ui/src/ViewFormBase.php Prepares the entity object before the form is built first.
ViewJsonAnonTest class core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php Tests View Json Anon.
ViewJsonAnonTest.php file core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php
ViewJsonAnonTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php The theme to install as the default for testing.
ViewJsonAnonTest::$format property core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php The format to use in this test.
ViewJsonAnonTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php The MIME type that corresponds to $format.
ViewJsonBasicAuthTest class core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php Tests View Json Basic Auth.
ViewJsonBasicAuthTest.php file core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php
ViewJsonBasicAuthTest::$auth property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The authentication mechanism to use in this test.
ViewJsonBasicAuthTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The theme to install as the default for testing.
ViewJsonBasicAuthTest::$format property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The format to use in this test.
ViewJsonBasicAuthTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The MIME type that corresponds to $format.
ViewJsonBasicAuthTest::$modules property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php Modules to install.
ViewJsonCookieTest class core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php Tests View Json Cookie.
ViewJsonCookieTest.php file core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php
ViewJsonCookieTest::$auth property core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php The authentication mechanism to use in this test.
ViewJsonCookieTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php The theme to install as the default for testing.
ViewJsonCookieTest::$format property core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php The format to use in this test.
ViewJsonCookieTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php The MIME type that corresponds to $format.
ViewListBuilder class core/modules/views_ui/src/ViewListBuilder.php Defines a class to build a listing of view entities.
ViewListBuilder.php file core/modules/views_ui/src/ViewListBuilder.php
ViewListBuilder::$displayManager property core/modules/views_ui/src/ViewListBuilder.php The views display plugin manager to use.
ViewListBuilder::buildHeader function core/modules/views_ui/src/ViewListBuilder.php Builds the header row for the entity listing.
ViewListBuilder::buildRow function core/modules/views_ui/src/ViewListBuilder.php Builds a row for an entity in the entity listing.
ViewListBuilder::createInstance function core/modules/views_ui/src/ViewListBuilder.php Instantiates a new instance of this entity handler.
ViewListBuilder::getDefaultOperations function core/modules/views_ui/src/ViewListBuilder.php Gets this list's default operations.
ViewListBuilder::getDisplaysList function core/modules/views_ui/src/ViewListBuilder.php Gets a list of displays included in the view.
ViewListBuilder::load function core/modules/views_ui/src/ViewListBuilder.php Loads entities of this type from storage for listing.
ViewListBuilder::render function core/modules/views_ui/src/ViewListBuilder.php Builds the entity listing as renderable array for table.html.twig.
ViewListBuilder::__construct function core/modules/views_ui/src/ViewListBuilder.php Constructs a new ViewListBuilder object.
ViewListBuilderTest class core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php Tests Drupal\views_ui\ViewListBuilder.
ViewListBuilderTest.php file core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php
ViewListBuilderTest::testBuildRowEntityList function core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php Tests the listing of displays on a views list builder.
ViewMode class core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Drupal 6 view mode source from database.

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