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
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_pre_render function core/modules/color/color.module #pre_render callback: Sets color preset logo.
color_block_view_system_branding_block_alter function core/modules/color/color.module Implements hook_block_view_BASE_BLOCK_ID_alter().
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.
CommentAdminViewUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentAdminViewUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
CommentAdminViewUpdateTest::$modules property core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Modules to enable after the database is loaded.
CommentAdminViewUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Set database dump files to be used.
CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
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.
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.
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.
CommentLegacyTest::testCommentView function core/modules/comment/tests/src/Kernel/CommentLegacyTest.php @expectedDeprecation comment_view() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal::entityTypeManager()->getViewBuilder('comment')->view() instead. See…
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 Test 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.

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