Status code identifying a newly created translation.
File
- core/lib/Drupal/Core/Entity/ContentEntityBase.php, line 34
Class
- ContentEntityBase
- Implements Entity Field API specific enhancements to the Entity class.
Namespace
Drupal\Core\Entity
Code
1 | const TRANSLATION_CREATED = 2; |
Please login to continue.