You are here

namespace Drupal\entityqueue in Entityqueue 8

Classsort descending Location Description
EntityQueueAccessControlHandler src/EntityQueueAccessControlHandler.php Defines the access control handler for the entity_queue entity type.
EntityQueueHandlerBase src/EntityQueueHandlerBase.php Base class for EntityQueueHandler plugins.
EntityQueueHandlerInterface src/EntityQueueHandlerInterface.php Provides an interface for an EntityQueueHandler plugin.
EntityQueueHandlerManager src/EntityQueueHandlerManager.php Provides an EntityQueueHandler plugin manager.
EntityQueueHandlerPluginCollection src/EntityQueueHandlerPluginCollection.php Provides a container for lazily loading EntityQueueHandler plugins.
EntityQueueInterface src/EntityQueueInterface.php Provides an interface defining a EntityQueue entity.
EntityQueueListBuilder src/EntityQueueListBuilder.php Defines a class that builds a listing of entity queues.
EntityQueuePermissions src/EntityQueuePermissions.php Provides dynamic permissions for the Entityqueue module.
EntityQueueRepository src/EntityQueueRepository.php Class EntityQueueRepository.
EntityQueueRepositoryInterface src/EntityQueueRepositoryInterface.php Interface EntityQueueRepositoryInterface.
EntitySubqueueAccessControlHandler src/EntitySubqueueAccessControlHandler.php Defines the access control handler for the entity_subqueue entity type.
EntitySubqueueInterface src/EntitySubqueueInterface.php Provides an interface defining a EntitySubqueue entity.
EntitySubqueueItemsFieldItemList src/EntitySubqueueItemsFieldItemList.php Defines an item list class for a subqueue's items.
EntitySubqueueListBuilder src/EntitySubqueueListBuilder.php Defines a class that builds a listing of entity subqueues.
EntitySubqueueStorage src/EntitySubqueueStorage.php Defines the storage handler class for entity subqueues.