DynamicallyFieldableEntityStorageInterface::hasData

Determines if the storage contains any data.

Return value

bool TRUE if the storage contains data, FALSE if not.

File

core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php, line 27

Class

DynamicallyFieldableEntityStorageInterface
A storage that supports entity types with dynamic field definitions.

Namespace

Drupal\Core\Entity

Code

1
public function hasData();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.