You are here

public function FormatterManagerInterface::getPlugin in RESTful 7.2

Returns the plugin instance for the given instance ID.

Return value

FormatterInterface

1 method overrides FormatterManagerInterface::getPlugin()
FormatterManager::getPlugin in src/Formatter/FormatterManager.php
{@inheritdocs}

File

src/Formatter/FormatterManagerInterface.php, line 76
Contains \Drupal\restful\Formatter\FormatterManagerInterface

Class

FormatterManagerInterface

Namespace

Drupal\restful\Formatter

Code

public function getPlugin($instance_id);