You are here

interface PaymentStatusFormUnitTestDummyPaymentMethodUpdateStatusInterface in Payment 8.2

Extends two interfaces, because we can only mock one.

Hierarchy

Expanded class hierarchy of PaymentStatusFormUnitTestDummyPaymentMethodUpdateStatusInterface

All classes that implement PaymentStatusFormUnitTestDummyPaymentMethodUpdateStatusInterface

File

tests/src/Unit/Entity/Payment/PaymentStatusFormTest.php, line 339

Namespace

Drupal\Tests\payment\Unit\Entity\Payment
View source
interface PaymentStatusFormUnitTestDummyPaymentMethodUpdateStatusInterface extends PaymentMethodUpdatePaymentStatusInterface, PaymentMethodInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PaymentAwareInterface::getPayment public function Gets the payment. 1
PaymentAwareInterface::setPayment public function Sets the payment. 1
PaymentMethodInterface::executePayment public function Executes the payment. 2
PaymentMethodInterface::executePaymentAccess public function Checks if the payment can be executed. 2
PaymentMethodInterface::getPaymentExecutionResult public function Gets the payment execution status. 2
PaymentMethodUpdatePaymentStatusInterface::getSettablePaymentStatuses public function Returns the statuses that can be set on a payment. 1
PaymentMethodUpdatePaymentStatusInterface::updatePaymentStatusAccess public function Checks if the payment status can be updated. 1
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2