EntityType::checkStorageClass

protected EntityType::checkStorageClass($class)

Checks that the provided class is compatible with the current entity type.

Parameters

string $class: The class to check.

File

core/lib/Drupal/Core/Entity/EntityType.php, line 494

Class

EntityType
Provides an implementation of an entity type and its metadata.

Namespace

Drupal\Core\Entity

Code

protected function checkStorageClass($class) {
  // Nothing to check by default.
}
doc_Drupal
2016-10-29 09:07:56
Comments
Leave a Comment

Please login to continue.