TypeLinkManagerInterface::getTypeInternalIds

public TypeLinkManagerInterface::getTypeInternalIds($type_uri, $context = array())

Get a bundle's Typed Data IDs based on a URI.

Parameters

string $type_uri: The type URI.

array $context: Context from the normalizer/serializer operation.

Return value

array | boolean If the URI matches a bundle, returns an array containing entity_type and bundle. Otherwise, returns false.

File

core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php, line 38

Class

TypeLinkManagerInterface

Namespace

Drupal\rest\LinkManager

Code

public function getTypeInternalIds($type_uri, $context = array());
doc_Drupal
2016-10-29 09:50:17
Comments
Leave a Comment

Please login to continue.