You are here

protected function ResourceFieldEntity::resourceValue in RESTful 7.2

Get value for a field based on another resource.

Parameters

DataInterpreterInterface $source: The data source.

Return value

mixed A single or multiple values.

File

src/Plugin/resource/Field/ResourceFieldEntity.php, line 665
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntity

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

protected function resourceValue(DataInterpreterInterface $source) {
}