public function TypeLinkManagerInterface::getTypeInternalIds

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

Parameters

string $type_uri: The type URI.

Return value

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

2 methods override TypeLinkManagerInterface::getTypeInternalIds()

File

drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManagerInterface.php, line 39
Contains \Drupal\rest\LinkManager\TypeLinkManagerInterface.

Class

TypeLinkManagerInterface

Namespace

Drupal\rest\LinkManager

Code

public function getTypeInternalIds($type_uri);