You are here

protected property SchedulerSetupTrait::$nonSchedulerNodetype in Scheduler 8

Same name and namespace in other branches
  1. 2.x tests/src/Traits/SchedulerSetupTrait.php \Drupal\Tests\scheduler\Traits\SchedulerSetupTrait::nonSchedulerNodeType

The node type object which is not enabled for scheduling.

Type: \Drupal\node\Entity\NodeType

File

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

Class

SchedulerSetupTrait
Generic setup for all Scheduler tests.

Namespace

Drupal\Tests\scheduler\Traits

Code

protected $nonSchedulerNodetype;