Search for name
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Name | class | core/ |
Filter handler for usernames. |
Name | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Comment::getFieldName | function | core/ |
Returns the name of the field the comment is attached to. |
Comment::getHostname | function | core/ |
Returns the comment author's hostname. |
Comment::setAuthorName | function | core/ |
Sets the name of the author of the comment. |
Comment::setFieldName | function | core/ |
Sets the field ID for which this comment is attached. |
Comment::setHostname | function | core/ |
Sets the hostname of the author of the comment. |
CommentFieldNameTest | class | core/ |
Tests the comment field name field. |
CommentFieldNameTest.php | file | core/ |
|
CommentFieldNameTest::$modules | property | core/ |
Modules to enable. |
CommentFieldNameTest::$testViews | property | core/ |
Views used by this test. |
CommentFieldNameTest::testCommentFieldName | function | core/ |
Test comment field name. |
CommentFieldsTest::testCommentFieldLinksNonDefaultName | function | core/ |
Tests link building with non-default comment field names. |
CommentForm::getEditedFieldNames | function | core/ |
Gets the names of all fields edited in the form. |
CommentHalJsonAnonTest::$patchProtectedFieldNames | property | core/ |
Anonymous users cannot edit their own comments. |
CommentHalJsonTestBase::$patchProtectedFieldNames | property | core/ |
The HAL+JSON format causes different PATCH-protected fields. For some reason, the 'pid' and 'homepage' fields are NOT PATCH-protected, even though they are for non-HAL+JSON serializations. |
CommentHostnameTest | class | core/ |
Tests the hostname base field. |
CommentHostnameTest.php | file | core/ |
|
CommentHostnameTest::$modules | property | core/ |
Modules to enable. |
CommentHostnameTest::testGetDefaultHostname | function | core/ |
Tests hostname default value callback. |
CommentHostnameUpdateTest | class | core/ |
Tests that comment hostname settings are properly updated. |
CommentHostnameUpdateTest.php | file | core/ |
|
CommentHostnameUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting | function | core/ |
Tests comment_post_update_add_ip_address_setting(). |
CommentHostnameUpdateTest::testCommentUpdate8600 | function | core/ |
Tests comment_update_8600(). |
CommentInterface::getAuthorName | function | core/ |
Returns the comment author's name. |
CommentInterface::getFieldName | function | core/ |
Returns the name of the field the comment is attached to. |
CommentInterface::getHostname | function | core/ |
Returns the comment author's hostname. |
CommentInterface::setAuthorName | function | core/ |
Sets the name of the author of the comment. |
CommentInterface::setFieldName | function | core/ |
Sets the field ID for which this comment is attached. |
CommentInterface::setHostname | function | core/ |
Sets the hostname of the author of the comment. |
CommentItem::mainPropertyName | function | core/ |
Returns the name of the main property, if any. |
CommentItemTest::testCommentAuthorName | function | core/ |
Tests comment author name. |
CommentJsonAnonTest::$patchProtectedFieldNames | property | core/ |
Anonymous users cannot edit their own comments. |
CommentNameConstraint | class | core/ |
Supports validating comment author names. |
CommentNameConstraint.php | file | core/ |
|
CommentNameConstraint::$messageMatch | property | core/ |
Message shown when the name doesn't match the author's name. |
CommentNameConstraint::$messageNameTaken | property | core/ |
Message shown when an anonymous user comments using a registered name. |
CommentNameConstraint::$messageRequired | property | core/ |
Message shown when an admin changes the comment-author to an invalid user. |
CommentNameConstraint::coversFields | function | core/ |
An array of entity fields which should be passed to the validator. |
CommentNameConstraintValidator | class | core/ |
Validates the CommentName constraint. |
CommentNameConstraintValidator.php | file | core/ |
|
CommentNameConstraintValidator::$context | property | core/ |
Validator 2.5 and upwards compatible execution context. |
CommentNameConstraintValidator::$userStorage | property | core/ |
User storage handler. |
CommentNameConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
CommentNameConstraintValidator::getAnonymousContactDetailsSetting | function | core/ |
Gets the anonymous contact details setting from the comment. |
CommentNameConstraintValidator::validate | function | core/ |
|
CommentNameConstraintValidator::__construct | function | core/ |
Constructs a new CommentNameConstraintValidator. |
CommentResourceTestBase::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
CommentTest::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
CommentTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
CommentTypeTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.