Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
CommentInterface::getHostname function core/modules/comment/src/CommentInterface.php Returns the comment author's hostname.
CommentInterface::getParentComment function core/modules/comment/src/CommentInterface.php Returns the parent comment entity if this is a reply to a comment.
CommentInterface::getSubject function core/modules/comment/src/CommentInterface.php Returns the subject of the comment.
CommentInterface::getThread function core/modules/comment/src/CommentInterface.php Returns the alphadecimal representation of the comment's place in a thread.
CommentInterface::getTypeId function core/modules/comment/src/CommentInterface.php Get the comment type id for this comment.
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
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.
CommentLinkBuilderTest::getLinkCombinations function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Data provider for ::testCommentLinkBuilder.
CommentLinkBuilderTest::getMockNode function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Builds a mock node based on given scenario.
CommentManager::getCountNewComments function core/modules/comment/src/CommentManager.php
CommentManager::getFields function core/modules/comment/src/CommentManager.php
CommentManagerInterface::getCountNewComments function core/modules/comment/src/CommentManagerInterface.php Returns the number of new comments on a given entity for the current user.
CommentManagerInterface::getFields function core/modules/comment/src/CommentManagerInterface.php Utility function to return an array of comment fields.
CommentManagerTest::testGetFields function core/modules/comment/tests/src/Unit/CommentManagerTest.php Tests the getFields method.
CommentNameConstraintValidator::getAnonymousContactDetailsSetting function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Gets the anonymous contact details setting from the comment.
CommentNonNodeTest::getUnapprovedComment function core/modules/comment/tests/src/Functional/CommentNonNodeTest.php Gets the comment ID for an unapproved comment.
CommentPermalinkFormatter::getEntityUrl function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php
CommentResourceTestBase::getExpectedCacheContexts function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::getExpectedCacheTags function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::getExpectedNormalizedEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::getNormalizedPatchEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentSelection::getReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php
CommentStatistics::getMaximumCount function core/modules/comment/src/CommentStatistics.php
CommentStatistics::getRankingInfo function core/modules/comment/src/CommentStatistics.php
CommentStatisticsInterface::getMaximumCount function core/modules/comment/src/CommentStatisticsInterface.php Find the maximum number of comments for the given entity type.
CommentStatisticsInterface::getRankingInfo function core/modules/comment/src/CommentStatisticsInterface.php Returns an array of ranking information for hook_ranking().
CommentStorage::getChildCids function core/modules/comment/src/CommentStorage.php
CommentStorage::getDisplayOrdinal function core/modules/comment/src/CommentStorage.php
CommentStorage::getMaxThread function core/modules/comment/src/CommentStorage.php
CommentStorage::getMaxThreadPerThread function core/modules/comment/src/CommentStorage.php
CommentStorage::getNewCommentPageNumber function core/modules/comment/src/CommentStorage.php
CommentStorage::getUnapprovedCount function core/modules/comment/src/CommentStorage.php
CommentStorageInterface::getChildCids function core/modules/comment/src/CommentStorageInterface.php Gets the comment ids of the passed comment entities' children.
CommentStorageInterface::getDisplayOrdinal function core/modules/comment/src/CommentStorageInterface.php Gets the display ordinal or page number for a comment.
CommentStorageInterface::getMaxThread function core/modules/comment/src/CommentStorageInterface.php Gets the maximum encoded thread value for the top level comments.
CommentStorageInterface::getMaxThreadPerThread function core/modules/comment/src/CommentStorageInterface.php Gets the maximum encoded thread value for the children of this comment.
CommentStorageInterface::getNewCommentPageNumber function core/modules/comment/src/CommentStorageInterface.php Calculates the page number for the first new comment.
CommentStorageInterface::getUnapprovedCount function core/modules/comment/src/CommentStorageInterface.php Returns the number of unapproved comments.
CommentStorageSchema::getEntitySchema function core/modules/comment/src/CommentStorageSchema.php
CommentStorageSchema::getSharedTableFieldSchema function core/modules/comment/src/CommentStorageSchema.php
CommentTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/CommentTest.php
CommentTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/CommentTest.php
CommentTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/CommentTest.php

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