interface ArchiveViewProvider (View source)

A provider of a view for the archive admin

Methods

public
array
getArchiveFieldClass()

Returns the classname of the objects displayed in the field

public
getArchiveField()

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

public
bool
isArchiveFieldEnabled()

Returns whether the archive panel should be shown

Details

array getArchiveFieldClass()

Returns the classname of the objects displayed in the field

Return Value

array

FormField getArchiveField()

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

Return Value

FormField

bool isArchiveFieldEnabled()

Returns whether the archive panel should be shown

Return Value

bool