hook_field_attach_extract_form_values |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_extract_form_values(). |
ViewEditFormController::getDisplayTab |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Returns a renderable array representing the edit page for one display. |
AccessPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
Provide the default form form for validating options |
SearchEmbedFormTest::testEmbeddedForm |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php |
Tests that the embedded form appears and can be submitted. |
Rss::buildOptionsForm_summary_options |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php |
Return the main options, which are shown in the summary title. |
LoggingFormatter::formatRemoveService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php |
|
LoggingFormatter::formatInlineService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php |
|
locale_translation_status_form_submit |
function |
drupal/core/modules/locale/locale.pages.inc |
Form submission handler for locale_translation_status_form(). |
ViewEditFormController::getFormBucket |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Add information about a section to a display. |
hook_form_system_theme_settings_alter |
function |
drupal/core/modules/system/theme.api.php |
Allow themes to alter the theme-specific settings form. |
DisplayExtenderTest::buildOptionsForm |
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_extender\DisplayExtenderPluginBase::buildOptionsForm(). |
SearchAdvancedSearchFormTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php |
|
ExposedFormUITest::testExposedAdminUi |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/ExposedFormUITest.php |
Tests the admin interface of exposed filter and sort items. |
SearchConfigSettingsFormTest::getInfo |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php |
|
TextTrimmedFormatter::settingsSummary |
function |
drupal/core/modules/text/lib/Drupal/text/Plugin/field/formatter/TextTrimmedFormatter.php |
Returns a short summary for the current formatter settings. |
MultiStepNodeFormBasicOptionsTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/MultiStepNodeFormBasicOptionsTest.php |
Definition of Drupal\node\Tests\MultiStepNodeFormBasicOptionsTest. |
ModulesInstallConfirmForm::submitForm |
function |
drupal/core/modules/system/lib/Drupal/system/Form/ModulesInstallConfirmForm.php |
Form submission handler. |
TestFieldEmptyFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldEmptyFormatter.php |
Builds a renderable array for a field value. |
OptionsDefaultFormatter::viewElements |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/formatter/OptionsDefaultFormatter.php |
Builds a renderable array for a field value. |
template_preprocess_color_scheme_form |
function |
drupal/core/modules/color/color.module |
Prepares variables for color scheme form templates. |
TestFieldWidgetMultiple::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
ajax_forms_test_lazy_load_form_submit |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module |
Form submit handler: Adds JavaScript and CSS that wasn't on the original form. |
block_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 block.module. |
ArgumentPluginBase::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
PictureMappingFormController::actions |
function |
drupal/core/modules/picture/lib/Drupal/picture/PictureMappingFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
CustomBlockTypeFormController::delete |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::delete(). |
_form_test_tableselect_js_select_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test functionality of the tableselect #js_select property. |
node_access_test_form_node_form_alter |
function |
drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module |
Implements hook_form_BASE_FORM_ID_alter(). |
DiffFormatter::$leading_context_lines |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Number of leading context "lines" to preserve. |
BasePhpFormulaLoader::argumentToArray |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php |
|
ViewAddFormController::$wizardManager |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
The wizard plugin manager. |
ViewAddFormController::createInstance |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Instantiates a new instance of this entity controller. |
hook_views_plugins_exposed_form_alter |
function |
drupal/core/modules/views/views.api.php |
Modify the list of available views exposed form plugins. |
ParserTest::getDataFormSpecifications |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php |
|
language_content_settings_form_submit |
function |
drupal/core/modules/language/language.admin.inc |
Form submission handler for language_content_settings_form(). |
EntityFormControllerInterface::submit |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Updates the form's entity by processing this submission's values. |
UserValidateCurrentPassCustomFormTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserValidateCurrentPassCustomFormTest.php |
Tests user_validate_current_pass on a custom form. |
DateTimeDefaultFormatter::viewElements |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php |
Builds a renderable array for a field value. |
DateTimeDefaultFormatter::settingsForm |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/Plugin/field/formatter/DatetimeDefaultFormatter.php |
Returns a form to configure settings for the formatter. |
FormTestControllerObject::validateForm |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestControllerObject.php |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
SimpletestResultsForm::$statusImageMap |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Form/SimpletestResultsForm.php |
Associative array of themed result images keyed by status. |
MenuLinkFormController::createInstance |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php |
Instantiates a new instance of this entity controller. |
FormTest::testRequiredTextfieldNoTitle |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php |
Tests validation for required textfield element without title. |
template_preprocess_views_exposed_form |
function |
drupal/core/modules/views/views.theme.inc |
Prepares variables for views exposed form templates. |
theme_system_date_format_localize_form |
function |
drupal/core/modules/system/system.admin.inc |
Returns HTML for a locale date format form. |
ViewPreviewFormController::__construct |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php |
Constructs a new ViewPreviewFormController object. |
HistoryUserTimestamp::buildOptionsForm |
function |
drupal/core/modules/history/lib/Drupal/history/Plugin/views/field/HistoryUserTimestamp.php |
Provide link to node option |
ViewFormControllerBase::getDisplayTabs |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewFormControllerBase.php |
Adds tabs for navigating across Displays when editing a View. |
ViewCloneFormController::prepareEntity |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::prepareForm(). |
ViewEditFormController::createInstance |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Instantiates a new instance of this entity controller. |