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
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.
EntityLinks::getUrl function core/modules/filter/src/Plugin/Filter/EntityLinks.php Gets the generated URL object for a linked entity.
EntityLinkSuggestions::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php Allows a plugin to modify its static configuration.
EntityLinkSuggestionsController::getSuggestions function core/modules/ckeditor5/src/Controller/EntityLinkSuggestionsController.php Gets the suggestions.
EntityLinkTargetInterface interface core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php Provides an interface for generating a link target from an entity.
EntityLinkTargetInterface.php file core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php
EntityLinkTargetInterface::getLinkTarget function core/lib/Drupal/Core/Entity/EntityLinkTargetInterface.php Gets the generated URL object for a linked entity's link target.
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::getEntityListQuery function core/lib/Drupal/Core/Entity/EntityListBuilder.php Returns a query object for loading entity IDs from the storage.
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 Tests get operations.
EntityListBuilderTest::testGetOperationsWithNullLabel function core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php Ensures entity operations handle entities without labels.
EntityMethodDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/EntityMethodDeriver.php Gets the definition of all derivatives of a base plugin.
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.
EntityNodeType::getEntity function core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php Creates or loads an entity.
EntityNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/EntityNormalizer.php
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.
EntityOriginalDeprecationTest::testOriginalMagicGetSet function core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php Tests deprecation of the original property.
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.
EntityOwnerTrait::getOwner function core/modules/user/src/EntityOwnerTrait.php
EntityOwnerTrait::getOwnerId function core/modules/user/src/EntityOwnerTrait.php
EntityPermissionsRouteProvider::getEntityPermissionsRoute function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Gets the entity permissions route.
EntityPermissionsRouteProvider::getRoutes function core/modules/user/src/Entity/EntityPermissionsRouteProvider.php Provides routes for entities.
EntityPermissionsRouteProviderWithCheck::getEntityPermissionsRoute function core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php Gets the entity permissions route.
EntityReference::alternateWidgetsDefaultNormalize function core/modules/views/src/Plugin/views/filter/EntityReference.php Normalize values for widget switching.
EntityReference::getDefaultSelectedEntities function core/modules/views/src/Plugin/views/filter/EntityReference.php Gets all entities selected by default.
EntityReference::getFieldFormatterMap function core/modules/field/src/Plugin/migrate/field/d7/EntityReference.php Get a map between D6 formatters and D8 formatters for this field type.

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