You are here

public function ProfileTypeInterface::allowsRevisions in Profile 8

Gets whether this profile type allows revisions.

Return value

bool Whether this profile type allows revisions.

1 method overrides ProfileTypeInterface::allowsRevisions()
ProfileType::allowsRevisions in src/Entity/ProfileType.php
Gets whether this profile type allows revisions.

File

src/Entity/ProfileTypeInterface.php, line 95

Class

ProfileTypeInterface
Provides an interface defining a profile type entity.

Namespace

Drupal\profile\Entity

Code

public function allowsRevisions();