You are here

protected property ResourceFieldBase::$processCallbacks in RESTful 7.2

An array of callbacks to perform on the returned value, or an array with the object and method.

Type: array

File

src/Plugin/resource/Field/ResourceFieldBase.php, line 79
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldBase.

Class

ResourceFieldBase

Namespace

Drupal\restful\Plugin\resource\Field

Code

protected $processCallbacks = array();