| TranslateFilterForm::getFormId |
function |
core/modules/locale/src/Form/TranslateFilterForm.php |
Returns a unique string identifying the form. |
| TranslateFilterForm::resetForm |
function |
core/modules/locale/src/Form/TranslateFilterForm.php |
Provides a submit handler for the reset button. |
| TranslateFilterForm::submitForm |
function |
core/modules/locale/src/Form/TranslateFilterForm.php |
Form submission handler. |
| TranslateFormBase |
class |
core/modules/locale/src/Form/TranslateFormBase.php |
Defines the locale user interface translation form base. |
| TranslateFormBase.php |
file |
core/modules/locale/src/Form/TranslateFormBase.php |
|
| TranslateFormBase::$filterValues |
property |
core/modules/locale/src/Form/TranslateFormBase.php |
Filter values. Shared between objects that inherit this class. |
| TranslateFormBase::$languageManager |
property |
core/modules/locale/src/Form/TranslateFormBase.php |
The language manager. |
| TranslateFormBase::$localeStorage |
property |
core/modules/locale/src/Form/TranslateFormBase.php |
The locale storage. |
| TranslateFormBase::$state |
property |
core/modules/locale/src/Form/TranslateFormBase.php |
The state store. |
| TranslateFormBase::create |
function |
core/modules/locale/src/Form/TranslateFormBase.php |
Instantiates a new instance of the implementing class using autowiring. |
| TranslateFormBase::translateFilterLoadStrings |
function |
core/modules/locale/src/Form/TranslateFormBase.php |
Builds a string search query and returns an array of string objects. |
| TranslateFormBase::translateFilters |
function |
core/modules/locale/src/Form/TranslateFormBase.php |
Lists locale translation filters that can be applied. |
| TranslateFormBase::translateFilterValues |
function |
core/modules/locale/src/Form/TranslateFormBase.php |
Builds an array out of search criteria specified in request variables. |
| TranslateFormBase::__construct |
function |
core/modules/locale/src/Form/TranslateFormBase.php |
Constructs a new TranslationFormBase object. |
| TranslationInterface::formatPlural |
function |
core/lib/Drupal/Core/StringTranslation/TranslationInterface.php |
Formats a string containing a count of items. |
| TranslationManager::formatPlural |
function |
core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Formats a string containing a count of items. |
| TranslationManagerTest::providerTestFormatPlural |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php |
Provides some test data for formatPlural() |
| TranslationManagerTest::testFormatPlural |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php |
Tests format plural. |
| TranslationStatusForm |
class |
core/modules/locale/src/Form/TranslationStatusForm.php |
Provides a translation status form. |
| TranslationStatusForm.php |
file |
core/modules/locale/src/Form/TranslationStatusForm.php |
|
| TranslationStatusForm::buildForm |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
Form builder for displaying the current translation status. |
| TranslationStatusForm::create |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| TranslationStatusForm::createInfoString |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
Provides debug info for projects in case translation files are not found. |
| TranslationStatusForm::getFormId |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
Returns a unique string identifying the form. |
| TranslationStatusForm::prepareUpdateData |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
Prepare information about projects with available translation updates. |
| TranslationStatusForm::submitForm |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
Form submission handler. |
| TranslationStatusForm::validateForm |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
Form validation handler. |
| TranslationStatusForm::__construct |
function |
core/modules/locale/src/Form/TranslationStatusForm.php |
|
| TranslationWebTest::testFieldFormTranslationRevisions |
function |
core/modules/field/tests/src/Functional/TranslationWebTest.php |
Tests field translations when creating a new revision. |
| TreeConfigTargetForm |
class |
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php |
Provides a form for configuring preferences and dynamically updating select list options via AJAX. |
| TreeConfigTargetForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php |
|
| TreeConfigTargetForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php |
Form constructor. |
| TreeConfigTargetForm::getEditableConfigNames |
function |
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php |
Gets the configuration names that will be editable. |
| TreeConfigTargetForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php |
Returns a unique string identifying the form. |
| TreeConfigTargetForm::updateOptions |
function |
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php |
Updates the options of a select list. |
| TRexEditor::buildConfigurationForm |
function |
core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php |
Form constructor. |
| TriggeringElementProgrammedTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Form constructor. |
| TriggeringElementProgrammedTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Returns a unique string identifying the form. |
| TriggeringElementProgrammedTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Form submission handler. |
| TriggeringElementProgrammedTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php |
Form validation handler. |
| TwigExtension::$dateFormatter |
property |
core/lib/Drupal/Core/Template/TwigExtension.php |
The date formatter. |
| TwigExtensionTest::$dateFormatter |
property |
core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php |
The date formatter. |
| TwigExtensionTest::testFormatDate |
function |
core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php |
Tests the format_date filter. |
| UiHelperTrait::checkForMetaRefresh |
function |
core/tests/Drupal/Tests/UiHelperTrait.php |
Checks for meta refresh tag and if found call drupalGet() recursively. |
| UiHelperTrait::submitForm |
function |
core/tests/Drupal/Tests/UiHelperTrait.php |
Fills and submits a form. |
| UmamiHooks::formAlter |
function |
core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php |
Implements hook_form_alter(). |
| UmamiHooks::formSearchBlockFormAlter |
function |
core/profiles/demo_umami/themes/umami/src/Hook/UmamiHooks.php |
Implements hook_form_FORM_ID_alter() for search_block_form. |
| umami_form_alter |
function |
core/profiles/demo_umami/themes/umami/umami.theme |
Implements hook_form_alter(). |
| umami_form_search_block_form_alter |
function |
core/profiles/demo_umami/themes/umami/umami.theme |
Implements hook_form_FORM_ID_alter() for search_block_form. |
| UnformattedSummary |
class |
core/modules/views/src/Plugin/views/style/UnformattedSummary.php |
The default style plugin for summaries. |