TranslateFormBase::$state

The state store. Type: \Drupal\Core\State\StateInterface File core/modules/locale/src/Form/TranslateFormBase.php, line 30 Class TranslateFormBase Defines the locale user interface translation form base. Namespace Drupal\locale\Form Code protected $state;

TranslateFormBase::$localeStorage

The locale storage. Type: \Drupal\locale\StringStorageInterface File core/modules/locale/src/Form/TranslateFormBase.php, line 23 Class TranslateFormBase Defines the locale user interface translation form base. Namespace Drupal\locale\Form Code protected $localeStorage;

TranslateFormBase::$languageManager

The language manager. Type: \Drupal\Core\Language\LanguageManagerInterface File core/modules/locale/src/Form/TranslateFormBase.php, line 37 Class TranslateFormBase Defines the locale user interface translation form base. Namespace Drupal\locale\Form Code protected $languageManager;

TranslateFormBase::$filterValues

File core/modules/locale/src/Form/TranslateFormBase.php, line 44 Class TranslateFormBase Defines the locale user interface translation form base. Namespace Drupal\locale\Form Code protected static $filterValues;

TranslateFormBase

Defines the locale user interface translation form base. Provides methods for searching and filtering strings. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\locale\Form\TranslateFormBase File core/modules/locale/src/Form/TranslateFormBase.php, line 16 Namespace Drupal\locale\Form M

TranslateFilterForm::submitForm

public TranslateFilterForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/locale/src/Form/TranslateFilterForm.php, line 82 Class TranslateFilterForm Provides a filtered translation edit form. Namespace Drupal\locale\Form Code publi

TranslateFilterForm::resetForm

public TranslateFilterForm::resetForm(array &$form, FormStateInterface $form_state) Provides a submit handler for the reset button. File core/modules/locale/src/Form/TranslateFilterForm.php, line 95 Class TranslateFilterForm Provides a filtered translation edit form. Namespace Drupal\locale\Form Code public function resetForm(array &$form, FormStateInterface $form_state) { $_SESSION['locale_translate_filter'] = array(); $form_state->setRedirect('locale.translate_page');

TranslateFilterForm::getFormId

public TranslateFilterForm::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/locale/src/Form/TranslateFilterForm.php, line 15 Class TranslateFilterForm Provides a filtered translation edit form. Namespace Drupal\locale\Form Code public function getFormId() { return 'locale_translate_filter_form'; }

TranslateFilterForm::buildForm

public TranslateFilterForm::buildForm(array $form, FormStateInterface $form_state) Form constructor. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Return value array The form structure. Overrides FormInterface::buildForm File core/modules/locale/src/Form/TranslateFilterForm.php, line 22 Class TranslateFilterForm Provides a filtered translation edit form. Namespace Drup

TranslateFilterForm

Provides a filtered translation edit form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\locale\Form\TranslateFormBaseclass \Drupal\locale\Form\TranslateFilterForm File core/modules/locale/src/Form/TranslateFilterForm.php, line 10 Namespace Drupal\locale\Form Members Name Modif