public function PushNotificationsTokenInterface::getLanguageCode in Push Notifications 8
Return the entity's language code.
Return value
$string Language code for this entity.
1 method overrides PushNotificationsTokenInterface::getLanguageCode()
- PushNotificationsToken::getLanguageCode in src/
Entity/ PushNotificationsToken.php - Return the entity's language code.
File
- src/
PushNotificationsTokenInterface.php, line 69 - Contains \Drupal\push_notifications\TokenInterface.
Class
- PushNotificationsTokenInterface
- Provides an interface defining a token entity.
Namespace
Drupal\push_notificationsCode
public function getLanguageCode();