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