public function SourcePluginUiBase::overviewFormValidate in Translation Management Tool 8
2 methods override SourcePluginUiBase::overviewFormValidate()
- ConfigSourcePluginUi::overviewFormValidate in sources/
tmgmt_config/ src/ ConfigSourcePluginUi.php - ContentEntitySourcePluginUi::overviewFormValidate in sources/
content/ src/ ContentEntitySourcePluginUi.php
File
- src/
SourcePluginUiBase.php, line 74
Class
- SourcePluginUiBase
- Default ui controller class for source plugin.
Namespace
Drupal\tmgmtCode
public function overviewFormValidate(array $form, FormStateInterface $form_state, $type) {
// Nothing to do here by default.
}