public function Entity::getConstraints

Implements \Drupal\Core\TypedData\TypedDataInterface::getConstraints().

Overrides TypedDataInterface::getConstraints

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 468
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

public function getConstraints() {

  // @todo: Implement by making entities proper typed data. See
  // http://drupal.org/node/1868004.
  return array();
}