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. Search main for __get
  6. Other projects
Title Object type File name Summary
EntityCacheTagsTestBase::getAccessCacheContextsForEntity function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the access cache contexts for the tested entity.
EntityCacheTagsTestBase::getAdditionalCacheContextsForEntity function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional (non-standard) cache contexts for the tested entity.
EntityCacheTagsTestBase::getAdditionalCacheContextsForEntityListing function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional cache tags for the tested entity's listing by type.
EntityCacheTagsTestBase::getAdditionalCacheTagsForEntity function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional (non-standard) cache tags for the tested entity.
EntityCacheTagsTestBase::getAdditionalCacheTagsForEntityListing function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Returns the additional cache tags for the tested entity's listing by type.
EntityChangedInterface::getChangedTime function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Gets the timestamp of the last entity change for the current translation.
EntityChangedInterface::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedInterface.php Gets the timestamp of the last entity change across all translations.
EntityChangedTrait::getChangedTime function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Gets the timestamp of the last entity change for the current translation.
EntityChangedTrait::getChangedTimeAcrossTranslations function core/lib/Drupal/Core/Entity/EntityChangedTrait.php Returns the timestamp of the last entity change across all translations.
EntityChangesDetectionTrait::getFieldsToSkipFromTranslationChangesCheck function core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php Returns an array of field names to skip when checking for changes.
EntityConfigBase::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php
EntityConfirmFormBase::getBaseFormId function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
EntityConfirmFormBase::getCancelText function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
EntityConfirmFormBase::getConfirmText function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
EntityConfirmFormBase::getDescription function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
EntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
EntityConstraintViolationList::getByField function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationList::getByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationList::getEntity function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationList::getEntityViolations function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationList::getFieldNames function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityConstraintViolationListInterface::getByField function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets the violations of the given field.
EntityConstraintViolationListInterface::getByFields function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets the violations of the given fields.
EntityConstraintViolationListInterface::getEntity function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php The entity which has been validated.
EntityConstraintViolationListInterface::getEntityViolations function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Gets violations flagged on entity level, not associated with any field.
EntityConstraintViolationListInterface::getFieldNames function core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php Returns the names of all violated fields.
EntityContentBase::getHighestId function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentBase::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
EntityContentComplete::getEntity function core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php Gets the entity.
EntityContentComplete::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php
EntityContextDefinition::getConstraintObjects function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php
EntityContextDefinition::getEntityTypeId function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php Returns the entity type ID of this context.
EntityContextDefinition::getSampleValues function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php
EntityController::doGetEntity function core/lib/Drupal/Core/Entity/Controller/EntityController.php Determines the entity.
EntityDataDefinition::getBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
EntityDataDefinition::getDataType function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
EntityDataDefinition::getEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
EntityDataDefinition::getPropertyDefinitions function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
EntityDataDefinitionInterface::getBundles function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Gets the array of possible entity bundles.
EntityDataDefinitionInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Gets the entity type ID.
EntityDefaultLanguageTest class core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php Tests default language code is properly generated for entities.
EntityDefaultLanguageTest.php file core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php
EntityDefaultLanguageTest::$modules property core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php Modules to enable.
EntityDefaultLanguageTest::createContentType function core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php Creates a new node content type.
EntityDefaultLanguageTest::createNode function core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php Creates a new node of given type and language using Entity API.
EntityDefaultLanguageTest::setUp function core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php
EntityDefaultLanguageTest::testEntityTranslationDefaultLanguageViaCode function core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php Tests that default language code is properly set for new nodes.
EntityDefinitionTestTrait::getUpdatedEntityTypeDefinition function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Returns an entity type definition, possibly updated to be rev or mul.
EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Returns the required rev / mul field definitions for an entity type.
EntityDefinitionUpdateManager::getChangeList function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php

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