You are here

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

The internal name of the product type not enabled for scheduling.

Type: string

File

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

Class

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

Namespace

Drupal\Tests\scheduler\Traits

Code

protected $nonSchedulerProductTypeName = 'non_enabled_product';