You are here

14 string references to plugin.manager.payment.status 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
ListPaymentStatuses::create in src/Controller/ListPaymentStatuses.php
Instantiates a new instance of this class.
ListPaymentStatusesTest::testCreate in tests/src/Unit/Controller/ListPaymentStatusesTest.php
@covers ::create @covers ::__construct
Payment::statusManager in src/Payment.php
Returns the payment status manager.
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
PaymentStatusBase::create in src/Plugin/Payment/Status/PaymentStatusBase.php
Creates an instance of the plugin.
PaymentStatusBaseTest::testCreate in tests/src/Unit/Plugin/Payment/Status/PaymentStatusBaseTest.php
@covers ::create @covers ::__construct
PaymentStatusLabel::create in src/Plugin/views/field/PaymentStatusLabel.php
Creates an instance of the plugin.
PaymentStatusLabelTest::testCreate in tests/src/Unit/Plugin/views/field/PaymentStatusLabelTest.php
@covers ::create @covers ::__construct
PaymentStorage::createInstance in src/Entity/Payment/PaymentStorage.php
Instantiates a new instance of this entity handler.
PaymentTest::testStatusManager in tests/src/Unit/PaymentTest.php
@covers ::statusManager