function MaskContentEntityStorage::has

Same name and namespace in other branches
  1. 4.0.x modules/ctools_entity_mask/src/MaskContentEntityStorage.php \Drupal\ctools_entity_mask\MaskContentEntityStorage::has()

Overrides EntityStorageBase::has

File

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

Class

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

Namespace

Drupal\ctools_entity_mask

Code

protected function has($id, EntityInterface $entity) {
    return FALSE;
}