Search for comment
- Search 7.x for comment
- Search 9.5.x for comment
- Search 10.3.x for comment
- Search 11.x for comment
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Comment | class | core/ |
Defines the comment entity class. |
Comment | class | core/ |
Tests creating comment views with the wizard. |
Comment | class | core/ |
Drupal 6 comment source from database. |
Comment | class | core/ |
Drupal 7 comment source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CommentUserNameTest::setUp | function | core/ |
|
CommentUserNameTest::testUsername | function | core/ |
Test the username formatter. |
CommentValidationTest | class | core/ |
Tests comment validation constraints. |
CommentValidationTest.php | file | core/ |
|
CommentValidationTest::$modules | property | core/ |
Modules to install. |
CommentValidationTest::assertLengthViolation | function | core/ |
Verifies that a length violation exists for the given field. |
CommentValidationTest::setUp | function | core/ |
|
CommentValidationTest::testValidation | function | core/ |
Tests the comment validation constraints. |
CommentVariable | class | core/ |
Plugin annotation @MigrateSource( id = "d6_comment_variable", source_module = "comment" ) |
CommentVariable.php | file | core/ |
|
CommentVariable::commentPrefixes | function | core/ |
Comment related data for fields. |
CommentVariable::count | function | core/ |
Gets the source count. |
CommentVariable::fields | function | core/ |
Returns available fields on the source. |
CommentVariable::getCommentVariables | function | core/ |
Retrieves the values of the comment variables grouped by node type. |
CommentVariable::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
CommentVariable::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
CommentVariablePerCommentType | class | core/ |
Plugin annotation @MigrateSource( id = "d6_comment_variable_per_comment_type", source_module = "comment" ) |
CommentVariablePerCommentType.php | file | core/ |
|
CommentVariablePerCommentType::fields | function | core/ |
Returns available fields on the source. |
CommentVariablePerCommentType::getCommentVariables | function | core/ |
Retrieves the values of the comment variables grouped by comment type. |
CommentVariablePerCommentType::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
CommentVariablePerCommentTypeTest | class | core/ |
Tests comment variable per comment type source plugin. |
CommentVariablePerCommentTypeTest.php | file | core/ |
|
CommentVariablePerCommentTypeTest::$modules | property | core/ |
Modules to enable. |
CommentVariablePerCommentTypeTest::providerSource | function | core/ |
The data provider. |
CommentVariablePerCommentTypeTest::testSource | function | core/ |
@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/ |
Tests d6_comment_variable source plugin. |
CommentVariableTest.php | file | core/ |
|
CommentVariableTest::$modules | property | core/ |
Modules to enable. |
CommentVariableTest::providerSource | function | core/ |
The data provider. |
CommentVariableTest::testSource | function | core/ |
@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/ |
View builder handler for comments. |
CommentViewBuilder.php | file | core/ |
|
CommentViewBuilder::$currentUser | property | core/ |
The current user. |
CommentViewBuilder::$entityTypeManager | property | core/ |
The entity type manager. |
CommentViewBuilder::alterBuild | function | core/ |
Specific per-entity building. |
CommentViewBuilder::buildComponents | function | core/ |
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/ |
Instantiates a new instance of this entity handler. |
CommentViewBuilder::getBuildDefaults | function | core/ |
Provides entity-specific defaults to the build process. |
CommentViewBuilder::__construct | function | core/ |
Constructs a new CommentViewBuilder. |
CommentViewsData | class | core/ |
Provides views data for the comment entity type. |
CommentViewsData.php | file | core/ |
|
CommentViewsData::getViewsData | function | core/ |
Returns views data for the entity type. |
CommentViewsFieldAccessTest | class | core/ |
Tests base field access in Views for the comment entity. |
CommentViewsFieldAccessTest.php | file | core/ |
|
CommentViewsFieldAccessTest::$modules | property | core/ |
Modules to enable. |
CommentViewsFieldAccessTest::setUp | function | core/ |
|
CommentViewsFieldAccessTest::testCommentFields | function | core/ |
Check access for comment fields. |
CommentViewsKernelTestBase | class | core/ |
Provides a common test base for comment views tests. |
CommentViewsKernelTestBase.php | file | core/ |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.