You are here

interface EntityTranslationUnifiedFormModeInterface in Entity Translation Unified Form 8

Hierarchy

Expanded class hierarchy of EntityTranslationUnifiedFormModeInterface

All classes that implement EntityTranslationUnifiedFormModeInterface

2 files declare their use of EntityTranslationUnifiedFormModeInterface
EntityTranslationUnifiedFormInlineMode.php in src/Plugin/EntityTranslationUnifiedFormMode/EntityTranslationUnifiedFormInlineMode.php
EntityTranslationUnifiedFormTabbedMode.php in src/Plugin/EntityTranslationUnifiedFormMode/EntityTranslationUnifiedFormTabbedMode.php

File

src/EntityTranslationUnifiedFormModeInterface.php, line 5

Namespace

Drupal\entity_translation_unified_form
View source
interface EntityTranslationUnifiedFormModeInterface {

  //public function validateDependencies
  public function fieldFormAlter($form, $form_state, &$field, $field_name, $language);
  public function getFieldGroupThemeWrapper($form, $form_state, $field, $field_name);
  public function getFieldThemeWrapper($form, $form_state, $field, $field_name, $language);

}

Members