public function ResourceFieldEntity::getWrapperMethod in RESTful 7.2
Return value
string
Overrides ResourceFieldEntityInterface::getWrapperMethod
3 calls to ResourceFieldEntity::getWrapperMethod()
- 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::propertyOnEntity in src/
Plugin/ resource/ Field/ ResourceFieldEntity.php - Sets the resource field property to the schema field in the entity.
File
- src/
Plugin/ resource/ Field/ ResourceFieldEntity.php, line 705 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntity
Class
- ResourceFieldEntity
- Class ResourceFieldEntity.
Namespace
Drupal\restful\Plugin\resource\FieldCode
public function getWrapperMethod() {
return $this->wrapperMethod;
}