Search for comment

  1. Search 7.x for comment
  2. Search 9.5.x for comment
  3. Search 8.9.x for comment
  4. Search 10.3.x for comment
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Comment class core/modules/comment/src/Entity/Comment.php Defines the comment entity class.
Comment class core/modules/comment/src/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Drupal 6 comment source from database.
Comment class core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Drupal 7 comment source from database.

All search results

Title Object type File name Summary
NodeNewComments::$entityFieldManager property core/modules/comment/src/Plugin/views/field/NodeNewComments.php The entity field manager.
NodeNewComments::$entityTypeManager property core/modules/comment/src/Plugin/views/field/NodeNewComments.php The entity type manager.
NodeNewComments::buildOptionsForm function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Default option form that provides label widget that all fields should have.
NodeNewComments::create function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Creates an instance of the plugin.
NodeNewComments::defineOptions function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Information about options for all kinds of purposes will be held here.
NodeNewComments::init function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Initialize the plugin.
NodeNewComments::preRender function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Runs before any fields are rendered.
NodeNewComments::query function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Called to add the field to a query.
NodeNewComments::render function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Renders the field.
NodeNewComments::renderLink function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Prepares the link to the first new comment.
NodeNewComments::usesGroupBy function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Provides the handler some groupby.
NodeNewComments::__construct function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Constructs a \Drupal\comment\Plugin\views\field\NodeNewComments object.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Returns the fields containing comment settings for each node type.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Returns the fields containing comment settings for each node type.
olivero_preprocess_comment function core/themes/olivero/olivero.theme Implements hook_preprocess_HOOK() for comment.html.twig.
olivero_preprocess_field__comment function core/themes/olivero/olivero.theme Implements hook_preprocess_HOOK() for field--comment.html.twig.
olivero_preprocess_links__comment function core/themes/olivero/olivero.theme Implements hook_preprocess_links__comment().
PoItem::$comment property core/lib/Drupal/Component/Gettext/PoItem.php The comment of this translation.
PoItem::getComment function core/lib/Drupal/Component/Gettext/PoItem.php Gets the comment of this translation.
PoItem::setComment function core/lib/Drupal/Component/Gettext/PoItem.php Set the comment of this translation.
PoStreamReader::shortenComments function core/lib/Drupal/Component/Gettext/PoStreamReader.php Generates a short, one-string version of the passed comment array.
Query::$comments property core/lib/Drupal/Core/Database/Query/Query.php An array of comments that can be prepended to a query.
Query::comment function core/lib/Drupal/Core/Database/Query/Query.php Adds a comment to the query.
Query::getComments function core/lib/Drupal/Core/Database/Query/Query.php Returns a reference to the comments array for the query.
Rss::$comments property core/modules/comment/src/Plugin/views/row/Rss.php
Schema::COMMENT_MAX_COLUMN constant core/modules/mysql/src/Driver/Database/mysql/Schema.php Maximum length of a column comment in MySQL.
Schema::COMMENT_MAX_TABLE constant core/modules/mysql/src/Driver/Database/mysql/Schema.php Maximum length of a table comment in MySQL.
Schema::getComment function core/modules/mysql/src/Driver/Database/mysql/Schema.php Retrieve a table or column comment.
Schema::getComment function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Retrieve a table or column comment.
Schema::prepareComment function core/lib/Drupal/Core/Database/Schema.php Prepare a table or column comment for database query.
Schema::prepareComment function core/modules/mysql/src/Driver/Database/mysql/Schema.php Prepare a table or column comment for database query.
SchemaTest::checkSchemaComment function core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php Checks that a table or column comment matches a given description.
SchemaTest::checkSchemaComment function core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php Checks that a table or column comment matches a given description.
SchemaTest::checkSchemaComment function core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php Checks that a table or column comment matches a given description.
SearchCommentCountToggleTest class core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Tests that comment count display toggles properly on comment status of node.
SearchCommentCountToggleTest.php file core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
SearchCommentCountToggleTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php The theme to install as the default for testing.
SearchCommentCountToggleTest::$modules property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Modules to install.
SearchCommentCountToggleTest::$searchableNodes property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Array of nodes available to search.
SearchCommentCountToggleTest::$searchingUser property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php A user with permission to search and post comments.
SearchCommentCountToggleTest::setUp function core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
SearchCommentCountToggleTest::testSearchCommentCountToggle function core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Verify that comment count display toggles properly on comment status of node.
SearchCommentTest class core/modules/search/tests/src/Functional/SearchCommentTest.php Tests integration searching comments.
SearchCommentTest.php file core/modules/search/tests/src/Functional/SearchCommentTest.php
SearchCommentTest::$adminRole property core/modules/search/tests/src/Functional/SearchCommentTest.php ID for the administrator role.
SearchCommentTest::$adminUser property core/modules/search/tests/src/Functional/SearchCommentTest.php A user with various administrative permissions.
SearchCommentTest::$commentSubject property core/modules/search/tests/src/Functional/SearchCommentTest.php Test subject for comments.
SearchCommentTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchCommentTest.php The theme to install as the default for testing.
SearchCommentTest::$modules property core/modules/search/tests/src/Functional/SearchCommentTest.php Modules to install.
SearchCommentTest::$node property core/modules/search/tests/src/Functional/SearchCommentTest.php Test node for searching.

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