function MaskContentEntityStorage::countFieldData
Same name in other branches
- 8.x-3.x modules/ctools_entity_mask/src/MaskContentEntityStorage.php \Drupal\ctools_entity_mask\MaskContentEntityStorage::countFieldData()
File
-
modules/
ctools_entity_mask/ src/ MaskContentEntityStorage.php, line 77
Class
- MaskContentEntityStorage
- Storage handler that simulates a full save, without writing to the database.
Namespace
Drupal\ctools_entity_maskCode
public function countFieldData($storage_definition, $as_bool = FALSE) {
return $as_bool ? FALSE : 0;
}