public function ResourceFieldInterface::isComputed in RESTful 7.2
Checks if the current field is computed.
Return value
bool TRUE if the field is computed.
3 methods override ResourceFieldInterface::isComputed()
- ResourceFieldBase::isComputed in src/
Plugin/ resource/ Field/ ResourceFieldBase.php - Checks if the current field is computed.
- ResourceFieldEntity::isComputed in src/
Plugin/ resource/ Field/ ResourceFieldEntity.php - Checks if the current field is computed.
- ResourceFieldResource::isComputed in src/
Plugin/ resource/ Field/ ResourceFieldResource.php - Checks if the current field is computed.
File
- src/
Plugin/ resource/ Field/ ResourceFieldInterface.php, line 97 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldInterface.
Class
Namespace
Drupal\restful\Plugin\resource\FieldCode
public function isComputed();