You are here

11 calls to Formatter::getResource() in RESTful 7.2

Formatter::createCacheController in src/Plugin/formatter/Formatter.php
Gets a cache controller based on the data to be rendered.
Formatter::limitFields in src/Plugin/formatter/Formatter.php
Returns only the allowed fields by filtering out the other ones.
FormatterHalJson::addHateoas in src/Plugin/formatter/FormatterHalJson.php
Add HATEOAS links to list of item.
FormatterHalJson::prepare in src/Plugin/formatter/FormatterHalJson.php
Massages the raw data to create a structured array to pass to the renderer.
FormatterJson::addHateoas in src/Plugin/formatter/FormatterJson.php
Add HATEOAS links to list of item.
FormatterJson::prepare in src/Plugin/formatter/FormatterJson.php
Massages the raw data to create a structured array to pass to the renderer.
FormatterJsonApi::addHateoas in src/Plugin/formatter/FormatterJsonApi.php
Add HATEOAS links to list of item.
FormatterJsonApi::embedField in src/Plugin/formatter/FormatterJsonApi.php
Embeds the final contents of a field.
FormatterJsonApi::getRequest in src/Plugin/formatter/FormatterJsonApi.php
Gets the request object for this formatter.
FormatterJsonApi::prepare in src/Plugin/formatter/FormatterJsonApi.php
Massages the raw data to create a structured array to pass to the renderer.
FormatterJsonApi::renormalize in src/Plugin/formatter/FormatterJsonApi.php
Move the embedded resources to the included key.