public function MobileNumberUtilInterface::libUtil in Mobile Number 8
Same name and namespace in other branches
- 2.0.x src/MobileNumberUtilInterface.php \Drupal\mobile_number\MobileNumberUtilInterface::libUtil()
Get libphonenumber Util instance.
Return value
\libphonenumber\PhoneNumberUtil Libphonenumber utility instance.
1 method overrides MobileNumberUtilInterface::libUtil()
- MobileNumberUtil::libUtil in src/
MobileNumberUtil.php - Get libphonenumber Util instance.
File
- src/
MobileNumberUtilInterface.php, line 54
Class
- MobileNumberUtilInterface
- Provides an interface for mobile number utility.
Namespace
Drupal\mobile_numberCode
public function libUtil();