protected Entity::uuidGenerator()
Gets the UUID generator.
Return value
\Drupal\Component\Uuid\UuidInterface
File
- core/lib/Drupal/Core/Entity/Entity.php, line 104
Class
- Entity
- Defines a base entity class.
Namespace
Drupal\Core\Entity
Code
1 2 3 | protected function uuidGenerator() { return \Drupal::service( 'uuid' ); } |
Please login to continue.