public function PrevNextApiInterface::update in Previous/Next API 8.2
Update the prev_next records.
Parameters
int $entity_id: Entity id.
string $bundle_name: Entity type.
1 method overrides PrevNextApiInterface::update()
- PrevNextApi::update in src/
PrevNextApi.php - Update the prev_next records.
File
- src/
PrevNextApiInterface.php, line 28
Class
- PrevNextApiInterface
- Interface for PrevNextApi.
Namespace
Drupal\prev_nextCode
public function update($entity_id, $bundle_name);