public function ResourceFieldCollectionInterface::setInterpreter in RESTful 7.2
Sets the data interpreter.
Parameters
DataInterpreterInterface $interpreter: The interpreter.
1 method overrides ResourceFieldCollectionInterface::setInterpreter()
- ResourceFieldCollection::setInterpreter in src/
Plugin/ resource/ Field/ ResourceFieldCollection.php - Sets the data interpreter.
File
- src/
Plugin/ resource/ Field/ ResourceFieldCollectionInterface.php, line 81 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldCollectionInterface.
Class
Namespace
Drupal\restful\Plugin\resource\FieldCode
public function setInterpreter($interpreter);