public function EntityQueueInterface::getMinimumSize in Entityqueue 8
Gets the minimum number of items that this queue can hold.
Return value
int
1 method overrides EntityQueueInterface::getMinimumSize()
- EntityQueue::getMinimumSize in src/
Entity/ EntityQueue.php - Gets the minimum number of items that this queue can hold.
File
- src/
EntityQueueInterface.php, line 67
Class
- EntityQueueInterface
- Provides an interface defining a EntityQueue entity.
Namespace
Drupal\entityqueueCode
public function getMinimumSize();