public function EntityShareBlockFieldEnhancer::getOutputJsonSchema in Entity Share 8.2
Same name and namespace in other branches
- 8.3 src/Plugin/jsonapi/FieldEnhancer/EntityShareBlockFieldEnhancer.php \Drupal\entity_share\Plugin\jsonapi\FieldEnhancer\EntityShareBlockFieldEnhancer::getOutputJsonSchema()
File
- src/
Plugin/ jsonapi/ FieldEnhancer/ EntityShareBlockFieldEnhancer.php, line 114
Class
- EntityShareBlockFieldEnhancer
- Prepare block field value to be able to handle block content entities.
Namespace
Drupal\entity_share\Plugin\jsonapi\FieldEnhancerCode
public function getOutputJsonSchema() {
return [
'type' => 'object',
];
}