public function LoginDestination::getLanguage in Login Destination 8
Same name and namespace in other branches
- 8.2 src/Entity/LoginDestination.php \Drupal\login_destination\Entity\LoginDestination::getLanguage()
File
- src/
Entity/ LoginDestination.php, line 192
Class
- LoginDestination
- Defines a login destination configuration entity.
Namespace
Drupal\login_destination\EntityCode
public function getLanguage() {
return $this->language;
}