14 string references to payment.event_dispatcher in Payment 8.2
- Basic::create in src/
Plugin/ Payment/ Method/ Basic.php - Creates an instance of the plugin.
- BasicTest::testCreate in tests/
src/ Unit/ Plugin/ Payment/ Method/ BasicTest.php - @covers ::create @covers ::__construct
- DatabaseQueueWebTest::setUp in tests/
src/ Kernel/ DatabaseQueueWebTest.php - Payment::setPaymentStatus in src/
Entity/ Payment.php - Sets a status.
- PaymentForm::create in modules/
payment_form/ src/ Plugin/ Payment/ Type/ PaymentForm.php - Creates an instance of the plugin.
- PaymentFormTest::testCreate in modules/
payment_form/ tests/ src/ Unit/ Plugin/ Payment/ Type/ PaymentFormTest.php - @covers ::create @covers ::__construct
- PaymentMethodBase::create in src/
Plugin/ Payment/ Method/ PaymentMethodBase.php - Creates an instance of the plugin.
- PaymentMethodBaseTest::testCreate in tests/
src/ Unit/ Plugin/ Payment/ Method/ PaymentMethodBaseTest.php - @covers ::create @covers ::__construct
- PaymentReference::create in modules/
payment_reference/ src/ Plugin/ Payment/ Type/ PaymentReference.php - Creates an instance of the plugin.
- PaymentReferenceTest::testCreate in modules/
payment_reference/ tests/ src/ Unit/ Plugin/ Payment/ Type/ PaymentReferenceTest.php - @covers ::create @covers ::__construct
- PaymentTypeBase::create in src/
Plugin/ Payment/ Type/ PaymentTypeBase.php - Creates an instance of the plugin.
- PaymentTypeBaseTest::testCreate in tests/
src/ Unit/ Plugin/ Payment/ Type/ PaymentTypeBaseTest.php - @covers ::create @covers ::__construct
- Unavailable::create in src/
Plugin/ Payment/ Type/ Unavailable.php - Creates an instance of the plugin.
- UnavailableTest::testCreate in tests/
src/ Unit/ Plugin/ Payment/ Type/ UnavailableTest.php - @covers ::create @covers ::__construct