You are here

public function ResourceFieldInterface::executeProcessCallbacks in RESTful 7.2

Executes the process callbacks.

Parameters

mixed $value: The initial value.

Return value

mixed The processed value.

3 methods override ResourceFieldInterface::executeProcessCallbacks()
ResourceFieldBase::executeProcessCallbacks in src/Plugin/resource/Field/ResourceFieldBase.php
Executes the process callbacks.
ResourceFieldEntity::executeProcessCallbacks in src/Plugin/resource/Field/ResourceFieldEntity.php
Executes the process callbacks.
ResourceFieldResource::executeProcessCallbacks in src/Plugin/resource/Field/ResourceFieldResource.php
Executes the process callbacks.

File

src/Plugin/resource/Field/ResourceFieldInterface.php, line 219
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldInterface.

Class

ResourceFieldInterface

Namespace

Drupal\restful\Plugin\resource\Field

Code

public function executeProcessCallbacks($value);