You are here

public function ConfigEntityRevisionsTypeInterface::setDisplaySubmitted in Config Entity Revisions 8.2

Same name and namespace in other branches
  1. 8 src/ConfigEntityRevisionsTypeInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsTypeInterface::setDisplaySubmitted()
  2. 1.x src/ConfigEntityRevisionsTypeInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsTypeInterface::setDisplaySubmitted()

Sets whether 'Submitted by' information should be shown.

Parameters

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

1 method overrides ConfigEntityRevisionsTypeInterface::setDisplaySubmitted()
ConfigEntityRevisionsType::setDisplaySubmitted in src/Entity/ConfigEntityRevisionsType.php
Sets whether 'Submitted by' information should be shown.

File

src/ConfigEntityRevisionsTypeInterface.php, line 55

Class

ConfigEntityRevisionsTypeInterface
Provides an interface defining a config_entity_revisions type entity.

Namespace

Drupal\config_entity_revisions

Code

public function setDisplaySubmitted($display_submitted);