Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CommentHalJsonTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| CommentHostnameTest::testGetDefaultHostname | function | core/ |
Tests hostname default value callback. |
| CommentInterface::getAuthorEmail | function | core/ |
Returns the comment author's email address. |
| CommentInterface::getAuthorName | function | core/ |
Returns the comment author's name. |
| CommentInterface::getCommentedEntity | function | core/ |
Returns the entity to which the comment is attached. |
| CommentInterface::getCommentedEntityId | function | core/ |
Returns the ID of the entity to which the comment is attached. |
| CommentInterface::getCommentedEntityTypeId | function | core/ |
Returns the type of the entity to which the comment is attached. |
| CommentInterface::getCreatedTime | function | core/ |
Returns the time that the comment was created. |
| CommentInterface::getFieldName | function | core/ |
Returns the name of the field the comment is attached to. |
| CommentInterface::getHomepage | function | core/ |
Returns the comment author's home page address. |
| CommentInterface::getHostname | function | core/ |
Returns the comment author's hostname. |
| CommentInterface::getParentComment | function | core/ |
Returns the parent comment entity if this is a reply to a comment. |
| CommentInterface::getSubject | function | core/ |
Returns the subject of the comment. |
| CommentInterface::getThread | function | core/ |
Returns the alphadecimal representation of the comment's place in a thread. |
| CommentInterface::getTypeId | function | core/ |
Get the comment type id for this comment. |
| CommentLanguageTest | class | core/ |
Tests for comment language. |
| CommentLanguageTest.php | file | core/ |
|
| CommentLanguageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentLanguageTest::$modules | property | core/ |
Modules to install. |
| CommentLanguageTest::setUp | function | core/ |
|
| CommentLanguageTest::testCommentLanguage | function | core/ |
Tests that comment language is properly set. |
| CommentLinkBuilderTest::getLinkCombinations | function | core/ |
Data provider for ::testCommentLinkBuilder. |
| CommentLinkBuilderTest::getMockNode | function | core/ |
Builds a mock node based on given scenario. |
| CommentManager::getCountNewComments | function | core/ |
Returns the number of new comments available on a given entity for a user. |
| CommentManager::getFields | function | core/ |
Utility function to return an array of comment fields. |
| CommentManagerInterface::getCountNewComments | function | core/ |
Returns the number of new comments available on a given entity for a user. |
| CommentManagerInterface::getFields | function | core/ |
Utility function to return an array of comment fields. |
| CommentManagerTest::testGetFields | function | core/ |
Tests the getFields method. |
| CommentNameConstraintValidator::getAnonymousContactDetailsSetting | function | core/ |
Gets the anonymous contact details setting from the comment. |
| CommentNonNodeTest::getUnapprovedComment | function | core/ |
Gets the comment ID for an unapproved comment. |
| CommentPermalinkFormatter::getEntityUrl | function | core/ |
Gets the URI elements of the entity. |
| CommentResourceTestBase::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
| CommentResourceTestBase::getExpectedCacheTags | function | core/ |
The expected cache tags for the GET/HEAD response of the test entity. |
| CommentResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| CommentResourceTestBase::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability | function | core/ |
The cacheability of unauthorized 'view' entity access. |
| CommentResourceTestBase::getNormalizedPatchEntity | function | core/ |
Returns the normalized PATCH entity. |
| CommentResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| CommentSelection::getReferenceableEntities | function | core/ |
Gets the list of referenceable entities. |
| CommentStatistics::getMaximumCount | function | core/ |
Find the maximum number of comments for the given entity type. |
| CommentStatistics::getRankingInfo | function | core/ |
Returns an array of ranking information for hook_ranking(). |
| CommentStatisticsInterface::getMaximumCount | function | core/ |
Find the maximum number of comments for the given entity type. |
| CommentStatisticsInterface::getRankingInfo | function | core/ |
Returns an array of ranking information for hook_ranking(). |
| CommentStorage::getChildCids | function | core/ |
Gets the comment ids of the passed comment entities' children. |
| CommentStorage::getDisplayOrdinal | function | core/ |
Gets the display ordinal or page number for a comment. |
| CommentStorage::getMaxThread | function | core/ |
Gets the maximum encoded thread value for the top level comments. |
| CommentStorage::getMaxThreadPerThread | function | core/ |
Gets the maximum encoded thread value for the children of this comment. |
| CommentStorage::getNewCommentPageNumber | function | core/ |
Calculates the page number for the first new comment. |
| CommentStorage::getUnapprovedCount | function | core/ |
Returns the number of unapproved comments. |
| CommentStorageInterface::getChildCids | function | core/ |
Gets the comment ids of the passed comment entities' children. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.