entityManager->getEntityById(SystemData::ENTITY_TYPE, SystemData::ONLY_ID); if ($entity) { return; } $this->entityManager->createEntity(SystemData::ENTITY_TYPE, ['id' => SystemData::ONLY_ID]); } }