public function NodeOrderManagerInterface::getTermMinMax in Node Order 8
Get the minimum and maximum weights available for ordering nodes on a term.
Parameters
int $tid: The tid of the term from which to check values.
bool $reset: (optional) Select from or reset the cache.
Return value
array An associative array with elements 'min' and 'max'.
1 method overrides NodeOrderManagerInterface::getTermMinMax()
- NodeOrderManager::getTermMinMax in src/
NodeOrderManager.php - Get min and max weight in the term.
File
- src/
NodeOrderManagerInterface.php, line 33
Class
- NodeOrderManagerInterface
- Provides an interface defining a NodeOrderManager.
Namespace
Drupal\nodeorderCode
public function getTermMinMax($tid, $reset = FALSE);