You are here

public function RecentlyReadServiceInterface::deleteRecords in Recently Read 8

Delete records from DB.

Parameters

array $records: Number of records to delete.

1 method overrides RecentlyReadServiceInterface::deleteRecords()
RecentlyReadService::deleteRecords in src/RecentlyReadService.php
Delete records from DB.

File

src/RecentlyReadServiceInterface.php, line 31

Class

RecentlyReadServiceInterface
Interface RecentlyReadServiceInterface.

Namespace

Drupal\recently_read

Code

public function deleteRecords(array $records);