bootstrap-8.x-3.23/src/Plugin/Setting/General/Forms/FormsRequiredHasError.php

src/Plugin/Setting/General/Forms/FormsRequiredHasError.php
<?php

namespace Drupal\bootstrap\Plugin\Setting\General\Forms;

use Drupal\bootstrap\Plugin\Setting\SettingBase;

/**
 * The "forms_required_has_error" theme setting.
 *
 * @ingroup plugins_setting
 *
 * @BootstrapSetting(
 *   id = "forms_required_has_error",
 *   type = "checkbox",
 *   title = @Translation("Make required elements display as an error"),
 *   defaultValue = 0,
 *   description = @Translation("If an element in a form is required, enabling this will always display the element with a <code>.has-error</code> class. This turns the element red and helps in usability for determining which form elements are required to submit the form."),
 *   groups = {
 *     "general" = @Translation("General"),
 *     "forms" = @Translation("Forms"),
 *   },
 * )
 */
class FormsRequiredHasError extends SettingBase {}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc