You are here

public function PrevNextApiInterface::remove in Previous/Next API 8.2

Remove the prev_next records.

Parameters

int $entity_id: Entity id.

string $bundle_name: Entity type.

1 method overrides PrevNextApiInterface::remove()
PrevNextApi::remove in src/PrevNextApi.php
Remove the prev_next records.

File

src/PrevNextApiInterface.php, line 38

Class

PrevNextApiInterface
Interface for PrevNextApi.

Namespace

Drupal\prev_next

Code

public function remove($entity_id, $bundle_name);