Static Public Member Functions | |
static | getEntityType () |
static | getBundles () |
static | getMetadataField () |
![]() | |
static | getCacheTags () |
Additional Inherited Members | |
![]() | |
__construct (EntityRepository $entityRepository) | |
getInstance (string $identifier, array $config=[]) | |
wrap ($input) | |
Interface MetastoreItemFactoryInterface.
Used for service dkan.metastore.metastore_item_factory. Override the service to use different logic for producing a MetastoreItemInterface object from just an indentifier.
Definition at line 12 of file MetastoreEntityItemFactoryInterface.php.
|
static |
Get the bundles, if any, used by this factory for storing item entities.
Implemented in Drupal\metastore\NodeWrapper\NodeDataFactory.
|
static |
Get the entity type used for this item factory.
Implemented in Drupal\metastore\NodeWrapper\NodeDataFactory.
|
static |
Get the name of the entity field or property used to store metadata.
Implemented in Drupal\metastore\NodeWrapper\NodeDataFactory.