Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
EntityFormController.php
»
EntityFormController
»
EntityFormController::getFormLangcode
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
7 calls to EntityFormController::getFormLangcode()
EntityFormController::form
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormController.php
Returns the actual form array to be built.
EntityFormController::isDefaultFormLangcode
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormController.php
Implements
\Drupal\Core\Entity\EntityFormControllerInterface::isDefaultFormLangcode
().
EntityFormController::submitEntityLanguage
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormController.php
Handle possible entity language changes.
EntityFormControllerNG::buildEntity
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormControllerNG.php
Overrides EntityFormController::buildEntity().
EntityFormControllerNG::form
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormControllerNG.php
Overrides EntityFormController::form().
EntityTestFormController::form
in drupal/
core/
modules/
system/
tests/
modules/
entity_test/
lib/
Drupal/
entity_test/
EntityTestFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::form
().
NodeFormController::validate
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
NodeFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::validate
().