function TypeLinkManagerInterface::getTypeInternalIds
Same name in other branches
- 9 core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php \Drupal\hal\LinkManager\TypeLinkManagerInterface::getTypeInternalIds()
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|bool If the URI matches a bundle, returns an array containing entity_type and bundle. Otherwise, returns false.
1 method overrides TypeLinkManagerInterface::getTypeInternalIds()
- TypeLinkManager::getTypeInternalIds in core/
modules/ hal/ src/ LinkManager/ TypeLinkManager.php - Get a bundle's Typed Data IDs based on a URI.
File
-
core/
modules/ hal/ src/ LinkManager/ TypeLinkManagerInterface.php, line 38
Class
Namespace
Drupal\hal\LinkManagerCode
public function getTypeInternalIds($type_uri, $context = []);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.