Entity constraint definitions.
Type: array[]
File
- core/lib/Drupal/Core/Entity/EntityType.php, line 260
Class
- EntityType
- Provides an implementation of an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
1 | protected $constraints = array (); |
Please login to continue.