CommentJsonAnonTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
The theme to install as the default for testing. |
CommentJsonAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
The format to use in this test. |
CommentJsonAnonTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
The MIME type that corresponds to $format. |
CommentJsonAnonTest::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
Anonymous users cannot edit their own comments. |
CommentJsonBasicAuthTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
Tests Comment Json Basic Auth. |
CommentJsonBasicAuthTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
|
CommentJsonBasicAuthTest::$auth |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
CommentJsonBasicAuthTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The theme to install as the default for testing. |
CommentJsonBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The format to use in this test. |
CommentJsonBasicAuthTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
CommentJsonBasicAuthTest::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
Modules to install. |
CommentJsonCookieTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php |
Tests Comment Json Cookie. |
CommentJsonCookieTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php |
|
CommentJsonCookieTest::$auth |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php |
The authentication mechanism to use in this test. |
CommentJsonCookieTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php |
The theme to install as the default for testing. |
CommentJsonCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php |
The format to use in this test. |
CommentJsonCookieTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php |
The MIME type that corresponds to $format. |
CommentLanguageTest |
class |
core/modules/comment/tests/src/Functional/CommentLanguageTest.php |
Tests for comment language. |
CommentLanguageTest.php |
file |
core/modules/comment/tests/src/Functional/CommentLanguageTest.php |
|
CommentLanguageTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentLanguageTest.php |
The theme to install as the default for testing. |
CommentLanguageTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentLanguageTest.php |
Modules to install. |
CommentLanguageTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentLanguageTest.php |
|
CommentLanguageTest::testCommentLanguage |
function |
core/modules/comment/tests/src/Functional/CommentLanguageTest.php |
Tests that comment language is properly set. |
CommentLazyBuilders |
class |
core/modules/comment/src/CommentLazyBuilders.php |
Defines a service for comment #lazy_builder callbacks. |
CommentLazyBuilders.php |
file |
core/modules/comment/src/CommentLazyBuilders.php |
|
CommentLazyBuilders::$commentManager |
property |
core/modules/comment/src/CommentLazyBuilders.php |
Comment manager service. |
CommentLazyBuilders::$currentUser |
property |
core/modules/comment/src/CommentLazyBuilders.php |
Current logged in user. |
CommentLazyBuilders::$entityFormBuilder |
property |
core/modules/comment/src/CommentLazyBuilders.php |
The entity form builder service. |
CommentLazyBuilders::$entityTypeManager |
property |
core/modules/comment/src/CommentLazyBuilders.php |
The entity type manager service. |
CommentLazyBuilders::$moduleHandler |
property |
core/modules/comment/src/CommentLazyBuilders.php |
The module handler service. |
CommentLazyBuilders::$renderer |
property |
core/modules/comment/src/CommentLazyBuilders.php |
The renderer service. |
CommentLazyBuilders::access |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Wraps content_translation_translate_access. |
CommentLazyBuilders::buildLinks |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Build the default links (reply, edit, delete …) for a comment. |
CommentLazyBuilders::renderForm |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Render API callback: Builds the comment form. |
CommentLazyBuilders::renderLinks |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Render API callback: Builds a comment's links. |
CommentLazyBuilders::trustedCallbacks |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Lists the trusted callbacks provided by the implementing class. |
CommentLazyBuilders::__construct |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Constructs a new CommentLazyBuilders object. |
CommentLinkBuilder |
class |
core/modules/comment/src/CommentLinkBuilder.php |
Defines a class for building markup for comment links on a commented entity. |
CommentLinkBuilder.php |
file |
core/modules/comment/src/CommentLinkBuilder.php |
|
CommentLinkBuilder::$commentManager |
property |
core/modules/comment/src/CommentLinkBuilder.php |
Comment manager service. |
CommentLinkBuilder::$currentUser |
property |
core/modules/comment/src/CommentLinkBuilder.php |
Current user. |
CommentLinkBuilder::$entityTypeManager |
property |
core/modules/comment/src/CommentLinkBuilder.php |
The entity type manager service. |
CommentLinkBuilder::$moduleHandler |
property |
core/modules/comment/src/CommentLinkBuilder.php |
Module handler service. |
CommentLinkBuilder::buildCommentedEntityLinks |
function |
core/modules/comment/src/CommentLinkBuilder.php |
Builds links for the given entity. |
CommentLinkBuilder::__construct |
function |
core/modules/comment/src/CommentLinkBuilder.php |
Constructs a new CommentLinkBuilder object. |
CommentLinkBuilderInterface |
interface |
core/modules/comment/src/CommentLinkBuilderInterface.php |
Defines an interface for building comment links on a commented entity. |
CommentLinkBuilderInterface.php |
file |
core/modules/comment/src/CommentLinkBuilderInterface.php |
|
CommentLinkBuilderInterface::buildCommentedEntityLinks |
function |
core/modules/comment/src/CommentLinkBuilderInterface.php |
Builds links for the given entity. |
CommentLinkBuilderTest |
class |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
Tests Drupal\comment\CommentLinkBuilder. |
CommentLinkBuilderTest.php |
file |
core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php |
|