interface LinkManagerInterface

Interface implemented by link managers.

There are no explicit methods on the manager interface. Instead link managers broker the interactions of the different components, and therefore must implement each component interface, which is enforced by this interface extending all of the component ones.

While a link manager may directly implement these interface methods with custom logic, it is expected to be more common for plugin managers to proxy the method invocations to the respective components.

Hierarchy

Expanded class hierarchy of LinkManagerInterface

All classes that implement LinkManagerInterface

File

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

Namespace

Drupal\rest\LinkManager
View source
interface LinkManagerInterface extends TypeLinkManagerInterface, RelationLinkManagerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
RelationLinkManagerInterface::getRelationUri public function Gets the URI that corresponds to a field. 2
TypeLinkManagerInterface::getTypeInternalIds public function Get a bundle's Typed Data IDs based on a URI. 2
TypeLinkManagerInterface::getTypeUri public function Gets the URI that corresponds to a bundle. 2