ModulesInstallConfirmForm::getDescription |
function |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesInstallConfirmForm.php |
Returns additional text to display as a description. |
EditorAdminTest::testAddEditorToNewFormat |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests adding a text editor to a new text format. |
FormatterPluginManager::$formatterOptions |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterPluginManager.php |
An array of formatter options for each field type. |
DateTimeTest::testDateFormatConfiguration |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php |
Test date format configuration. |
template_preprocess_system_plugin_ui_form |
function |
drupal/core/modules/system/system.module |
Prepares variables for system plugin UI form templates. |
form_test_form_form_test_alter_form_alter |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Implements hook_form_FORM_ID_alter(). |
form_test_validate_required_form_no_title |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor to test the #required property without #title. |
EntityReferenceFormatterBase::prepareView |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceFormatterBase.php |
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::prepareView(). |
minimal_form_install_configure_form_alter |
function |
drupal/core/profiles/minimal/minimal.profile |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
locale_form_language_admin_add_form_alter |
function |
drupal/core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for language_admin_add_form((). |
_form_test_tableselect_multiple_true_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #multiple = TRUE functionality. |
forum_form_taxonomy_vocabulary_form_alter |
function |
drupal/core/modules/forum/forum.module |
Implements hook_form_BASE_FORM_ID_alter(). |
DisplayPluginBase::usesExposedFormInBlock |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Check to see if the display can put the exposed formin a block. |
language_negotiation_configure_form_table |
function |
drupal/core/modules/language/language.admin.inc |
Builds a language negotiation method configuration table. |
theme_language_negotiation_configure_form |
function |
drupal/core/modules/language/language.admin.inc |
Returns HTML for the language negotiation configuration form. |
node_form_system_themes_admin_form_submit |
function |
drupal/core/modules/node/node.module |
Form submission handler for system_themes_admin_form(). |
ProcessingTest::testBatchFormProgrammatic |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php |
Tests batches defined in a programmatically submitted form. |
EntityFormTest::testEntityFormDisplayAlter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php |
Tests hook_entity_form_display_alter(). |
SystemConfigFormTest::testSystemConfigForm |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/SystemConfigFormTest.php |
Tests the SystemConfigFormTestBase class. |
template_preprocess_views_view_unformatted |
function |
drupal/core/modules/views/views.theme.inc |
Prepares variables for views unformatted rows templates. |
EntityFormController::submitEntityLanguage |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Handle possible entity language changes. |
FilterDefaultFormatTest::resetFilterCaches |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php |
Rebuilds text format and permission caches in the thread running the tests. |
FilterFormatAccessTest::$filter_admin_user |
property |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
A user with 'administer filters' permission. |
ExposedFormPluginBase::exposedFormValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php |
|
FilterFormatAccessTest::$disallowed_format |
property |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php |
An object representing a disallowed text format. |
FormatDateTest::testAdminDefinedFormatDate |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php |
Tests admin-defined formats in format_date(). |
standard_form_install_configure_form_alter |
function |
drupal/core/profiles/standard/standard.profile |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
LoggingFormatter::formatResolveInheritance |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php |
|
Editor::textFormatHasTransformationFilters |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/InPlaceEditor/Editor.php |
Returns whether the text format has transformation filters. |
PictureMappingActionConfirmForm::getFormID |
function |
drupal/core/modules/picture/lib/Drupal/picture/Form/PictureMappingActionConfirmForm.php |
Returns a unique string identifying the form. |
PictureMappingActionConfirmForm::buildForm |
function |
drupal/core/modules/picture/lib/Drupal/picture/Form/PictureMappingActionConfirmForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
TermTranslationController::entityFormAlter |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
SearchAdvancedSearchFormTest::testNodeType |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php |
Test using the search form with GET and POST queries.
Test using the advanced search form to limit search to nodes of type "Basic page". |
SearchConfigSettingsFormTest::$search_user |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
|
SearchConfigSettingsFormTest::$search_node |
property |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
|
NodeTranslationUITest::getFormSubmitAction |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getFormSubmitAction(). |
TestFieldPrepareViewFormatter::prepareView |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Allows formatters to load information for field values being displayed. |
TestFieldDefaultFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Returns a short summary for the current formatter settings. |
NodeTranslationController::entityFormAlter |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
NodeTranslationController::entityFormTitle |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormTitle(). |
ModulesUninstallConfirmForm::getCancelPath |
function |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php |
Returns the page to go to if the user cancels the action. |
EntityReferenceFormatterBase::viewElements |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceFormatterBase.php |
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::viewElements(). |
FailureTest::testAssertStringMatchesFormat |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/FailureTest.php |
|
MultiStepNodeFormBasicOptionsTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/MultiStepNodeFormBasicOptionsTest.php |
Modules to enable. |
locale_form_language_admin_edit_form_alter |
function |
drupal/core/modules/locale/locale.module |
Implements hook_form_FORM_ID_alter() for language_admin_edit_form(). |
_form_test_tableselect_multiple_false_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #multiple = FALSE functionality. |
ResolveDefinitionTemplatesPass::$formatter |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ResolveDefinitionTemplatesPass.php |
|
language_negotiation_configure_form_submit |
function |
drupal/core/modules/language/language.admin.inc |
Submit handler for language negotiation settings. |
DateFormatLocalizeResetForm::getCancelPath |
function |
drupal/core/modules/system/lib/Drupal/system/Form/DateFormatLocalizeResetForm.php |
Returns the page to go to if the user cancels the action. |
editor_form_filter_admin_format_form_alter |
function |
drupal/core/modules/editor/editor.module |
Implements hook_form_FORM_ID_alter(). |