public function ExcludeNodeTitleManagerInterface::isTitleExcluded in Exclude Node Title 8
Tells if node should get hidden or not.
Parameters
mixed $param: Can be a node object or integer value (nid).
string $view_mode: Node view mode to check.
Return value
bool Returns boolean TRUE if should be hidden, FALSE when not.
1 method overrides ExcludeNodeTitleManagerInterface::isTitleExcluded()
- ExcludeNodeTitleManager::isTitleExcluded in src/
ExcludeNodeTitleManager.php - Tells if node should get hidden or not.
File
- src/
ExcludeNodeTitleManagerInterface.php, line 70
Class
- ExcludeNodeTitleManagerInterface
- Defines methods to manage Exclude Node Title settings.
Namespace
Drupal\exclude_node_titleCode
public function isTitleExcluded($param, $view_mode = 'full');