public function EntitySubqueueInterface::clearItems in Entityqueue 8
Removes all the items from this subqueue.
Return value
$this
1 method overrides EntitySubqueueInterface::clearItems()
- EntitySubqueue::clearItems in src/
Entity/ EntitySubqueue.php - Removes all the items from this subqueue.
File
- src/
EntitySubqueueInterface.php, line 96
Class
- EntitySubqueueInterface
- Provides an interface defining a EntitySubqueue entity.
Namespace
Drupal\entityqueueCode
public function clearItems();