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
RendererBase::$view property core/modules/views/src/Entity/Render/RendererBase.php The view executable wrapping the view storage entity.
ReportFieldsTest::$testViews property core/modules/views_ui/tests/src/Functional/ReportFieldsTest.php
ResourceTestBase::$anonymousUsersCanViewLabels property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Whether anonymous users can view labels of this resource type.
ResponsiveImageFormatter::viewElements function core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php Builds a renderable array for a field value.
ResponsiveImageIntegrationTest::testEntityViewDisplayDependency function core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php Tests integration with entity view display.
ResponsiveImageTestFormatter::viewElements function core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php Builds a renderable array for a field value.
rest.views.schema.yml file core/modules/rest/config/schema/rest.views.schema.yml core/modules/rest/config/schema/rest.views.schema.yml
RestExport::preview function core/modules/rest/src/Plugin/views/display/RestExport.php The DisplayPluginBase preview method assumes we will be returning a render
array. The data plugin will already return the serialized string.
RestExportAuthTest::$testViews property core/modules/rest/tests/src/Kernel/Views/RestExportAuthTest.php Views to be enabled.
RestExportJsonApiUnsupported::$testViews property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
RestExportTest::$testViews property core/modules/rest/tests/src/Kernel/Views/RestExportTest.php Views to be enabled.
rest_test_views.info.yml file core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml
rest_test_views.module file core/modules/rest/tests/modules/rest_test_views/rest_test_views.module Test hook implementations for the REST views test module.
rest_test_views_views_post_execute function core/modules/rest/tests/modules/rest_test_views/rest_test_views.module Implements hook_views_post_execute().
rest_view_presave function core/modules/rest/rest.module Implements hook_ENTITY_TYPE_presave().
ResultTest::$view property core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php The view executable object.
ResultTest::setupViewPager function core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php Sets up a mock pager on the view executable object.
ReviewForm class core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Migrate Upgrade review form.
ReviewForm.php file core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
ReviewForm::$migrations property core/modules/migrate_drupal_ui/src/Form/ReviewForm.php The migrations.
ReviewForm::$migrationState property core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Migration state service.
ReviewForm::buildForm function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Form constructor.
ReviewForm::create function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Instantiates a new instance of this class.
ReviewForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Returns a caption for the button that confirms the action.
ReviewForm::getFormId function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Returns a unique string identifying the form.
ReviewForm::submitForm function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Form submission handler.
ReviewForm::__construct function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php ReviewForm constructor.
RevisionCreateTimestampTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Views to be enabled.
RevisionCreateTimestampTest::testRevisionCreateTimestampView function core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php
RevisionLinkTest::$testViews property core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php Views used by this test.
RevisionRelationshipsTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php Views used by this test.
RevisionRelationshipsTest::$testViews property core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php Views used by this test.
RevisionUidTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php Views used by this test.
RolesRidArgumentTest::$testViews property core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php Views used by this test.
RollbackViewModesTest class core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Migrates and rolls back Drupal 7 view modes.
RollbackViewModesTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php
RollbackViewModesTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Modules to enable.
RollbackViewModesTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Executes a single rollback.
RollbackViewModesTest::testMigration function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php Tests migrating D7 view modes, then rolling back.
RouteSubscriber::$viewRouteNames property core/modules/views/src/EventSubscriber/RouteSubscriber.php Stores an array of route names keyed by view_id.display_id.
RouteSubscriber::$viewsDisplayPairs property core/modules/views/src/EventSubscriber/RouteSubscriber.php Stores a list of view,display IDs which haven't be used in the alter event.
RouteSubscriber::$viewStorage property core/modules/views/src/EventSubscriber/RouteSubscriber.php The view storage.
RouteSubscriber::getApplicableViews function core/modules/views/src/EventSubscriber/RouteSubscriber.php Returns all views/display combinations with routes.
RouteSubscriber::getViewsDisplayIDsWithRoute function core/modules/views/src/EventSubscriber/RouteSubscriber.php Gets all the views and display IDs using a route.
RouteSubscriberTest::$viewStorage property core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php The mocked view storage.
RowEntityRenderersTest::$testViews property core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Views used by this test.
RowEntityTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php Views used by this test.
RowPluginTest::$testViews property core/modules/node/tests/src/Functional/Views/RowPluginTest.php Views used by this test.
RowRenderCacheTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Views used by this test.
RowRssTest::$testViews property core/modules/comment/tests/src/Functional/Views/RowRssTest.php Views used by this test.

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