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
ColorSafePreviewTest class core/modules/color/tests/src/Functional/ColorSafePreviewTest.php Tests sanitizing color preview loaded from theme.
ColorSafePreviewTest.php file core/modules/color/tests/src/Functional/ColorSafePreviewTest.php
ColorSafePreviewTest::$bigUser property core/modules/color/tests/src/Functional/ColorSafePreviewTest.php A user with administrative permissions.
ColorSafePreviewTest::$defaultTheme property core/modules/color/tests/src/Functional/ColorSafePreviewTest.php The theme to install as the default for testing.
ColorSafePreviewTest::$modules property core/modules/color/tests/src/Functional/ColorSafePreviewTest.php Modules to enable.
ColorSafePreviewTest::setUp function core/modules/color/tests/src/Functional/ColorSafePreviewTest.php
ColorSafePreviewTest::testColorPreview function core/modules/color/tests/src/Functional/ColorSafePreviewTest.php Ensures color preview.html is sanitized.
color_block_view_system_branding_block_alter function core/modules/color/color.module Implements hook_block_view_BASE_BLOCK_ID_alter().
comment.overview.html.twig file core/modules/help_topics/help_topics/comment.overview.html.twig ---
label: 'Managing comments'
top_level: true
related:
- comment.moderating
- comment.configuring
- comment.creating_type
- comment.disabling
- field_ui.add_field
- field_ui.manage_display
- field_ui.manage_form
---
{% set…
comment.views.inc file core/modules/comment/comment.views.inc Provide views data for comment.module.
comment.views.schema.yml file core/modules/comment/config/schema/comment.views.schema.yml core/modules/comment/config/schema/comment.views.schema.yml
CommentAccessTest::testCannotCommentOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests commenting disabled for access-blocked entities.
CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests cannot view comment reply form on entities you cannot view.
CommentAdminOverview class core/modules/comment/src/Form/CommentAdminOverview.php Provides the comments overview administration form.
CommentAdminOverview.php file core/modules/comment/src/Form/CommentAdminOverview.php
CommentAdminOverview::$commentStorage property core/modules/comment/src/Form/CommentAdminOverview.php The comment storage.
CommentAdminOverview::$dateFormatter property core/modules/comment/src/Form/CommentAdminOverview.php The date formatter service.
CommentAdminOverview::$entityTypeManager property core/modules/comment/src/Form/CommentAdminOverview.php The entity type manager.
CommentAdminOverview::$moduleHandler property core/modules/comment/src/Form/CommentAdminOverview.php The module handler.
CommentAdminOverview::$tempStoreFactory property core/modules/comment/src/Form/CommentAdminOverview.php The tempstore factory.
CommentAdminOverview::buildForm function core/modules/comment/src/Form/CommentAdminOverview.php Form constructor for the comment overview administration form.
CommentAdminOverview::create function core/modules/comment/src/Form/CommentAdminOverview.php Instantiates a new instance of this class.
CommentAdminOverview::getFormId function core/modules/comment/src/Form/CommentAdminOverview.php Returns a unique string identifying the form.
CommentAdminOverview::submitForm function core/modules/comment/src/Form/CommentAdminOverview.php Form submission handler.
CommentAdminOverview::validateForm function core/modules/comment/src/Form/CommentAdminOverview.php Form validation handler.
CommentAdminOverview::__construct function core/modules/comment/src/Form/CommentAdminOverview.php Creates a CommentAdminOverview form.
CommentAdminViewTest class core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view filters.
CommentAdminViewTest.php file core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentAdminViewTest::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Admin user.
CommentAdminViewTest::$comments property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Comments.
CommentAdminViewTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Modules to enable.
CommentAdminViewTest::doTestFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view display.
CommentAdminViewTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentAdminViewTest::testFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view filters.
CommentApproveLinkTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Views used by this test.
CommentDefaultFormatter::$viewBuilder property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The comment render controller.
CommentDefaultFormatter::getViewModes function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Provides a list of comment view modes for the configured comment type.
CommentDefaultFormatter::viewElements function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Builds a renderable array for a field value.
CommentDepthTest::$testViews property core/modules/comment/tests/src/Kernel/Views/CommentDepthTest.php Views used by this test.
CommentFieldFilterTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentFieldFilterTest.php Views used by this test.
CommentFieldNameTest::$testViews property core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Views used by this test.
CommentForm::preview function core/modules/comment/src/CommentForm.php Form submission handler for the 'preview' action.
CommentHalExportTest::$testViews property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Views used by this test.
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

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