You are here

public function NodeTypeInterface::displaySubmitted in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::displaySubmitted()

Gets whether 'Submitted by' information should be shown.

Return value

bool TRUE if the submitted by information should be shown.

1 method overrides NodeTypeInterface::displaySubmitted()
NodeType::displaySubmitted in core/modules/node/src/Entity/NodeType.php
Gets whether 'Submitted by' information should be shown.

File

core/modules/node/src/NodeTypeInterface.php, line 49

Class

NodeTypeInterface
Provides an interface defining a node type entity.

Namespace

Drupal\node

Code

public function displaySubmitted();