public function ContentEntityFormInterface::isDefaultFormLangcode

public ContentEntityFormInterface::isDefaultFormLangcode(FormStateInterface $form_state)

Checks whether the current form language matches the entity one.

Parameters

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

bool Returns TRUE if the entity form language matches the entity one.

File

core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php, line 59

Class

ContentEntityFormInterface
Defines a common interface for content entity form classes.

Namespace

Drupal\Core\Entity

Code

public function isDefaultFormLangcode(FormStateInterface $form_state);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!ContentEntityFormInterface.php/function/ContentEntityFormInterface::isDefaultFormLangcode/8.1.x