You are here

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\Entity

Code

public function showRevisionUi();