Returns the code identifying the active form language.
Parameters
array $form_state:
An associative array containing the current state of the form.
Return value
string
The form language code.
File
- drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php, line 44
- Definition of Drupal\Core\Entity\EntityFormControllerInterface.
Class
- EntityFormControllerInterface
- Defines a common interface for entity form controller classes.
Namespace
Drupal\Core\Entity
Code
public function getFormLangcode(array $form_state);