You are here

interface PaymentAccessUnitTestDummyPaymentMethodCapturePaymentInterface in Payment 8.2

Extends two interfaces, because we can only mock one.

Hierarchy

Expanded class hierarchy of PaymentAccessUnitTestDummyPaymentMethodCapturePaymentInterface

All classes that implement PaymentAccessUnitTestDummyPaymentMethodCapturePaymentInterface

File

tests/src/Unit/Entity/Payment/PaymentAccessControlHandlerTest.php, line 424

Namespace

Drupal\Tests\payment\Unit\Entity\Payment
View source
interface PaymentAccessUnitTestDummyPaymentMethodCapturePaymentInterface extends PaymentMethodCapturePaymentInterface, PaymentMethodInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PaymentAwareInterface::getPayment public function Gets the payment. 1
PaymentAwareInterface::setPayment public function Sets the payment. 1
PaymentMethodCapturePaymentInterface::capturePayment public function Captures the payment. 1
PaymentMethodCapturePaymentInterface::capturePaymentAccess public function Checks if the payment can be captured. 1
PaymentMethodCapturePaymentInterface::getPaymentCaptureResult public function Gets the payment capture status. 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
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