function EntityTypeInterface::getStorageClass
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getStorageClass()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getStorageClass()
- 11.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::getStorageClass()
Gets the storage class.
Return value
string The class for this entity type's storage.
1 method overrides EntityTypeInterface::getStorageClass()
- EntityType::getStorageClass in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Gets the storage class.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 217
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function getStorageClass();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.