Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
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 Gets the entity schema for the specified entity type.
CommentStorageSchema::getSharedTableFieldSchema function core/modules/comment/src/CommentStorageSchema.php Gets the schema for a single field definition.
CommentTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/CommentTest.php The expected cache contexts for the GET/HEAD response of the test entity.
CommentTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/CommentTest.php The expected cache tags for the GET/HEAD response of the test entity.
CommentTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/CommentTest.php Computes the cacheability for a given entity collection.
CommentTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/CommentTest.php Returns the expected JSON:API document for the entity.
CommentTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/CommentTest.php Returns the expected cacheability for an unauthorized response.
CommentTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/CommentTest.php Return the expected error message.
CommentTest::getIncludePermissions function core/modules/jsonapi/tests/src/Functional/CommentTest.php Authorize the user under test with additional permissions to view includes.
CommentTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/CommentTest.php Returns the JSON:API POST document.
CommentTestBase::getUnapprovedComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Gets the comment ID for an unapproved comment.
CommentTranslationUITest::getNewEntityValues function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Returns an array of entity field values to be tested.
CommentTranslationUITest::getTranslatorPermissions function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Returns an array of permissions needed for the translator.
CommentType::$target_entity_type_id property core/modules/comment/src/Entity/CommentType.php The target entity type.
CommentType::getCommentFields function core/modules/comment/src/Plugin/migrate/source/CommentType.php Returns the fields containing comment settings for each node type.
CommentType::getDescription function core/modules/comment/src/Entity/CommentType.php Returns the comment type description.
CommentType::getIds function core/modules/comment/src/Plugin/migrate/source/CommentType.php Defines the source fields uniquely identifying a source row.
CommentType::getTargetEntityTypeId function core/modules/comment/src/Entity/CommentType.php Gets the target entity type id for this comment type.
CommentTypeInterface::getDescription function core/modules/comment/src/CommentTypeInterface.php Returns the comment type description.
CommentTypeInterface::getTargetEntityTypeId function core/modules/comment/src/CommentTypeInterface.php Gets the target entity type id for this comment type.
CommentTypeListBuilder::getDefaultOperations function core/modules/comment/src/CommentTypeListBuilder.php Gets this list's default operations.
CommentTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Returns the expected normalization of the entity.
CommentTypeResourceTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Returns the normalized POST entity.
CommentTypeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Returns the expected JSON:API document for the entity.
CommentTypeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Returns the JSON:API POST document.
CommentViewBuilder::getBuildDefaults function core/modules/comment/src/CommentViewBuilder.php Provides entity-specific defaults to the build process.
CommentViewsData::getViewsData function core/modules/comment/src/CommentViewsData.php Returns views data for the entity type.
CommentWidget class core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Provides a default comment widget.
CommentWidget.php file core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php
CommentWidget::formElement function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Returns the form for a single field widget.
CommentWidget::massageFormValues function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Massages the form values into the format expected for field values.
CompiledRoute::getDefaults function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the defaults.
CompiledRoute::getFit function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the fit of this route.
CompiledRoute::getNumParts function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the number of parts in this route's path.
CompiledRoute::getOptions function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the options.
CompiledRoute::getPatternOutline function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the pattern outline of this route.
CompiledRoute::getRequirements function core/lib/Drupal/Core/Routing/CompiledRoute.php Returns the requirements.
ComplexDataConstraint::getDefaultOption function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php
ComplexDataConstraint::getRequiredOptions function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php
ComplexDataDefinitionBase::getMainPropertyName function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php Returns the name of the main property, if any.
ComplexDataDefinitionBase::getPropertyDefinition function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php Gets the definition of a contained property.
ComplexDataDefinitionBase::getPropertyDefinitions function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php Gets an array of property definitions of contained properties.
ComplexDataDefinitionInterface::getMainPropertyName function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Returns the name of the main property, if any.
ComplexDataDefinitionInterface::getPropertyDefinition function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Gets the definition of a contained property.
ComplexDataDefinitionInterface::getPropertyDefinitions function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Gets an array of property definitions of contained properties.

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