NodeTypeInterface::setDisplaySubmitted

public NodeTypeInterface::setDisplaySubmitted($display_submitted)

Sets whether 'Submitted by' information should be shown.

Parameters

bool $display_submitted: TRUE if the submitted by information should be shown.

File

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

Class

NodeTypeInterface
Provides an interface defining a node type entity.

Namespace

Drupal\node

Code

public function setDisplaySubmitted($display_submitted);
doc_Drupal
2016-10-29 09:31:42
Comments
Leave a Comment

Please login to continue.