You are here

protected property SchedulerSetupTrait::$nonSchedulerTypeName in Scheduler 2.x

The readable name of content type which is not enabled for scheduling.

Type: string

File

tests/src/Traits/SchedulerSetupTrait.php, line 77

Class

SchedulerSetupTrait
Generic setup for all Scheduler tests.

Namespace

Drupal\Tests\scheduler\Traits

Code

protected $nonSchedulerTypeName = 'Not For Scheduler';