function ContentEntityNullStorage::hasData
Overrides EntityStorageBase::hasData
File
- 
              core/lib/ Drupal/ Core/ Entity/ ContentEntityNullStorage.php, line 146 
Class
- ContentEntityNullStorage
- Defines a null entity storage.
Namespace
Drupal\Core\EntityCode
public function hasData() {
  return FALSE;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
