CheckoutComponent::getFormFields PHP Method

getFormFields() abstract public method

Get form fields for manipulating the current order, according to the responsibilty of this component.
abstract public getFormFields ( Order $order ) : FieldList
$order Order
return FieldList fields for manipulating order
    public abstract function getFormFields(Order $order);