invokeWithExtensions('updateFormFields', $fields, $controller, $name, $context); return $fields; } protected function getFormActions(RequestHandler $controller = null, $name, $context = []) { $actions = new FieldList( new FormAction('save', 'Save') ); $this->invokeWithExtensions('updateFormActions', $actions, $controller, $name, $context); return $actions; } }