public function PhoneNumberVerificationInterface::getEntity in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Entity/PhoneNumberVerificationInterface.php \Drupal\sms\Entity\PhoneNumberVerificationInterface::getEntity()
- 2.1.x src/Entity/PhoneNumberVerificationInterface.php \Drupal\sms\Entity\PhoneNumberVerificationInterface::getEntity()
Gets the entity for the phone number verification.
Return value
\Drupal\Core\Entity\EntityInterface|null The entity for the phone number verification, or NULL if it is missing.
1 method overrides PhoneNumberVerificationInterface::getEntity()
- PhoneNumberVerification::getEntity in src/
Entity/ PhoneNumberVerification.php - Gets the entity for the phone number verification.
File
- src/
Entity/ PhoneNumberVerificationInterface.php, line 27
Class
- PhoneNumberVerificationInterface
- Interface for phone number verification entity.
Namespace
Drupal\sms\EntityCode
public function getEntity();