You are here

public function Main__1_2::processCallbackFromValue in RESTful 7.2

Process a property value.

File

tests/modules/restful_test/src/Plugin/resource/entity_test/main/v1/Main__1_2.php, line 86
Contains \Drupal\restful_test\Plugin\resource\entity_test\main\v1\Main__1_2.

Class

Main__1_2
Class Main__1_2 @package Drupal\restful_test\Plugin\resource

Namespace

Drupal\restful_test\Plugin\resource\entity_test\main\v1

Code

public function processCallbackFromValue($value) {
  return $value . ' processed from value';
}