You are here

public function FormatterInterface::getResource in RESTful 7.2

Gets the underlying resource.

Return value

ResourceInterface The resource.

1 method overrides FormatterInterface::getResource()
Formatter::getResource in src/Plugin/formatter/Formatter.php
Gets the underlying resource.

File

src/Plugin/formatter/FormatterInterface.php, line 69
Contains \Drupal\restful\Plugin\formatter\FormatterInterface

Class

FormatterInterface

Namespace

Drupal\restful\Plugin\formatter

Code

public function getResource();