Search for comment

  1. Search 7.x for comment
  2. Search 9.5.x for comment
  3. Search 10.3.x for comment
  4. Search 11.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
CommentUserNameTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
CommentUserNameTest::testUsername function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Test the username formatter.
CommentValidationTest class core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests comment validation constraints.
CommentValidationTest.php file core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::$modules property core/modules/comment/tests/src/Kernel/CommentValidationTest.php Modules to install.
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.
CommentVariable class core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Plugin annotation

@MigrateSource(
id = "d6_comment_variable",
source_module = "comment"
)
CommentVariable.php file core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php
CommentVariable::commentPrefixes function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Comment related data for fields.
CommentVariable::count function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Gets the source count.
CommentVariable::fields function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Returns available fields on the source.
CommentVariable::getCommentVariables function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Retrieves the values of the comment variables grouped by node type.
CommentVariable::getIds function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Defines the source fields uniquely identifying a source row.
CommentVariable::initializeIterator function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Initializes the iterator with the source data.
CommentVariablePerCommentType class core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Plugin annotation

@MigrateSource(
id = "d6_comment_variable_per_comment_type",
source_module = "comment"
)
CommentVariablePerCommentType.php file core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php
CommentVariablePerCommentType::fields function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Returns available fields on the source.
CommentVariablePerCommentType::getCommentVariables function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Retrieves the values of the comment variables grouped by comment type.
CommentVariablePerCommentType::getIds function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Defines the source fields uniquely identifying a source row.
CommentVariablePerCommentTypeTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php Tests comment variable per comment type source plugin.
CommentVariablePerCommentTypeTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php
CommentVariablePerCommentTypeTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php Modules to enable.
CommentVariablePerCommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php The data provider.
CommentVariablePerCommentTypeTest::testSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation CommentVariablePerCommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType…
CommentVariableTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php Tests d6_comment_variable source plugin.
CommentVariableTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php
CommentVariableTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php Modules to enable.
CommentVariableTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php The data provider.
CommentVariableTest::testSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation CommentVariable is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.
CommentViewBuilder class core/modules/comment/src/CommentViewBuilder.php View builder handler for comments.
CommentViewBuilder.php file core/modules/comment/src/CommentViewBuilder.php
CommentViewBuilder::$currentUser property core/modules/comment/src/CommentViewBuilder.php The current user.
CommentViewBuilder::$entityTypeManager property core/modules/comment/src/CommentViewBuilder.php The entity type manager.
CommentViewBuilder::alterBuild function core/modules/comment/src/CommentViewBuilder.php Specific per-entity building.
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::createInstance function core/modules/comment/src/CommentViewBuilder.php Instantiates a new instance of this entity handler.
CommentViewBuilder::getBuildDefaults function core/modules/comment/src/CommentViewBuilder.php Provides entity-specific defaults to the build process.
CommentViewBuilder::__construct function core/modules/comment/src/CommentViewBuilder.php Constructs a new CommentViewBuilder.
CommentViewsData class core/modules/comment/src/CommentViewsData.php Provides views data for the comment entity type.
CommentViewsData.php file core/modules/comment/src/CommentViewsData.php
CommentViewsData::getViewsData function core/modules/comment/src/CommentViewsData.php Returns views data for the entity type.
CommentViewsFieldAccessTest class core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Tests base field access in Views for the comment entity.
CommentViewsFieldAccessTest.php file core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
CommentViewsFieldAccessTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Modules to enable.
CommentViewsFieldAccessTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php
CommentViewsFieldAccessTest::testCommentFields function core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php Check access for comment fields.
CommentViewsKernelTestBase class core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php Provides a common test base for comment views tests.
CommentViewsKernelTestBase.php file core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php

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