You are here

public function ExcludeNodeTitleManagerInterface::getExcludedViewModes in Exclude Node Title 8

Loads excluded view modes for node type.

Parameters

mixed $param: Can be NodeTypeInterface object or machine name.

Return value

array View modes.

1 method overrides ExcludeNodeTitleManagerInterface::getExcludedViewModes()
ExcludeNodeTitleManager::getExcludedViewModes in src/ExcludeNodeTitleManager.php
Loads excluded view modes for node type.

File

src/ExcludeNodeTitleManagerInterface.php, line 30

Class

ExcludeNodeTitleManagerInterface
Defines methods to manage Exclude Node Title settings.

Namespace

Drupal\exclude_node_title

Code

public function getExcludedViewModes($param);