public function ExcludeNodeTitleManagerInterface::preprocessTitle in Exclude Node Title 8
Remove the title from the variables array.
Parameters
mixed $vars: Theme function variables.
mixed $node: Can be NodeInterface object or integer id.
string $view_mode: View mode name.
1 method overrides ExcludeNodeTitleManagerInterface::preprocessTitle()
- ExcludeNodeTitleManager::preprocessTitle in src/
ExcludeNodeTitleManager.php - Remove the title from the variables array.
File
- src/
ExcludeNodeTitleManagerInterface.php, line 90
Class
- ExcludeNodeTitleManagerInterface
- Defines methods to manage Exclude Node Title settings.
Namespace
Drupal\exclude_node_titleCode
public function preprocessTitle(&$vars, $node, $view_mode);