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
EntityInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the key that is used to store configuration dependencies.
EntityInterface::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration dependency name.
EntityInterface::getConfigTarget function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration target identifier for the entity.
EntityInterface::getEntityType function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the entity type definition.
EntityInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the ID of the type of the entity.
EntityInterface::getOriginalId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the original ID.
EntityInterface::getTypedData function core/lib/Drupal/Core/Entity/EntityInterface.php Gets a typed data object for this entity object.
EntityKernelTestBase::getHooksInfo function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Returns the entity_test hook invocation info.
EntityLanguageTestBase class core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php Base class for language-aware entity tests.
EntityLanguageTestBase.php file core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php
EntityLanguageTestBase::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php The test field name.
EntityLanguageTestBase::$langcodes property core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php The available language codes.
EntityLanguageTestBase::$languageManager property core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php The language manager service.
EntityLanguageTestBase::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php Modules to enable.
EntityLanguageTestBase::$untranslatableFieldName property core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php The untranslatable test field name.
EntityLanguageTestBase::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php
EntityLanguageTestBase::toggleFieldTranslatability function core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php Toggles field storage translatability.
EntityLastInstalledSchemaRepository::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type definition in its most recently installed state.
EntityLastInstalledSchemaRepository::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type definitions in their most recently installed state.
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php Gets the entity type's most recently installed field storage definitions.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definition in its most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type definitions in their most recently installed state.
EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions function core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php Gets the entity type's most recently installed field storage definitions.
EntityLink::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLink.php Returns the default label for this link.
EntityLink::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLink.php Returns the entity link template name identifying the link route.
EntityLink::getUrlInfo function core/modules/views/src/Plugin/views/field/EntityLink.php Returns the URI elements of the link.
EntityLinkDelete::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Returns the default label for this link.
EntityLinkDelete::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkDelete.php Returns the entity link template name identifying the link route.
EntityLinkEdit::getDefaultLabel function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Returns the default label for this link.
EntityLinkEdit::getEntityLinkTemplate function core/modules/views/src/Plugin/views/field/EntityLinkEdit.php Returns the entity link template name identifying the link route.
EntityListBuilder::getDefaultOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets this list's default operations.
EntityListBuilder::getEntityIds function core/lib/Drupal/Core/Entity/EntityListBuilder.php Loads entity IDs using a pager sorted by the entity id.
EntityListBuilder::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilder.php Provides an array of information to build a list of operation links.
EntityListBuilder::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the entity storage.
EntityListBuilder::getTitle function core/lib/Drupal/Core/Entity/EntityListBuilder.php Gets the title of the page.
EntityListBuilderInterface::getOperations function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Provides an array of information to build a list of operation links.
EntityListBuilderInterface::getStorage function core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php Gets the entity storage.
EntityListBuilderTest::testGetOperations function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php @covers ::getOperations
EntityModerationForm::getFormId function core/modules/content_moderation/src/Form/EntityModerationForm.php Returns a unique string identifying the form.
EntityModerationRouteProvider::getEntityTypeIdKeyType function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Gets the type of the ID key for a given entity type.
EntityModerationRouteProvider::getLatestVersionRoute function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Gets the moderation-form route.
EntityModerationRouteProvider::getRoutes function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Provides routes for entities.
EntityOperations::getEntityRepository function core/modules/views/src/Plugin/views/field/EntityOperations.php
EntityOperations::getEntityTypeId function core/modules/views/src/Plugin/views/field/EntityOperations.php Returns the entity type identifier.
EntityOperations::getEntityTypeManager function core/modules/views/src/Plugin/views/field/EntityOperations.php
EntityOperations::getLanguageManager function core/modules/views/src/Plugin/views/field/EntityOperations.php Returns the language manager.
EntityOperations::getView function core/modules/views/src/Plugin/views/field/EntityOperations.php Returns the top object of a view.
EntityOwnerInterface::getOwner function core/modules/user/src/EntityOwnerInterface.php Returns the entity owner's user entity.
EntityOwnerInterface::getOwnerId function core/modules/user/src/EntityOwnerInterface.php Returns the entity owner's user ID.
EntityOwnerTrait::getDefaultEntityOwner function core/modules/user/src/EntityOwnerTrait.php Default value callback for 'owner' base field.

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