65 classes are annotated with DataProducer in GraphQL 8.4
- CreateArticle in examples/
graphql_composable/ src/ Plugin/ GraphQL/ DataProducer/ CreateArticle.php - Creates a new article entity.
- CurrentUser in src/
Plugin/ GraphQL/ DataProducer/ User/ CurrentUser.php - Gets the current user.
- DefaultValue in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ DefaultValue.php - Retrieves the "default_value" property from a given field definition.
- Description in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Description.php - Retrieves the "description" from a given field definition.
- EntityAccess in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityAccess.php - Returns whether the given user has access to the entity.
- EntityBundle in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityBundle.php - Returns the bundle name of the entity.
- EntityChanged in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityChanged.php - Returns the changed time of an entity if it supports it.
- EntityCreated in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityCreated.php - Returns the created time of an entity if it supports it.
- EntityDefinition in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ EntityDefinition.php - Gets entity definition for a given entity type.
- EntityDescription in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityDescription.php - Returns the description text of an entity.
- EntityId in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityId.php - Returns the ID of an entity.
- EntityLabel in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityLabel.php - Returns the labels of an entity.
- EntityLanguage in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityLanguage.php - Returns the language of an entity.
- EntityLoad in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityLoad.php - Loads a single entity.
- EntityLoadByUuid in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityLoadByUuid.php - Loads an entity by UUID.
- EntityLoadMultiple in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityLoadMultiple.php - Load multiple entities by IDs.
- EntityOwner in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityOwner.php - Returns the user that owns the entity.
- EntityPublished in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityPublished.php - Returns whether the entity is published.
- EntityReference in src/
Plugin/ GraphQL/ DataProducer/ Field/ EntityReference.php - Loads entities from an entity reference field.
- EntityReferenceLayoutRevisions in src/
Plugin/ GraphQL/ DataProducer/ Field/ EntityReferenceLayoutRevisions.php - Loads the entity reference layout revisions.
- EntityReferenceRevisions in src/
Plugin/ GraphQL/ DataProducer/ Field/ EntityReferenceRevisions.php - Loads the entity reference revisions.
- EntityRendered in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityRendered.php - Returns the rendered entity in a given view mode.
- EntityTranslation in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityTranslation.php - Returns the entity in a given language.
- EntityTranslations in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityTranslations.php - Returns all available translations of an entity.
- EntityType in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityType.php - Returns the entity type name of an entity.
- EntityUrl in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityUrl.php - Returns the URL of an entity.
- EntityUuid in src/
Plugin/ GraphQL/ DataProducer/ Entity/ EntityUuid.php - Returns the entity's uuid.
- Fields in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields.php - Retrieve the list of fields from a given entity definition.
- Hidden in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Hidden.php - Retrieves the "hidden" property from a given field definition.
- Id in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Id.php - Retrieves the "ID" property from a given field definition.
- ImageDerivative in src/
Plugin/ GraphQL/ DataProducer/ Entity/ Fields/ Image/ ImageDerivative.php - Returns an image style derivative of an image.
- ImageResourceUrl in src/
Plugin/ GraphQL/ DataProducer/ Images/ ImageResourceUrl.php - Returns the URL of an image derivative.
- ImageUrl in src/
Plugin/ GraphQL/ DataProducer/ Entity/ Fields/ Image/ ImageUrl.php - Returns the file URL of a file entity.
- Label in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Label.php - Retrieves the "label" from a given entity definition.
- Label in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Label.php - Retrieves the "label" from a given field definition.
- MaxNumItems in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ MaxNumItems.php - Retrieves the "max_num_items" property from a given field definition.
- MenuLinkAttribute in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuLink/ MenuLinkAttribute.php - Returns the attribute(s) of a menu link.
- MenuLinkDescription in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuLink/ MenuLinkDescription.php - Returns the description of a menu link.
- MenuLinkExpanded in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuLink/ MenuLinkExpanded.php - Returns whether a menu link is expanded.
- MenuLinkLabel in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuLink/ MenuLinkLabel.php - Returns the label of a menu link.
- MenuLinks in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuLinks.php - Return the menu links of a menu.
- MenuLinkUrl in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuLink/ MenuLinkUrl.php - Returns the URL object of a menu link.
- MenuTreeLink in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuTree/ MenuTreeLink.php - Returns the menu link of a menu tree element.
- MenuTreeSubtree in src/
Plugin/ GraphQL/ DataProducer/ Menu/ MenuTree/ MenuTreeSubtree.php - Returns a list of menu links under the menu tree element.
- Multiple in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Multiple.php - Retrieves the "multiple" property from a given field definition.
- PasswordReset in src/
Plugin/ GraphQL/ DataProducer/ User/ PasswordReset.php - Resets the user's password (mutation).
- PropertyPath in src/
Plugin/ GraphQL/ DataProducer/ TypedData/ PropertyPath.php - Resolves a typed data value at a given property path.
- QueryArticles in examples/
graphql_example/ src/ Plugin/ GraphQL/ DataProducer/ QueryArticles.php - Plugin annotation @DataProducer( id = "query_articles", name = @Translation("Load articles"), description = @Translation("Loads a list of articles."), produces = @ContextDefinition("any", label = @Translation("Article connection") ), …
- Reference in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Reference.php - Retrieves the "reference" property from a given field definition.
- Required in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Required.php - Retrieves the "required" property from a given field definition.
- RouteEntity in src/
Plugin/ GraphQL/ DataProducer/ Routing/ RouteEntity.php - Loads the entity associated with the current URL.
- RouteLoad in src/
Plugin/ GraphQL/ DataProducer/ Routing/ RouteLoad.php - Returns the URL of the given path.
- Seek in src/
Plugin/ GraphQL/ DataProducer/ Utility/ Seek.php - Return an item from a list at a specified position.
- Settings in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Settings.php - Retrieves the "settings" from a given field definition.
- Status in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Status.php - Retrieves the "status" property from a given field definition.
- TaxonomyLoadTree in src/
Plugin/ GraphQL/ DataProducer/ Taxonomy/ TaxonomyLoadTree.php - Loads the taxonomy tree.
- TermFieldAutocomplete in src/
Plugin/ GraphQL/ DataProducer/ Taxonomy/ TermFieldAutocomplete.php - Gets term items matching the given string in given field's vocabularies.
- Type in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Type.php - Retrieves the "type" property from a given field definition.
- Uppercase in src/
Plugin/ GraphQL/ DataProducer/ String/ Uppercase.php - Transforms a string to uppercase.
- UrlPath in src/
Plugin/ GraphQL/ DataProducer/ Routing/ Url/ UrlPath.php - Generates a URL path from an URL object.
- Weight in src/
Plugin/ GraphQL/ DataProducer/ EntityDefinition/ Fields/ Weight.php - Retrieves the weight value of a field.
- XMLAttribute in src/
Plugin/ GraphQL/ DataProducer/ XML/ XMLAttribute.php - XML attribute data producer.
- XMLContent in src/
Plugin/ GraphQL/ DataProducer/ XML/ XMLContent.php - XML child nodes content data producer.
- XMLParse in src/
Plugin/ GraphQL/ DataProducer/ XML/ XMLParse.php - XML loader data producer.
- XMLXpath in src/
Plugin/ GraphQL/ DataProducer/ XML/ XMLXpath.php - XPath query data producer.