public function PublicFieldInfoEntityInterface::getFormSchemaAllowedValues in RESTful 7.2
Get allowed values for the form schema.
Using Field API's "Options" module to get the allowed values.
Return value
mixed The allowed values or NULL if none found.
1 method overrides PublicFieldInfoEntityInterface::getFormSchemaAllowedValues()
- PublicFieldInfoEntity::getFormSchemaAllowedValues in src/
Plugin/ resource/ Field/ PublicFieldInfo/ PublicFieldInfoEntity.php - Get allowed values for the form schema.
File
- src/
Plugin/ resource/ Field/ PublicFieldInfo/ PublicFieldInfoEntityInterface.php, line 20 - Contains \Drupal\restful\Plugin\resource\Field\PublicFieldInfo\PublicFieldInfoEntityInterface.
Class
Namespace
Drupal\restful\Plugin\resource\Field\PublicFieldInfoCode
public function getFormSchemaAllowedValues();