| RdfCommentStorageLoadTest::testRdfCommentStorageLoad |
function |
core/modules/rdf/tests/src/Kernel/RdfCommentStorageLoadTest.php |
Tests rdf_comment_storage_load. |
| rdf_comment_storage_load |
function |
core/modules/rdf/rdf.module |
Implements hook_ENTITY_TYPE_storage_load() for comment entities. |
| rdf_preprocess_comment |
function |
core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for comment templates. |
| 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/tests/Drupal/KernelTests/Core/Database/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 enable. |
| 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 enable. |
| SearchCommentTest::$node |
property |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
Test node for searching. |
| SearchCommentTest::assertCommentAccess |
function |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
Update search index and search for comment. |
| SearchCommentTest::setRolePermissions |
function |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
Set permissions for role. |
| SearchCommentTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
|
| SearchCommentTest::testAddNewComment |
function |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
Verify that 'add new comment' does not appear in search results or index. |
| SearchCommentTest::testSearchResultsComment |
function |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
Verify that comments are rendered using proper format in search results. |
| SearchCommentTest::testSearchResultsCommentAccess |
function |
core/modules/search/tests/src/Functional/SearchCommentTest.php |
Verify access rules for comment indexing with different permissions. |
| SelectTest::makeCommentsProvider |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Provides expected and input values for testVulnerableComment(). |
| SelectTest::testSimpleComment |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests rudimentary SELECT statement with a COMMENT. |
| SelectTest::testVulnerableComment |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectTest.php |
Tests query COMMENT system against vulnerabilities. |
| StandardProfileTest::$articleComment |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The comment on the article to test. |
| StandardProfileTest::$articleCommentUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the comment on the article to test. |
| StandardProfileTest::$commenterUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the author of the comment to test. |
| StandardProfileTest::assertRdfaNodeCommentProperties |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests output for comment properties on nodes in full page view mode. |
| StandardProfileTest::saveComment |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Creates a comment entity. |
| StaticReflectionClass::getDocComment |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
#[\ReturnTypeWillChange] |
| StaticReflectionParser::$docComment |
property |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php |
The docComment of the class. |
| StaticReflectionParser::getDocComment |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php |
Gets the doc comment. |
| StatisticsLastCommentName |
class |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
Sort handler, sorts by last comment name which can be in 2 different fields. |
| StatisticsLastCommentName |
class |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
Field handler to present the name of the last comment poster. |
| StatisticsLastCommentName.php |
file |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
|
| StatisticsLastCommentName.php |
file |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
|
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php |
The user name field. |
| StatisticsLastCommentName::$user_field |
property |
core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php |
The user name field. |