function MaskContentEntityStorage::readFieldItemsToPurge

Same name in other branches
  1. 8.x-3.x modules/ctools_entity_mask/src/MaskContentEntityStorage.php \Drupal\ctools_entity_mask\MaskContentEntityStorage::readFieldItemsToPurge()

Overrides ContentEntityStorageBase::readFieldItemsToPurge

File

modules/ctools_entity_mask/src/MaskContentEntityStorage.php, line 18

Class

MaskContentEntityStorage
Storage handler that simulates a full save, without writing to the database.

Namespace

Drupal\ctools_entity_mask

Code

protected function readFieldItemsToPurge(FieldDefinitionInterface $field_definition, $batch_size) {
    return [];
}