Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
CommentValidationTest::assertLengthViolation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Verifies that a length violation exists for the given field.
CommentValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::testValidation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests the comment validation constraints.
CommentValidationTest::testValidationOfCommentOfUnpublishedNode function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests that comments of unpublished nodes are not valid.
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::__construct function core/modules/comment/src/CommentViewBuilder.php Constructs a new CommentViewBuilder.
CommentXmlAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php @group rest
CommentXmlAnonTest.php file core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php
CommentXmlAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php The theme to install as the default for testing.
CommentXmlAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php The format to use in this test.
CommentXmlAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php The MIME type that corresponds to $format.
CommentXmlAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php Anonymous users cannot edit their own comments.
comment_cron function core/modules/comment/comment.module Implements hook_cron().
comment_display_configurable_test.info.yml file core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.info.yml core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.info.yml
comment_display_configurable_test.module file core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module A module for testing making comment base fields' displays configurable.
comment_display_configurable_test_entity_base_field_info_alter function core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module Implements hook_entity_base_field_info_alter().
comment_display_configurable_test_entity_type_build function core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module Implements hook_entity_type_build().
comment_field_config_create function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_create() for 'field_config'.
comment_field_config_delete function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_delete() for 'field_config'.
comment_field_config_update function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_update() for 'field_config'.
comment_field_info_entity_type_ui_definitions_alter function core/modules/comment/comment.module Implements hook_field_info_entity_type_ui_definitions_alter().
comment_field_storage_config_insert function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_insert() for 'field_storage_config'.
common-test-foo.html.twig file core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig Default theme implementation for the common test foo.
common-test-render-element.html.twig file core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig Default theme implementation for the common test render element.
common.inc file core/includes/common.inc Common functions that many Drupal modules will need to reference.
CommonCollectionFilterAccessTestPatternsTrait trait core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php Provides common filter access control tests.
CommonCollectionFilterAccessTestPatternsTrait.php file core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php
CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessBasedOnPermissions function core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php Implements ::testCollectionFilterAccess() for pure permission-based access.
CommonCollectionFilterAccessTestPatternsTrait::doTestCollectionFilterAccessForPublishableEntities function core/modules/jsonapi/tests/src/Traits/CommonCollectionFilterAccessTestPatternsTrait.php Implements ::testCollectionFilterAccess() for permission + status access.
CommonTestController class core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Controller routines for common_test routes.
CommonTestController.php file core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php
CommonTestController::attachments function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Returns a response with early rendering in common_test_page_attachments.
CommonTestController::destination function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Prints a destination query parameter.
CommonTestController::jsAndCssQuerystring function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Adds a JavaScript file and a CSS file with a query string appended.
CommonTestController::typeLinkActiveClass function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Returns links to the current page, with and without query strings.
common_test.css file core/modules/system/tests/modules/common_test/common_test.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test.info.yml file core/modules/system/tests/modules/common_test/common_test.info.yml core/modules/system/tests/modules/common_test/common_test.info.yml
common_test.libraries.yml file core/modules/system/tests/modules/common_test/common_test.libraries.yml core/modules/system/tests/modules/common_test/common_test.libraries.yml
common_test.module file core/modules/system/tests/modules/common_test/common_test.module Helper module for the Common tests.
common_test.print.css file core/modules/system/tests/modules/common_test/common_test.print.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test.routing.yml file core/modules/system/tests/modules/common_test/common_test.routing.yml core/modules/system/tests/modules/common_test/common_test.routing.yml
common_test.services.yml file core/modules/system/tests/modules/common_test/common_test.services.yml core/modules/system/tests/modules/common_test/common_test.services.yml
common_test_cron function core/modules/system/tests/modules/common_test/common_test.module Implements hook_cron().
common_test_cron_helper.info.yml file core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml
common_test_cron_helper.module file core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module Helper module for the testCronExceptions in addition to common_test module.
common_test_cron_helper_cron function core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module Implements hook_cron().
common_test_drupal_alter_alter function core/modules/system/tests/modules/common_test/common_test.module Implements hook_TYPE_alter().
common_test_js_alter function core/modules/system/tests/modules/common_test/common_test.module Implements hook_js_alter().
common_test_js_settings_alter function core/modules/system/tests/modules/common_test/common_test.module Implements hook_js_settings_alter().
common_test_library_info_alter function core/modules/system/tests/modules/common_test/common_test.module Implements hook_library_info_alter().

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