public function LinkManager::getTypeInternalIds

Implements \Drupal\rest\LinkManager\TypeLinkManagerInterface::getTypeInternalIds().

Overrides TypeLinkManagerInterface::getTypeInternalIds

File

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

Class

LinkManager

Namespace

Drupal\rest\LinkManager

Code

public function getTypeInternalIds($type_uri) {
  return $this->typeLinkManager
    ->getTypeInternalIds($type_uri);
}