BaseFieldDefinition::isRevisionable

public BaseFieldDefinition::isRevisionable()

Returns whether the field is revisionable.

Return value

bool TRUE if the field is revisionable.

Overrides FieldStorageDefinitionInterface::isRevisionable

File

core/lib/Drupal/Core/Field/BaseFieldDefinition.php, line 236

Class

BaseFieldDefinition
A class for defining entity fields.

Namespace

Drupal\Core\Field

Code

public function isRevisionable() {
  return !empty($this->definition['revisionable']);
}
doc_Drupal
2016-10-29 08:45:43
Comments
Leave a Comment

Please login to continue.