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