interface ArchiveViewProvider

A provider of a view for the archive admin

Methods

array
getArchiveFieldClass()

Returns the classname of the objects displayed in the field

getArchiveField()

Method on a {@link DataObject} which returns a custom field (usually {@link GridField}) for viewing and/or interacting with this objects archived records

boolean
isArchiveFieldEnabled()

Returns whether the archive panel should be shown

Details

at line 19
array getArchiveFieldClass()

Returns the classname of the objects displayed in the field

Return Value

array

at line 27
FormField getArchiveField()

Method on a {@link DataObject} which returns a custom field (usually {@link GridField}) for viewing and/or interacting with this objects archived records

Return Value

FormField

at line 34
boolean isArchiveFieldEnabled()

Returns whether the archive panel should be shown

Return Value

boolean