public function ResourceFieldResource::setProperty in RESTful 7.2
Parameters
string $property:
Overrides ResourceFieldInterface::setProperty
File
- src/
Plugin/ resource/ Field/ ResourceFieldResource.php, line 243 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldResource.
Class
Namespace
Drupal\restful\Plugin\resource\FieldCode
public function setProperty($property) {
$this->decorated
->setProperty($property);
}