You are here

public function NodeViewCountRecordsManagerInterface::insertRecord in Node view count 8

Insert nodeviewcount record to the database.

Parameters

int $uid: Id of user which viewed the content.

int $nid: Id of viewed node.

int $uip: The user ip who viewed node.

1 method overrides NodeViewCountRecordsManagerInterface::insertRecord()
NodeViewCountRecordsManager::insertRecord in src/NodeViewCountRecordsManager.php

File

src/NodeViewCountRecordsManagerInterface.php, line 24

Class

NodeViewCountRecordsManagerInterface
Provides an interface for interfering with nodeviewcount records.

Namespace

Drupal\nodeviewcount

Code

public function insertRecord($uid, $nid, $uip);