You are here

public function ExcludeNodeTitleManagerInterface::addNodeToList in Exclude Node Title 8

Adds node to exclude list.

Parameters

mixed $param: Can be a node object or integer value (nid).

1 method overrides ExcludeNodeTitleManagerInterface::addNodeToList()
ExcludeNodeTitleManager::addNodeToList in src/ExcludeNodeTitleManager.php
Adds node to exclude list.

File

src/ExcludeNodeTitleManagerInterface.php, line 98

Class

ExcludeNodeTitleManagerInterface
Defines methods to manage Exclude Node Title settings.

Namespace

Drupal\exclude_node_title

Code

public function addNodeToList($param);