Home
last modified time | relevance | path

Searched refs:setErrorByName (Results 101 – 125 of 180) sorted by relevance

12345678

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Form/
H A DFormState.php1055 public function setErrorByName($name, $message = '') { function in Drupal\\Core\\Form\\FormState
1094 $this->setErrorByName(implode('][', $element['#parents']), $message);
H A DFormStateInterface.php499 public function setErrorByName($name, $message = ''); function
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Form/
H A DFormState.php1055 public function setErrorByName($name, $message = '') { function in Drupal\\Core\\Form\\FormState
1094 $this->setErrorByName(implode('][', $element['#parents']), $message);
H A DFormStateInterface.php499 public function setErrorByName($name, $message = ''); function
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/
H A DTestToolkit.php110 …$form_state->setErrorByName('test][test_parameter', $this->t('Test parameter should be different f…
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/
H A DTestToolkit.php110 …$form_state->setErrorByName('test][test_parameter', $this->t('Test parameter should be different f…
/dports/www/drupal8/drupal-8.9.20/core/modules/shortcut/src/Form/
H A DSwitchShortcutSet.php164 $form_state->setErrorByName('label', $this->t('The new set label is required.'));
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Action/Plugin/Action/
H A DEmailAction.php195 …$form_state->setErrorByName('recipient', t('Enter a valid email address or use a token email addre…
/dports/www/drupal9/drupal-9.2.10/core/modules/shortcut/src/Form/
H A DSwitchShortcutSet.php164 $form_state->setErrorByName('label', $this->t('The new set label is required.'));
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Action/Plugin/Action/
H A DEmailAction.php195 …$form_state->setErrorByName('recipient', t('Enter a valid email address or use a token email addre…
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/src/Form/
H A DOpmlFeedAdd.php107 … $form_state->setErrorByName('remote', $this->t('<em>Either</em> upload a file or enter a URL.'));
/dports/www/drupal8/drupal-8.9.20/core/modules/workflows/src/Form/
H A DWorkflowTransitionAddForm.php158 …$form_state->setErrorByName('from][' . $from_state_id, $this->t('The transition from %from to %to …
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/FileTransfer/Form/
H A DFileTransferAuthorizeForm.php178 …$form_state->setErrorByName('connection_settings', $this->t('Failed to connect to the server. The …
/dports/www/drupal8/drupal-8.9.20/core/modules/filter/src/
H A DFilterFormatFormBase.php192 …$form_state->setErrorByName('name', $this->t('Text format names must be unique. A format named %na…
/dports/www/drupal9/drupal-9.2.10/core/modules/workflows/src/Form/
H A DWorkflowTransitionAddForm.php158 …$form_state->setErrorByName('from][' . $from_state_id, $this->t('The transition from %from to %to …
/dports/www/drupal9/drupal-9.2.10/core/modules/filter/src/
H A DFilterFormatFormBase.php192 …$form_state->setErrorByName('name', $this->t('Text format names must be unique. A format named %na…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/FileTransfer/Form/
H A DFileTransferAuthorizeForm.php178 …$form_state->setErrorByName('connection_settings', $this->t('Failed to connect to the server. The …
/dports/www/drupal9/drupal-9.2.10/core/modules/aggregator/src/Form/
H A DOpmlFeedAdd.php107 … $form_state->setErrorByName('remote', $this->t('<em>Either</em> upload a file or enter a URL.'));
/dports/www/drupal9/drupal-9.2.10/core/modules/search/src/Plugin/views/filter/
H A DSearch.php109 …$form_state->setErrorByName($key, $this->formatPlural(\Drupal::config('search.settings')->get('ind…
/dports/www/drupal8/drupal-8.9.20/core/modules/search/src/Plugin/views/filter/
H A DSearch.php110 …$form_state->setErrorByName($key, $this->formatPlural(\Drupal::config('search.settings')->get('ind…
/dports/www/drupal8/drupal-8.9.20/core/modules/content_translation/src/
H A DContentTranslationHandler.php699 …$form_state->setErrorByName('content_translation][uid', t('The translation authoring username %nam…
703 …$form_state->setErrorByName('content_translation][created', t('You have to specify a valid transla…
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Installer/Form/
H A DSiteSettingsForm.php170 $form_state->setErrorByName($name, $message);
/dports/www/drupal8/drupal-8.9.20/core/modules/update/src/Form/
H A DUpdateManagerInstall.php142 …$form_state->setErrorByName('project_url', $this->t('You must either provide a URL or upload an ar…
/dports/www/drupal8/drupal-8.9.20/core/modules/contact/src/
H A DMessageForm.php202 …$form_state->setErrorByName('', $this->t('You cannot send more than %limit messages in @interval. …
/dports/www/drupal9/drupal-9.2.10/core/modules/contact/src/
H A DMessageForm.php203 …$form_state->setErrorByName('', $this->t('You cannot send more than %limit messages in @interval. …

12345678