public static function ResourceFieldCollectionInterface::getInfo in RESTful 7.2
Default get info implementation.
This is the method the implementers need to overwrite in order to provide their own field definitions.
Return value
array The array with field mappings.
1 method overrides ResourceFieldCollectionInterface::getInfo()
- ResourceFieldCollection::getInfo in src/
Plugin/ resource/ Field/ ResourceFieldCollection.php - Default get info implementation.
File
- src/
Plugin/ resource/ Field/ ResourceFieldCollectionInterface.php, line 52 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldCollectionInterface.
Class
Namespace
Drupal\restful\Plugin\resource\FieldCode
public static function getInfo();