You are here

public function NodeViewCountRecordsManagerInterface::deleteOldRecords in Node view count 8

Delete old nodeviewcount records from database.

Parameters

int $time: Lifetime of the records in milliseconds.

1 method overrides NodeViewCountRecordsManagerInterface::deleteOldRecords()
NodeViewCountRecordsManager::deleteOldRecords in src/NodeViewCountRecordsManager.php
Delete old nodeviewcount records from database.

File

src/NodeViewCountRecordsManagerInterface.php, line 47

Class

NodeViewCountRecordsManagerInterface
Provides an interface for interfering with nodeviewcount records.

Namespace

Drupal\nodeviewcount

Code

public function deleteOldRecords($time);