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);
doc_Drupal
2016-10-29 08:57:19
Comments
Leave a Comment

Please login to continue.