public function DynamicallyFieldableEntityStorageInterface::hasData

public 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();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!DynamicallyFieldableEntityStorageInterface.php/function/DynamicallyFieldableEntityStorageInterface::hasData/8.1.x