interface PublicFieldInfoEntityInterface in RESTful 7.2
Hierarchy
- interface \Drupal\restful\Plugin\resource\Field\PublicFieldInfo\PublicFieldInfoInterface
- interface \Drupal\restful\Plugin\resource\Field\PublicFieldInfo\PublicFieldInfoEntityInterface
Expanded class hierarchy of PublicFieldInfoEntityInterface
All classes that implement PublicFieldInfoEntityInterface
1 file declares its use of PublicFieldInfoEntityInterface
- ResourceFieldEntity.php in src/
Plugin/ resource/ Field/ ResourceFieldEntity.php - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntity
File
- src/
Plugin/ resource/ Field/ PublicFieldInfo/ PublicFieldInfoEntityInterface.php, line 10 - Contains \Drupal\restful\Plugin\resource\Field\PublicFieldInfo\PublicFieldInfoEntityInterface.
Namespace
Drupal\restful\Plugin\resource\Field\PublicFieldInfoView source
interface PublicFieldInfoEntityInterface extends PublicFieldInfoInterface {
/**
* Get allowed values for the form schema.
*
* Using Field API's "Options" module to get the allowed values.
*
* @return mixed
* The allowed values or NULL if none found.
*/
public function getFormSchemaAllowedValues();
/**
* Get the form type for the form schema.
*
* Using Field API's "Options" module to get the allowed values.
*
* @return mixed
* The form element type.
*/
public function getFormSchemaAllowedType();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PublicFieldInfoEntityInterface:: |
public | function | Get the form type for the form schema. | 1 |
PublicFieldInfoEntityInterface:: |
public | function | Get allowed values for the form schema. | 1 |
PublicFieldInfoInterface:: |
public | function | Add categories to the field info. | 2 |
PublicFieldInfoInterface:: |
public | function | Merges default data in a section if it's not populated. | 2 |
PublicFieldInfoInterface:: |
public | function | Gets the section. | 2 |
PublicFieldInfoInterface:: |
public | function | Generates an structured array ready to be encoded. | 2 |