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

public function hasData();
doc_Drupal
2016-10-29 09:03:24
Comments
Leave a Comment

Please login to continue.