You are here

public function ResourceFieldEntityInterface::decorate in RESTful 7.2

Decorate the object.

Parameters

ResourceFieldInterface $decorated: The decorated subject.

1 method overrides ResourceFieldEntityInterface::decorate()
ResourceFieldEntity::decorate in src/Plugin/resource/Field/ResourceFieldEntity.php
Decorate the object.

File

src/Plugin/resource/Field/ResourceFieldEntityInterface.php, line 18
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntityInterface.

Class

ResourceFieldEntityInterface

Namespace

Drupal\restful\Plugin\resource\Field

Code

public function decorate(ResourceFieldInterface $decorated);