| Method | Description | Returns | 
|---|---|---|
| getId() | int | |
| getName() | string | |
| getLabel() | string | |
| getHelp() | string | |
| getInfo() | string | |
| getEntity() | string | |
| getType() | InputType | |
| isRequired() | bool | |
| getDefaultContent() | Content | |
| getCreated() | DateTime | |
| getModified() | DateTime | |
| getValues() | Collection (CustomFieldValue) | |
| isNewRecord() | Check if the record is a new record | bool | 
| isHierarchicalModel() | Check whether a model is a hierarchical model, i.e. can have children | bool | 
| isVersionedModel() | Check whether a model is versioned | bool | 
| getAvailableInputTypes() | Get the available input types | Collection | 
| getAvailableEntities() | Get the available entities for the custom field | array | 
| getHateoasLinks() | Get the HATEOAS links for the record | array | 
| getEditUrl() | Get the url for editing the record. | string | 
| getDeleteUrl() | Get the url for deleting the record. | string | 
| getManageUrl() | Get the url for managing records. | string | 
Common\Models\Backend\CustomField
CustomField