public function NodeOrderManagerInterface::handleListsDecrease in Node Order 8
Reorder list in which the node is dropped.
When a node is removed, recalculates the ordering for a given term ID.
Parameters
int $tid: The term ID.
1 method overrides NodeOrderManagerInterface::handleListsDecrease()
- NodeOrderManager::handleListsDecrease in src/
NodeOrderManager.php - Reorder list in which the node is dropped.
File
- src/
NodeOrderManagerInterface.php, line 130
Class
- NodeOrderManagerInterface
- Provides an interface defining a NodeOrderManager.
Namespace
Drupal\nodeorderCode
public function handleListsDecrease($tid);