You are here

protected property ImageCaptionStorage::$tableRevision in Image Field Caption 8

The name of the revision table.

Type: string

File

src/ImageCaptionStorage.php, line 56
Contains \Drupal\image_field_caption\ImageCaptionStorage.

Class

ImageCaptionStorage
Storage controller class for image captions.

Namespace

Drupal\image_field_caption

Code

protected $tableRevision = 'image_field_caption_revision';