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 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
CommentForm::preview function core/modules/comment/src/CommentForm.php Form submission handler for the 'preview' action.
CommentIntegrationTest::testViewMode function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Tests view mode setting integration.
CommentInterfaceTest::testViewMode function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests the comment formatter configured with a custom comment view mode.
CommentLinksTest::$testViews property core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php Views used by this test.
CommentNodeAccessTest::testThreadedCommentView function core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php Tests that threaded comments can be viewed.
CommentOperationsTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php Views used by this test.
CommentPreviewTest class core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment preview.
CommentPreviewTest.php file core/modules/comment/tests/src/Functional/CommentPreviewTest.php
CommentPreviewTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentPreviewTest.php The theme to install as the default for testing.
CommentPreviewTest::$modules property core/modules/comment/tests/src/Functional/CommentPreviewTest.php Modules to install.
CommentPreviewTest::testCommentEditPreviewSave function core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview function core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment preview.
CommentPreviewTest::testCommentPreviewDuplicateSubmission function core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment preview.
CommentRowTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentRowTest.php Views used by this test.
CommentTestBase::setCommentPreview function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing the previewing mode for the comment form.
CommentViewBuilder class core/modules/comment/src/CommentViewBuilder.php View builder handler for comments.
CommentViewBuilder.php file core/modules/comment/src/CommentViewBuilder.php
CommentViewBuilder::$currentUser property core/modules/comment/src/CommentViewBuilder.php The current user.
CommentViewBuilder::$entityTypeManager property core/modules/comment/src/CommentViewBuilder.php The entity type manager.
CommentViewBuilder::alterBuild function core/modules/comment/src/CommentViewBuilder.php Specific per-entity building.
CommentViewBuilder::buildComponents function core/modules/comment/src/CommentViewBuilder.php In addition to modifying the content key on entities, this implementation
will also set the comment entity key which all comments carry.
CommentViewBuilder::createInstance function core/modules/comment/src/CommentViewBuilder.php Instantiates a new instance of this entity handler.
CommentViewBuilder::getBuildDefaults function core/modules/comment/src/CommentViewBuilder.php Provides entity-specific defaults to the build process.
CommentViewBuilder::__construct function core/modules/comment/src/CommentViewBuilder.php Constructs a new CommentViewBuilder.
CommentViewsData class core/modules/comment/src/CommentViewsData.php Provides views data for the comment entity type.
CommentViewsData.php file core/modules/comment/src/CommentViewsData.php
CommentViewsData::getViewsData function core/modules/comment/src/CommentViewsData.php Returns views data for the entity type.
CommentViewsFieldAccessTest class core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Tests base field access in Views for the comment entity.
CommentViewsFieldAccessTest.php file core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
CommentViewsFieldAccessTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Modules to install.
CommentViewsFieldAccessTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
CommentViewsFieldAccessTest::testCommentFields function core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Check access for comment fields.
CommentViewsKernelTestBase class core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Provides a common test base for comment views tests.
CommentViewsKernelTestBase.php file core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
CommentViewsKernelTestBase::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Admin user.
CommentViewsKernelTestBase::$commentStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for comments.
CommentViewsKernelTestBase::$modules property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Modules to install.
CommentViewsKernelTestBase::$userStorage property core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php The entity storage for users.
CommentViewsKernelTestBase::setUp function core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php
comment_entity_view function core/modules/comment/comment.module Implements hook_entity_view().
comment_entity_view_display_presave function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
comment_form_field_ui_display_overview_form_alter function core/modules/comment/comment.module Implements hook_form_FORM_ID_alter().
comment_form_field_ui_form_display_overview_form_alter function core/modules/comment/comment.module Implements hook_form_FORM_ID_alter().
comment_node_view_alter function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_view_alter() for node entities.
comment_preview function core/modules/comment/comment.module Generates a comment preview.
comment_test_views.info.yml file core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml
comment_views_data_alter function core/modules/comment/comment.views.inc Implements hook_views_data_alter().
ComputedBundleFieldTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php Views to be enabled.
ComputedFieldTest::$testViews property core/modules/views/tests/src/Kernel/Handler/ComputedFieldTest.php Views to be enabled.
ConfigEntityMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigEntityMapper.php Returns route name for the translation overview route.

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