public NodeTypeInterface::displaySubmitted()
Gets whether 'Submitted by' information should be shown.
Return value
bool TRUE if the submitted by information should be shown.
File
- core/modules/node/src/NodeTypeInterface.php, line 42
Class
- NodeTypeInterface
- Provides an interface defining a node type entity.
Namespace
Drupal\node
Code
public function displaySubmitted();
Please login to continue.