Public Member Functions | |
getReferencers (string $schemaId, string $referenceId, string $propertyId) | |
Service to find metastore items referencing an identifier.
Definition at line 8 of file ReferenceLookupInterface.php.
Drupal\metastore\ReferenceLookupInterface::getReferencers | ( | string | $schemaId, |
string | $referenceId, | ||
string | $propertyId | ||
) |
Get UUIDs of all metastore items referencing an ID through a property.
string | $schemaId | The type of metadata to look for references within. |
string | $referenceId | The UUID of the reference we're looking for. |
string | $propertyId | The metadata property we hope to find it in. |
Implemented in Drupal\metastore\Reference\ReferenceLookup.