You are here

public function ResourceFieldEntity::isComputed in RESTful 7.2

Checks if the current field is computed.

Return value

bool TRUE if the field is computed.

Overrides ResourceFieldInterface::isComputed

File

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

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

public function isComputed() {
  return $this->decorated
    ->isComputed();
}