NAME
Kernel::WebApp::Util::ConfigItem::Field::Role::ProvidesReferenceFieldBase – Provides base functionality for the reference fields.
has ReadableValue
Provides a human readable value equivalent to the objects id.
requires Type
Specifies the field type of the current field.
requires ReferenceType
Specifies the reference type of the current field.
requires FieldValidator
Specifies the reference type of the current field.
requires SearchEndpointURL
Specifies the name of the validation module for the current field.
requires _BuildReadableValue
Returns the transformed human readable value from the provided objects id.
FilterFormFieldSchema()
Returns the filter form field schema for the current field type.
DisplayValueData()
Returns the display value data for the current field.
ExportDisplayValue()
Returns the export display value for the current field.
PRIVATE INTERFACE
_FormFieldSchema()
Returns the form field schema for the current field type.
around _BuildValidators()
Adds an additional validator in the list.
_BuildReadableValue()
Returns additional params.
