public function ProfileTypeInterface::showRevisionUi in Profile 8
Gets whether profiles of this type should show the revision fields.
Return value
bool Whether profiles of this type should show the revision fields.
1 method overrides ProfileTypeInterface::showRevisionUi()
- ProfileType::showRevisionUi in src/Entity/ ProfileType.php 
- Gets whether profiles of this type should show the revision fields.
File
- src/Entity/ ProfileTypeInterface.php, line 103 
Class
- ProfileTypeInterface
- Provides an interface defining a profile type entity.
Namespace
Drupal\profile\EntityCode
public function showRevisionUi();