user_form_test_current_password_submit |
function |
drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module |
Submit function for the test form for user_validate_current_pass(). |
DisplayExtenderTest::submitOptionsForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/display_extender/DisplayExtenderTest.php |
Overrides Drupal\views\Plugin\views\display\DisplayExtenderPluginBase::submitOptionsForm(). |
SearchConfigSettingsFormTest::$modules |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
Modules to enable. |
theme_views_ui_build_group_filter_form |
function |
drupal/core/modules/views_ui/views_ui.theme.inc |
Theme the build group filter form. |
ModulesInstallConfirmForm::getQuestion |
function |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesInstallConfirmForm.php |
Returns the question to ask the user. |
VocabularyListController::validateForm |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php |
Form validation handler. |
TextareaWithSummaryWidget::formElement |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/widget/TextareaWithSummaryWidget.php |
Overrides TextareaWidget::formElement(). |
EditorController::getUntransformedText |
function |
drupal/core/modules/editor/lib/Drupal/editor/EditorController.php |
Returns an Ajax response to render a text field without transformation filters. |
color_form_system_theme_settings_alter |
function |
drupal/core/modules/color/color.module |
Implements hook_form_FORM_ID_alter(). |
ajax_forms_test_validation_form_submit |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Form submission handler for ajax_forms_test_validation_form(). |
FormatterPluginManager::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php |
Returns a preconfigured instance of a plugin. |
ViewsTestDataElementForm::validateForm |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php |
Form validation handler. |
LlamaContextualAndButton::settingsForm |
function |
drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaContextualAndButton.php |
Implements \Drupal\ckeditor\Plugin\CKEditorPluginConfigurableInterface::settingsForm(). |
contact_form_user_admin_settings_alter |
function |
drupal/core/modules/contact/contact.module |
Implements hook_form_FORM_ID_alter(). |
FormObjectTest::testObjectFormCallback |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php |
Tests using an object as the form callback. |
system_form_form_test_alter_form_alter |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Implements hook_form_FORM_ID_alter() on behalf of system.module. |
ModulesUninstallConfirmForm::getFormID |
function |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php |
Returns a unique string identifying the form. |
ModulesUninstallConfirmForm::buildForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php |
|
FilterFormatStorageController::preSave |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterFormatStorageController.php |
Overrides \Drupal\Core\Config\Entity\ConfigStorageController::preSave(). |
ArgumentPluginBase::defaultSummaryForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Provide a form for selecting further summary options when the
default action is set to display one. |
form_test_limit_validation_errors_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form with a button triggering partial validation. |
PictureMappingFormController::validate |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
FilterFormatInterface::setFilterConfig |
function |
drupal/core/modules/filter/lib/Drupal/filter/FilterFormatInterface.php |
Sets the configuration for a filter plugin instance. |
WidgetBaseInterface::extractFormValues |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php |
Extracts field values from submitted form values. |
form_storage_test_form_continue_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler to continue multi-step form. |
field_test_entity_nested_form_validate |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Validate handler for field_test_entity_nested_form(). |
form_test_form_state_values_clean_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form builder for form_state_values_clean() test. |
DiffFormatter::$trailing_context_lines |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Number of trailing context "lines" to preserve. |
DateFormatLocalizeResetForm::$language |
property |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php |
The language to be reset. |
StatisticsSettingsForm::$moduleHandler |
property |
drupal/core/modules/statistics/lib/Drupal/statistics/StatisticsSettingsForm.php |
The module handler. |
DateFormatLocalizeResetForm::getFormID |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php |
Returns a unique string identifying the form. |
DisplayPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Validate the options form. |
DateFormatLocalizeResetForm::buildForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php |
|
editor_form_filter_admin_format_submit |
function |
drupal/core/modules/editor/editor.module |
Additional submit handler for filter_admin_format_form(). |
ProcessingTest::testBatchFormMultistep |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php |
Tests batches defined in a multistep form. |
RequestTest::testGetFormatFromMimeType |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getFormat
@covers Symfony\Component\HttpFoundation\Request::setFormat
@dataProvider getFormatToMimeTypeMapProvider |
RequestTest::testGetMimeTypeFromFormat |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getMimeType
@dataProvider getFormatToMimeTypeMapProvider |
ExposedFormTest::testRenameResetButton |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php |
Tests, whether and how the reset button can be renamed. |
_form_test_checkboxes_zero_no_redirect |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
|
ExposedFormTest::testExposedFormRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php |
Tests the exposed form markup. |
ajax_test_dialog_form_callback_nonmodal |
function |
drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module |
AJAX callback handler for ajax_test_dialog_form(). |
custom_block_form_block_plugin_ui_alter |
function |
drupal/core/modules/block/custom_block/custom_block.module |
Implements hook_form_FORM_ID_alter() for block_plugin_ui(). |
DefaultNumberFormatter::settingsSummary |
function |
drupal/core/modules/number/lib/Drupal/number/Plugin/field/formatter/DefaultNumberFormatter.php |
Returns a short summary for the current formatter settings. |
ConfirmFormArrayPathTestForm::getFormID |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/ConfirmFormArrayPathTestForm.php |
Overrides \Drupal\form_test\ConfirmFormTestForm::getFormID(). |
system_date_format_localize_form_submit |
function |
drupal/core/modules/system/system.admin.inc |
Form submission handler for system_date_format_localize_form(). |
HtmlEntityFormController::getFormObject |
function |
drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php |
Instead of a class name or service ID, $form_arg will be a string
representing the entity and operation being performed.
Consider the following route: |
FormValuesTest::testSimpleAjaxFormValue |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FormValuesTest.php |
Submits forms with select and checkbox elements via Ajax. |
ExposedFormPluginBase::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Provide a form to edit options for this plugin. |
ExposedFormPluginBase::exposedFormAlter |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
FilterFormatAccessTest::$allowed_format |
property |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
An object representing an allowed text format. |