Search for name

  1. Search 7.x for name
  2. Search 8.9.x for name
  3. Search 10.3.x for name
  4. Search 11.x for name
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Name class core/modules/user/src/Plugin/views/filter/Name.php Filter handler for usernames.
Name class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php

All search results

Title Object type File name Summary
ChainedFastBackendFactory::$consistentServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the consistent backend factory.
ChainedFastBackendFactory::$fastServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the fast backend factory.
CKEditor5::mapPairViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor + Text Format pair property paths to form names.
CKEditor5::mapViolationPropertyPathsToFormNames function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Maps Text Editor config object property paths to form names.
CKEditor5ImageController::prepareFilename function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Prepares the filename to strip out any malicious extensions.
CKEditor5MediaController::getMediaImageSourceFieldName function core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php Gets the name of an image media item's source field.
CKEditor5Test::providerPathsToFormNames function core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php Data provider for testing mapViolationPropertyPathsToFormNames.
CKEditor5Test::testPathsToFormNames function core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php @covers \Drupal\ckeditor5\Plugin\Editor\CKEditor5::mapViolationPropertyPathsToFormNames
@dataProvider providerPathsToFormNames
CKEditorTestTrait::assignNameToCkeditorIframe function core/modules/ckeditor/tests/src/Traits/CKEditorTestTrait.php Assigns a name to the CKEditor iframe.
ClassWithInvalidAnnotationTargetAtMethod::functionName function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php Plugin annotation
@AnnotationTargetClass("functionName");
ClassWithValidAnnotationTarget::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation

@AnnotationTargetAll("Some data",name="Some name")
Comment::getAuthorName function core/modules/comment/src/Entity/Comment.php Returns the comment author's name.
Comment::getDefaultHostname function core/modules/comment/src/Entity/Comment.php Returns the default value for entity hostname base field.
Comment::getFieldName function core/modules/comment/src/Entity/Comment.php Returns the name of the field the comment is attached to.
Comment::getHostname function core/modules/comment/src/Entity/Comment.php Returns the comment author's hostname.
Comment::setAuthorName function core/modules/comment/src/Entity/Comment.php Sets the name of the author of the comment.
Comment::setFieldName function core/modules/comment/src/Entity/Comment.php Sets the field ID for which this comment is attached.
Comment::setHostname function core/modules/comment/src/Entity/Comment.php Sets the hostname of the author of the comment.
CommentFieldNameTest class core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Tests the comment field name field.
CommentFieldNameTest.php file core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php
CommentFieldNameTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Modules to enable.
CommentFieldNameTest::$testViews property core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Views used by this test.
CommentFieldNameTest::testCommentFieldName function core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Tests comment field name.
CommentFieldsTest::testCommentFieldLinksNonDefaultName function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests link building with non-default comment field names.
CommentForm::getEditedFieldNames function core/modules/comment/src/CommentForm.php Gets the names of all fields edited in the form.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php 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/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests the hostname base field.
CommentHostnameTest.php file core/modules/comment/tests/src/Kernel/CommentHostnameTest.php
CommentHostnameTest::$modules property core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Modules to enable.
CommentHostnameTest::testGetDefaultHostname function core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests hostname default value callback.
CommentInterface::getAuthorName function core/modules/comment/src/CommentInterface.php Returns the comment author's name.
CommentInterface::getFieldName function core/modules/comment/src/CommentInterface.php Returns the name of the field the comment is attached to.
CommentInterface::getHostname function core/modules/comment/src/CommentInterface.php Returns the comment author's hostname.
CommentInterface::setAuthorName function core/modules/comment/src/CommentInterface.php Sets the name of the author of the comment.
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::$context property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Validator 2.5 and upwards compatible execution context.
CommentNameConstraintValidator::$userStorage property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php User storage handler.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.