EntityAccess |
src/Plugin/GraphQL/DataProducer/Entity/EntityAccess.php |
Returns whether the given user has access to the entity. |
EntityBundle |
src/Plugin/GraphQL/DataProducer/Entity/EntityBundle.php |
Returns the bundle name of the entity. |
EntityChanged |
src/Plugin/GraphQL/DataProducer/Entity/EntityChanged.php |
Returns the changed time of an entity if it supports it. |
EntityCreated |
src/Plugin/GraphQL/DataProducer/Entity/EntityCreated.php |
Returns the created time of an entity if it supports it. |
EntityDescription |
src/Plugin/GraphQL/DataProducer/Entity/EntityDescription.php |
Returns the description text of an entity. |
EntityId |
src/Plugin/GraphQL/DataProducer/Entity/EntityId.php |
Returns the ID of an entity. |
EntityLabel |
src/Plugin/GraphQL/DataProducer/Entity/EntityLabel.php |
Returns the labels of an entity. |
EntityLanguage |
src/Plugin/GraphQL/DataProducer/Entity/EntityLanguage.php |
Returns the language of an entity. |
EntityLoad |
src/Plugin/GraphQL/DataProducer/Entity/EntityLoad.php |
Loads a single entity. |
EntityLoadByUuid |
src/Plugin/GraphQL/DataProducer/Entity/EntityLoadByUuid.php |
Loads an entity by UUID. |
EntityLoadMultiple |
src/Plugin/GraphQL/DataProducer/Entity/EntityLoadMultiple.php |
Load multiple entities by IDs. |
EntityOwner |
src/Plugin/GraphQL/DataProducer/Entity/EntityOwner.php |
Returns the user that owns the entity. |
EntityPublished |
src/Plugin/GraphQL/DataProducer/Entity/EntityPublished.php |
Returns whether the entity is published. |
EntityRendered |
src/Plugin/GraphQL/DataProducer/Entity/EntityRendered.php |
Returns the rendered entity in a given view mode. |
EntityTranslation |
src/Plugin/GraphQL/DataProducer/Entity/EntityTranslation.php |
Returns the entity in a given language. |
EntityTranslations |
src/Plugin/GraphQL/DataProducer/Entity/EntityTranslations.php |
Returns all available translations of an entity. |
EntityType |
src/Plugin/GraphQL/DataProducer/Entity/EntityType.php |
Returns the entity type name of an entity. |
EntityUrl |
src/Plugin/GraphQL/DataProducer/Entity/EntityUrl.php |
Returns the URL of an entity. |
EntityUuid |
src/Plugin/GraphQL/DataProducer/Entity/EntityUuid.php |
Returns the entity's uuid. |