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 10.3.x for on
  5. Other projects
Title Object type File name Summary
CodeBlock::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Form validation handler.
CollectPathsToExcludeEvent::__construct function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Constructs a CollectPathsToExcludeEvent object.
CollectPathsToExcludeFailValidator::__construct function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Constructs a CollectPathsToExcludeFailValidator object.
CollectRelationshipMetaEvent class core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Event for collecting the relationship metadata of a JSON:API resource object.
CollectRelationshipMetaEvent.php file core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php
CollectRelationshipMetaEvent::$meta property core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php The metadata.
CollectRelationshipMetaEvent::getMeta function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Gets the meta values.
CollectRelationshipMetaEvent::getRelationshipFieldName function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Gets the relationship field.
CollectRelationshipMetaEvent::getResourceObject function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Gets the resource object.
CollectRelationshipMetaEvent::setMetaValue function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Sets a meta value.
CollectRelationshipMetaEvent::__construct function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Constructs a new CollectRelationshipMetaEvent object.
CollectResourceObjectMetaEvent::getContext function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Gets context options for the normalizer.
CollectResourceObjectMetaEvent::__construct function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Constructs a new CollectResourceObjectMetaEvent object.
Combine::buildOptionsForm function core/modules/views/src/Plugin/views/filter/Combine.php Provide the basic form which calls through to subforms.
Combine::defineOptions function core/modules/views/src/Plugin/views/filter/Combine.php Information about options for all kinds of purposes will be held here.
Combine::opContains function core/modules/views/src/Plugin/views/filter/Combine.php Adds a where clause for the operation, 'LIKE'.
Combine::opContainsWord function core/modules/views/src/Plugin/views/filter/Combine.php Filters by one or more words.
CommandsTest::assertWaitPageContains function core/tests/Drupal/FunctionalJavascriptTests/Ajax/CommandsTest.php Asserts that page contains a text after waiting.
CommandWithAttachedAssetsTrait::getRenderedContent function core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php Processes the content for output.
comment.configuring.html.twig file core/modules/comment/help_topics/comment.configuring.html.twig ---
label: 'Configuring comments'
related:
- comment.overview
- comment.creating_type
- comment.disabling
- field_ui.add_field
---
{% set comment_permissions_link_text %}
{% trans %}Administer comments and comment settings{% endtrans…
comment.icon.theme.css file core/modules/comment/css/comment.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-comment {
color: red;
background-image: url("data:image/svg+xml,%3csvg…
comment.icon.theme.pcss.css file core/modules/comment/css/comment.icon.theme.pcss.css .field-icon-comment {
color: red;
background-image: url(../../../misc/icons/55565b/comment.svg);
}
comment.links.action.yml file core/modules/comment/comment.links.action.yml core/modules/comment/comment.links.action.yml
comment.permissions.yml file core/modules/comment/comment.permissions.yml core/modules/comment/comment.permissions.yml
Comment::baseFieldDefinitions function core/modules/comment/src/Entity/Comment.php Provides base field definitions for an entity type.
Comment::bundleFieldDefinitions function core/modules/comment/src/Entity/Comment.php Provides field definitions for a specific bundle.
Comment::defaultDisplayOptions function core/modules/comment/src/Plugin/views/wizard/Comment.php Assembles the default display options for the view.
Comment::rowStyleOptions function core/modules/comment/src/Plugin/views/wizard/Comment.php Retrieves row style plugin names.
CommentAccessControlHandler class core/modules/comment/src/CommentAccessControlHandler.php Defines the access control handler for the comment entity type.
CommentAccessControlHandler.php file core/modules/comment/src/CommentAccessControlHandler.php
CommentAccessControlHandler::checkAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs access checks.
CommentAccessControlHandler::checkCreateAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs create access checks.
CommentAccessControlHandler::checkFieldAccess function core/modules/comment/src/CommentAccessControlHandler.php Default field access as determined by this access control handler.
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::__construct function core/modules/comment/src/Form/CommentAdminOverview.php Creates a CommentAdminOverview form.
CommentAdminTest::testCommentedTranslationDeletion function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests commented translation deletion admin view.
CommentAnonymousTest class core/modules/comment/tests/src/Functional/CommentAnonymousTest.php Tests anonymous commenting.
CommentAnonymousTest.php file core/modules/comment/tests/src/Functional/CommentAnonymousTest.php
CommentAnonymousTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentAnonymousTest.php The theme to install as the default for testing.
CommentAnonymousTest::setUp function core/modules/comment/tests/src/Functional/CommentAnonymousTest.php
CommentAnonymousTest::testAnonymous function core/modules/comment/tests/src/Functional/CommentAnonymousTest.php Tests anonymous comment functionality.
CommentBreadcrumbBuilder::__construct function core/modules/comment/src/CommentBreadcrumbBuilder.php Constructs the CommentBreadcrumbBuilder.
CommentBulkFormTest::testConstructor function core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php Tests the constructor assignment of actions.
CommentCacheTagsTest::getAdditionalCacheContextsForEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Returns the additional (non-standard) cache contexts for the tested entity.
CommentCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Each comment must have a comment body, which always has a text format.
CommentCacheTagsTest::getDefaultCacheContexts function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Gets the default cache contexts for rendered entities.
CommentController class core/modules/comment/src/Controller/CommentController.php Controller for the comment entity.
CommentController.php file core/modules/comment/src/Controller/CommentController.php
CommentController::$commentManager property core/modules/comment/src/Controller/CommentController.php The comment manager service.

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