public function DynamicallyFieldableEntityStorageInterface::hasData in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php \Drupal\Core\Entity\DynamicallyFieldableEntityStorageInterface::hasData()
Determines if the storage contains any data.
Return value
bool TRUE if the storage contains data, FALSE if not.
1 method overrides DynamicallyFieldableEntityStorageInterface::hasData()
- ContentEntityStorageBase::hasData in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Determines if the storage contains any data.
File
- core/
lib/ Drupal/ Core/ Entity/ DynamicallyFieldableEntityStorageInterface.php, line 32 - Contains \Drupal\Core\Entity\DynamicallyFieldableEntityStorageInterface.
Class
- DynamicallyFieldableEntityStorageInterface
- A storage that supports entity types with dynamic field definitions.
Namespace
Drupal\Core\EntityCode
public function hasData();