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
EntityRevisionTest::getEntityRevisionDestination function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Helper method to create an entity revision destination with mock services.
EntityRevisionTest::testGetEntityDestinationValues function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests that passed old destination values are used by default.
EntityRevisionTest::testGetEntityLoadFailure function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests entity load failure.
EntityRevisionTest::testGetEntityNewRevision function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests that new revisions are flagged to be written as new.
EntityRevisionTest::testGetEntityUpdateRevision function core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php Tests that revision updates update.
EntityRevisionTestDestination::getEntity function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Gets the entity.
EntityRevisionTestDestination::getEntityTypeId function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Finds the entity type from configuration or plugin ID.
EntityRouteAlterSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php
EntityRouteProviderInterface::getRoutes function core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php Provides routes for entities.
EntityRouteProviderSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php
EntityRow::getEntityRepository function core/modules/views/src/Plugin/views/row/EntityRow.php
EntityRow::getEntityTypeId function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the entity type identifier.
EntityRow::getEntityTypeManager function core/modules/views/src/Plugin/views/row/EntityRow.php
EntityRow::getLanguageManager function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the language manager.
EntityRow::getView function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the top object of a view.
EntitySchemaSubscriber::getSubscribedEvents function core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getSubscribedEvents function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php
EntitySchemaSubscriber::getWorkspaceFieldDefinition function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Gets the base field definition for the 'workspace' revision metadata field.
EntityShortcutSet::getEntity function core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php Creates or loads an entity.
EntityStorageBase::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets an aggregated query instance.
EntityStorageBase::getEntitiesByClass function core/lib/Drupal/Core/Entity/EntityStorageBase.php Indexes the given array of entities by their class name and ID.
EntityStorageBase::getEntityClass function core/lib/Drupal/Core/Entity/EntityStorageBase.php Retrieves the class name used to create the entity.
EntityStorageBase::getEntityType function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets the entity type definition.
EntityStorageBase::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets the entity type ID.
EntityStorageBase::getFromStaticCache function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets entities from the static cache.
EntityStorageBase::getQuery function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets an entity query instance.
EntityStorageBase::getQueryServiceName function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets the name of the service for the query for this entity storage.
EntityStorageInterface::getAggregateQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an aggregated query instance.
EntityStorageInterface::getEntityClass function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Retrieves the class name used to create the entity.
EntityStorageInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type definition.
EntityStorageInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type ID.
EntityStorageInterface::getQuery function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets an entity query instance.
EntityTaxonomyVocabulary::getEntity function core/modules/taxonomy/src/Plugin/migrate/destination/EntityTaxonomyVocabulary.php Creates or loads an entity.
EntityTest::getEntityKey function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Gets the value of the given entity key, if defined.
EntityTest::getName function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Returns the name.
EntityTest::getOwner function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Returns the entity owner's user entity.
EntityTest::getOwnerId function core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php Returns the entity owner's user ID.
EntityTestBundle::getDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php Gets the entity description.
EntityTestBundleResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php Returns the expected normalization of the entity.
EntityTestBundleResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php Returns the normalized POST entity.
EntityTestComputedFieldNormalizerTest::getExpectedCacheContexts function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityTestComputedFieldNormalizerTest::getExpectedCacheTags function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php The expected cache tags for the GET/HEAD response of the test entity.
EntityTestComputedFieldNormalizerTest::getExpectedNormalizedEntity function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php Returns the expected normalization of the entity.
EntityTestComputedFieldNormalizerTest::getExpectedUnauthorizedAccessMessage function core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php Return the expected error message.
EntityTestComputedFieldTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityTestComputedFieldTest::getExpectedCacheTags function core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php The expected cache tags for the GET/HEAD response of the test entity.
EntityTestComputedFieldTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php Returns the expected JSON:API document for the entity.
EntityTestComputedFieldTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php Returns the JSON:API POST document.
EntityTestComputedFieldTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php Returns an array of sparse fields sets to test.
EntityTestDateOnlyTest::getExpectedNormalizedEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDateOnlyTest.php Returns the expected normalization of the entity.

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