| CommentInterface::setFieldName |
function |
core/modules/comment/src/CommentInterface.php |
Sets the field ID for which this comment is attached. |
| CommentInterface::setHostname |
function |
core/modules/comment/src/CommentInterface.php |
Sets the hostname of the author of the comment. |
| CommentItem::mainPropertyName |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Returns the name of the main property, if any. |
| CommentItemTest::testCommentAuthorName |
function |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Tests comment author name. |
| CommentJsonAnonTest::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
Anonymous users cannot edit their own comments. |
| CommentNameConstraint |
class |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php |
Supports validating comment author names. |
| CommentNameConstraint.php |
file |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php |
|
| CommentNameConstraint::$messageMatch |
property |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php |
Message shown when the name doesn't match the author's name. |
| CommentNameConstraint::$messageNameTaken |
property |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php |
Message shown when an anonymous user comments using a registered name. |
| CommentNameConstraint::$messageRequired |
property |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php |
Message shown when an admin changes the comment-author to an invalid user. |
| CommentNameConstraint::coversFields |
function |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php |
An array of entity fields which should be passed to the validator. |
| CommentNameConstraintValidator |
class |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
Validates the CommentName constraint. |
| CommentNameConstraintValidator.php |
file |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
|
| CommentNameConstraintValidator::$userStorage |
property |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
User storage handler. |
| CommentNameConstraintValidator::create |
function |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
Instantiates a new instance of this class. |
| CommentNameConstraintValidator::getAnonymousContactDetailsSetting |
function |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
Gets the anonymous contact details setting from the comment. |
| CommentNameConstraintValidator::validate |
function |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
|
| CommentNameConstraintValidator::__construct |
function |
core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php |
Constructs a new CommentNameConstraintValidator. |
| CommentResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| CommentTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The fields that are protected against modification during PATCH requests. |
| CommentTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The name of the tested JSON:API resource type. |
| CommentTypeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
The name of the tested JSON:API resource type. |
| CommentUserNameTest |
class |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Tests comment user name field. |
| CommentUserNameTest.php |
file |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
|
| CommentUserNameTest::$adminUser |
property |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Admin user. |
| CommentUserNameTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Modules to install. |
| CommentUserNameTest::setUp |
function |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
|
| CommentUserNameTest::testUsername |
function |
core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php |
Tests the username formatter. |
| CommentXmlAnonTest::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php |
Anonymous users cannot edit their own comments. |
| ComplexDataDefinitionBase::getMainPropertyName |
function |
core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php |
Returns the name of the main property, if any. |
| ComplexDataDefinitionInterface::getMainPropertyName |
function |
core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php |
Returns the name of the main property, if any. |
| Component::$machineName |
property |
core/lib/Drupal/Core/Plugin/Component.php |
The component machine name. |
| Component::getLibraryName |
function |
core/lib/Drupal/Core/Plugin/Component.php |
The auto-computed library name. |
| ComponentEntityDisplayBase::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php |
|
| ComponentMetadata::$machineName |
property |
core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php |
The machine name for the component. |
| ComponentMetadata::$name |
property |
core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php |
The component's name. |
| ComponentPluginManagerTest::testMismatchingFolderName |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Test that the machine name is grabbed from the *.component.yml. |
| ConditionFundamentals::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php |
List of potential namespaces of the classes belonging to this condition. |
| ConfigActionManager::getConfigNamesMatchingExpression |
function |
core/lib/Drupal/Core/Config/Action/ConfigActionManager.php |
Gets the names of all active config objects that match an expression. |
| ConfigActionTest::testDuplicatePluralizedMethodNameException |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
|
| ConfigActionTest::testDuplicatePluralizedOtherMethodNameException |
function |
core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php |
|
| ConfigBase::$name |
property |
core/lib/Drupal/Core/Config/ConfigBase.php |
The name of the configuration object. |
| ConfigBase::getName |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Returns the name of this configuration object. |
| ConfigBase::MAX_NAME_LENGTH |
constant |
core/lib/Drupal/Core/Config/ConfigBase.php |
The maximum length of a configuration object name. |
| ConfigBase::setName |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Sets the name of this configuration object. |
| ConfigBase::validateName |
function |
core/lib/Drupal/Core/Config/ConfigBase.php |
Validates the configuration object name. |
| ConfigCollectionEvents::RENAME_IN_COLLECTION |
constant |
core/lib/Drupal/Core/Config/ConfigCollectionEvents.php |
Event dispatched when renaming configuration not in the default collection. |
| ConfigCollectionInfo::getCollectionNames |
function |
core/lib/Drupal/Core/Config/ConfigCollectionInfo.php |
Gets the list of possible collection names. |
| ConfigCRUDTest::testNameValidation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php |
Tests the validation of configuration object names. |
| ConfigEntityBase::getConfigDependencyName |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Gets the configuration dependency name. |