Open Data Catalog
v
ReferenceLookupInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Drupal\metastore
;
4
8
interface
ReferenceLookupInterface
{
9
23
public
function
getReferencers
(
string
$schemaId,
string
$referenceId,
string
$propertyId);
24
25
}
Drupal\metastore
Drupal\metastore\ReferenceLookupInterface
Definition:
ReferenceLookupInterface.php:8
Drupal\metastore\ReferenceLookupInterface\getReferencers
getReferencers(string $schemaId, string $referenceId, string $propertyId)
modules
metastore
src
ReferenceLookupInterface.php
Generated by
1.8.16