function MaskContentEntityStorage::doDeleteFieldItems
Same name and namespace in other branches
- 8.x-3.x modules/ctools_entity_mask/src/MaskContentEntityStorage.php \Drupal\ctools_entity_mask\MaskContentEntityStorage::doDeleteFieldItems()
Deletes entity field values from the storage.
Parameters
\Drupal\Core\Entity\ContentEntityInterface[] $entities: An array of entity objects to be deleted.
Overrides ContentEntityStorageBase::doDeleteFieldItems
File
-
modules/
ctools_entity_mask/ src/ MaskContentEntityStorage.php, line 44
Class
- MaskContentEntityStorage
- Storage handler that simulates a full save, without writing to the database.
Namespace
Drupal\ctools_entity_maskCode
protected function doDeleteFieldItems($entities) {
}