You are here

public function ExcludeNodeTitleManagerInterface::getNodeInfo in Exclude Node Title 8

Helper function to that extracts node information from $param.

Parameters

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

Return value

mixed Returns an array with node id and node type, or FALSE if errors exist.

1 method overrides ExcludeNodeTitleManagerInterface::getNodeInfo()
ExcludeNodeTitleManager::getNodeInfo in src/ExcludeNodeTitleManager.php
Helper function to that extracts node information from $param.

File

src/ExcludeNodeTitleManagerInterface.php, line 49

Class

ExcludeNodeTitleManagerInterface
Defines methods to manage Exclude Node Title settings.

Namespace

Drupal\exclude_node_title

Code

public function getNodeInfo($param);