function NodeTypeInterface::displaySubmitted
Same name in other branches
- 9 core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::displaySubmitted()
- 8.9.x core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::displaySubmitted()
- 11.x 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 35
Class
- NodeTypeInterface
- Provides an interface defining a node type entity.
Namespace
Drupal\nodeCode
public function displaySubmitted();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.