You are here

protected property SchedulerCommerceProductSetupTrait::$productStorage in Scheduler 2.x

The product entity storage.

Is this really needed now that we can use $this->entityStorageObject() ?

Type: Drupal\commerce\CommerceContentEntityStorage

File

tests/src/Traits/SchedulerCommerceProductSetupTrait.php, line 68

Class

SchedulerCommerceProductSetupTrait
Additional setup trait for Scheduler tests that use Commerce Product.

Namespace

Drupal\Tests\scheduler\Traits

Code

protected $productStorage;