You are here

protected property SmartQueue::$entityTypeRepository in Entityqueue 8

The entity type repository.

Type: \Drupal\Core\Entity\EntityTypeRepositoryInterface

File

modules/entityqueue_smartqueue/src/Plugin/EntityQueueHandler/SmartQueue.php, line 38

Class

SmartQueue
Plugin annotation @EntityQueueHandler( id = "smartqueue", title = @Translation("Smart queue"), description = @Translation("Provides automated subqueues for each entity of a given type."), )

Namespace

Drupal\entityqueue_smartqueue\Plugin\EntityQueueHandler

Code

protected $entityTypeRepository;