Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ViewModeBase::getViewModes function core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php Get a list of D6 view modes.
ViewModeTest class core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php Tests D6 view mode source plugin.
ViewModeTest class core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php Tests D7 view mode source plugin.
ViewModeTest.php file core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php
ViewModeTest.php file core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php
ViewModeTest::$modules property core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php Modules to install.
ViewModeTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php Modules to install.
ViewModeTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php
ViewModeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php
ViewNonTranslatableEntityTest class core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php Tests the view creation of non-translatable entities.
ViewNonTranslatableEntityTest.php file core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php
ViewNonTranslatableEntityTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php The theme to install as the default for testing.
ViewNonTranslatableEntityTest::$modules property core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php Modules to install.
ViewNonTranslatableEntityTest::testViewNoTranslatableEntity function core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php Tests displaying a view of non-translatable entities.
ViewPageControllerTest class core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php @coversDefaultClass \Drupal\views\Routing\ViewPageController[[api-linebreak]]
@group views
ViewPageControllerTest.php file core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
ViewPageControllerTest::$defaultRenderArray property core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php A render array expected for every page controller render array result.
ViewPageControllerTest::$pageController property core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php The page controller of views.
ViewPageControllerTest::setUp function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRoute function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php Tests the page controller with arguments of an overridden page view.
ViewPageControllerTest::testHandleWithArgumentsOnOverriddenRouteWithUpcasting function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php Tests the page controller with arguments of an overridden page view.
ViewPageControllerTest::testHandleWithArgumentsWithoutOverridden function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php Tests the page controller with arguments on a non overridden page view.
ViewPageControllerTest::testPageController function core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php Tests the page controller.
ViewPreviewForm::actions function core/modules/views_ui/src/ViewPreviewForm.php Returns an array of supported actions for the current entity form.
ViewPreviewForm::submitPreview function core/modules/views_ui/src/ViewPreviewForm.php Form submission handler for the Preview button.
ViewRenderTest class core/modules/views/tests/src/Kernel/ViewRenderTest.php Tests general rendering of a view.
ViewRenderTest.php file core/modules/views/tests/src/Kernel/ViewRenderTest.php
ViewRenderTest::$testViews property core/modules/views/tests/src/Kernel/ViewRenderTest.php Views to be enabled.
ViewRenderTest::testRender function core/modules/views/tests/src/Kernel/ViewRenderTest.php Tests render functionality.
ViewResourceTestBase class core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
ViewResourceTestBase.php file core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
ViewResourceTestBase::$entity property core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php
ViewResourceTestBase::$entityTypeId property core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php The tested entity type.
ViewResourceTestBase::$modules property core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Modules to install.
ViewResourceTestBase::createEntity function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Creates the entity to be tested.
ViewResourceTestBase::getExpectedNormalizedEntity function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Returns the expected normalization of the entity.
ViewResourceTestBase::getNormalizedPostEntity function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Returns the normalized POST entity.
ViewResourceTestBase::setUpAuthorization function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Sets up the necessary authorization.
ViewResultAssertionTrait trait core/modules/views/src/Tests/ViewResultAssertionTrait.php Provides a class for assertions to check for the expected result of a View.
ViewResultAssertionTrait.php file core/modules/views/src/Tests/ViewResultAssertionTrait.php
ViewResultAssertionTrait::assertIdenticalResultset function core/modules/views/src/Tests/ViewResultAssertionTrait.php Verifies that a result set returned by a View matches expected values.
ViewResultAssertionTrait::assertIdenticalResultsetHelper function core/modules/views/src/Tests/ViewResultAssertionTrait.php Performs View result assertions.
ViewResultAssertionTrait::assertNotIdenticalResultset function core/modules/views/src/Tests/ViewResultAssertionTrait.php Verifies that a result set returned by a View differs from certain values.
Views class core/modules/views/src/Views.php Static service container wrapper for views.
Views access plugins group core/modules/views/src/Plugin/views/access/AccessPluginBase.php Plugins to handle access checking for views.
Views area handler plugins group core/modules/views/src/Plugin/views/area/AreaPluginBase.php Plugins governing areas of views, such as header, footer, and empty text.
Views argument default plugins group core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php Plugins for argument defaults in Views.
Views argument handlers group core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Handler plugins for Views contextual filters.
Views argument validate plugins group core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Plugins for validating views contextual filters.
Views cache plugins group core/modules/views/src/Plugin/views/cache/CachePluginBase.php Plugins to handle Views caches.

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