protected function EntitySharePathautoEnhancer::doTransform in Entity Share 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/jsonapi/FieldEnhancer/EntitySharePathautoEnhancer.php \Drupal\entity_share\Plugin\jsonapi\FieldEnhancer\EntitySharePathautoEnhancer::doTransform()
File
- src/
Plugin/ jsonapi/ FieldEnhancer/ EntitySharePathautoEnhancer.php, line 113
Class
- EntitySharePathautoEnhancer
- Prepare path value to be able to handle pathauto metadata.
Namespace
Drupal\entity_share\Plugin\jsonapi\FieldEnhancerCode
protected function doTransform($value, Context $context) {
return $value;
}