Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 10.3.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
field_third_party_test_field_widget_settings_summary_alter function core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module Implements hook_field_widget_settings_summary_alter().
field_ui_form_field_ui_field_storage_add_form_alter function core/modules/field_ui/field_ui.module Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.
field_ui_form_node_type_form_alter function core/modules/field_ui/field_ui.module Implements hook_form_FORM_ID_alter().
field_ui_local_tasks_alter function core/modules/field_ui/field_ui.module Implements hook_local_tasks_alter().
field_ui_test_form_entity_view_display_edit_form_alter function core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module Implements hook_form_FORM_BASE_ID_alter().
FileServiceProvider::alter function core/modules/file/src/FileServiceProvider.php Modifies existing service definitions.
FileSystemDeprecationTest::testDeprecatedDrupalTempnam function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation tempnam() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::tempnam(). See https://www.drupal.org/node/2418133.
file_field_views_data_views_data_alter function core/modules/file/file.views.inc Implements hook_field_views_data_views_data_alter().
file_field_widget_info_alter function core/modules/file/file.module Implements hook_field_widget_info_alter().
file_test_entity_type_alter function core/modules/file/tests/file_test/file_test.module Implements hook_entity_info_alter().
file_test_file_mimetype_mapping_alter function core/modules/file/tests/file_test/file_test.module Implements hook_file_mimetype_mapping_alter().
file_test_file_url_alter function core/modules/file/tests/file_test/file_test.module Implements hook_file_url_alter().
filter_filter_secure_image_alter function core/modules/filter/filter.module Implements hook_filter_secure_image_alter().
FormGroupingElementsTest::testVerticalTabChildVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests that vertical tab children become visible.
FormOperations::formAlter function core/modules/workspaces/src/FormOperations.php Alters forms to disallow editing in non-default workspaces.
FormTest::testFieldFormMultipleWidgetAlter function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_form_alter().
FormTest::testFieldFormMultipleWidgetAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_form_alter() with single value elements.
FormTest::testFieldFormMultipleWidgetTypeAlter function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_WIDGET_TYPE_form_alter().
FormTest::testFieldFormMultipleWidgetTypeAlterSingleValues function core/modules/field/tests/src/Functional/FormTest.php Tests hook_field_widget_multivalue_WIDGET_TYPE_form_alter() with single value elements.
FormTest::widgetAlterTest function core/modules/field/tests/src/Functional/FormTest.php Tests widget alter hooks for a given hook name.
FormTestAlterForm class core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter().
FormTestAlterForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php
FormTestAlterForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Form constructor.
FormTestAlterForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Returns a unique string identifying the form.
FormTestAlterForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Form submission handler.
FormTestGroupVerticalTabsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Builds a simple form to test the #group property on #type 'vertical_tabs'.
FormTestGroupVerticalTabsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestGroupVerticalTabsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form constructor.
FormTestGroupVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Returns a unique string identifying the form.
FormTestGroupVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form submission handler.
FormTestVerticalTabsAccessForm class core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Builds a form to test vertical tabs access.
FormTestVerticalTabsAccessForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsAccessForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Form constructor.
FormTestVerticalTabsAccessForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Returns a unique string identifying the form.
FormTestVerticalTabsAccessForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Form submission handler.
FormTestVerticalTabsAccessForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php Form validation handler.
FormTestVerticalTabsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php Builds a simple form to test vertical tabs.
FormTestVerticalTabsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
FormTestVerticalTabsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php Form constructor.
FormTestVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php Returns a unique string identifying the form.
FormTestVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php Form submission handler.
form_test_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_alter().
form_test_form_form_test_alter_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter().
form_test_form_form_test_vertical_tabs_access_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for form_test_vertical_tabs_access_form().
form_test_form_user_register_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for the registration form.
ForumIndexStorage::getOriginalTermId function core/modules/forum/src/ForumIndexStorage.php Returns the forum term id associated with an existing forum node.
ForumIndexStorageInterface::getOriginalTermId function core/modules/forum/src/ForumIndexStorageInterface.php Returns the forum term id associated with an existing forum node.
forum_entity_bundle_field_info_alter function core/modules/forum/forum.module Implements hook_entity_bundle_field_info_alter().
forum_entity_bundle_info_alter function core/modules/forum/forum.module Implements hook_entity_bundle_info_alter().
forum_form_node_form_alter function core/modules/forum/forum.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.