NodeType::displaySubmitted

public NodeType::displaySubmitted()

Gets whether 'Submitted by' information should be shown.

Return value

bool TRUE if the submitted by information should be shown.

Overrides NodeTypeInterface::displaySubmitted

File

core/modules/node/src/Entity/NodeType.php, line 134

Class

NodeType
Defines the Node type configuration entity.

Namespace

Drupal\node\Entity

Code

public function displaySubmitted() {
  return $this->display_submitted;
}
doc_Drupal
2016-10-29 09:31:29
Comments
Leave a Comment

Please login to continue.