public function ConfigEntityRevisionsTypeInterface::displaySubmitted in Config Entity Revisions 8.2
Same name and namespace in other branches
- 8 src/ConfigEntityRevisionsTypeInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsTypeInterface::displaySubmitted()
- 1.x src/ConfigEntityRevisionsTypeInterface.php \Drupal\config_entity_revisions\ConfigEntityRevisionsTypeInterface::displaySubmitted()
Gets whether 'Submitted by' information should be shown.
Return value
bool TRUE if the submitted by information should be shown.
1 method overrides ConfigEntityRevisionsTypeInterface::displaySubmitted()
- ConfigEntityRevisionsType::displaySubmitted in src/
Entity/ ConfigEntityRevisionsType.php - Gets whether 'Submitted by' information should be shown.
File
- src/
ConfigEntityRevisionsTypeInterface.php, line 47
Class
- ConfigEntityRevisionsTypeInterface
- Provides an interface defining a config_entity_revisions type entity.
Namespace
Drupal\config_entity_revisionsCode
public function displaySubmitted();