Search for view

  1. Search 7.x for view
  2. Search 8.9.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
RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for an entity-based view.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests cache tags on output & result cache items for a field-based view.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests an entity-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "none" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "tag" cache plugin.
RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Tests a field-based view's cache tags when using the "time" cache plugin.
RenderCacheIntegrationTest::testViewAddCacheMetadata function core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php Ensures that saving a view calculates the cache contexts.
RenderCacheWebTest::$testViews property core/modules/views/tests/src/Functional/RenderCacheWebTest.php
RenderCacheWebTest::testEmptyView function core/modules/views/tests/src/Functional/RenderCacheWebTest.php Tests rendering caching of a views block with arguments.
RenderedEntity::getView function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the top object of a view.
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.
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().
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::$moduleHandler property core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Module handler.
ReviewForm::$systemData property core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Source system data set in buildForm().
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::prepareOutput function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Prepare the migration state data for output.
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.
ReviewPageTest class core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php Tests Review page.
ReviewPageTest.php file core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php
ReviewPageTest::$modules property core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php Modules to enable.
ReviewPageTest::getAvailablePaths function core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php Gets the available upgrade paths.
ReviewPageTest::getIncompletePaths function core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php
ReviewPageTest::getMissingPaths function core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php Gets the missing upgrade paths.
ReviewPageTest::getSourceBasePath function core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php Gets the source base path for the concrete test.
ReviewPageTest::setUp function core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php
ReviewPageTest::testMigrateUpgradeReviewPage function core/modules/tracker/tests/src/Functional/Migrate/ReviewPageTest.php Tests the review page.
RevisionCreateTimestampTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Views to be enabled.

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