function LinkManager::getTypeInternalIds

Same name and namespace in other branches
  1. 9 core/modules/hal/src/LinkManager/LinkManager.php \Drupal\hal\LinkManager\LinkManager::getTypeInternalIds()

File

core/modules/hal/src/LinkManager/LinkManager.php, line 44

Class

LinkManager

Namespace

Drupal\hal\LinkManager

Code

public function getTypeInternalIds($type_uri, $context = []) {
    return $this->typeLinkManager
        ->getTypeInternalIds($type_uri, $context);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.