You are here

public function ResourceFieldEntity::isWrapperMethodOnEntity in RESTful 7.2

Return value

boolean

Overrides ResourceFieldEntityInterface::isWrapperMethodOnEntity

3 calls to ResourceFieldEntity::isWrapperMethodOnEntity()
ResourceFieldEntity::access in src/Plugin/resource/Field/ResourceFieldEntity.php
ResourceFieldEntity::addDefaults in src/Plugin/resource/Field/ResourceFieldEntity.php
Almost all the defaults come are applied by the object's property defaults.
ResourceFieldEntity::propertyWrapper in src/Plugin/resource/Field/ResourceFieldEntity.php
Get the wrapper for the property associated to the current field.

File

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

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

public function isWrapperMethodOnEntity() {
  return $this->wrapperMethodOnEntity;
}