You are here

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

Helper function to update other entities pointing to a particular entity.

Parameters

int $entity_id: Entity id.

string $bundle_name: Entity type.

1 method overrides PrevNextApiInterface::modifyPointingEntities()
PrevNextApi::modifyPointingEntities in src/PrevNextApi.php
Helper function to update other entities pointing to a particular entity.

File

src/PrevNextApiInterface.php, line 61

Class

PrevNextApiInterface
Interface for PrevNextApi.

Namespace

Drupal\prev_next

Code

public function modifyPointingEntities($entity_id, $bundle_name);