Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Other projects
Title Object type File name Summary
FileFormHooks::formSystemFileSystemSettingsAlter function core/modules/file/src/Hook/FileFormHooks.php Implements hook_form_FORM_ID_alter().
FileHooks::fieldWidgetInfoAlter function core/modules/file/src/Hook/FileHooks.php Implements hook_field_widget_info_alter().
FileServiceProvider::alter function core/modules/file/src/FileServiceProvider.php Modifies existing service definitions.
FileTestHooks::entityTypeAlter function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_entity_type_alter().
FileTestHooks::fileUrlAlter function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_file_url_alter().
FileViewsHooks::fieldViewsDataViewsDataAlter function core/modules/file/src/Hook/FileViewsHooks.php Implements hook_field_views_data_views_data_alter().
FilterHooks::filterSecureImageAlter function core/modules/filter/src/Hook/FilterHooks.php Implements hook_filter_secure_image_alter().
FinalTestHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php Stub of http_middleware class that is declared final.
FinalTestHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::terminate function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php Stub of http_middleware class that is declared final but is not terminable.
FinalTestNonTerminableHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FormGroupingElementsTest::testVerticalTabChildVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests that vertical tab children become visible.
FormGroupingElementsTest::testVerticalTabValidationVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Confirms tabs containing a field with a validation error are open.
FormHooks::formAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_alter().
FormHooks::formMediaFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm.
FormHooks::formMediaLibraryAddFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter().
FormHooks::formMediaLibraryAddFormOembedAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter().
FormHooks::formMediaLibraryAddFormUploadAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter().
FormHooks::formMenuLinkContentFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
FormHooks::formMenuLinkEditAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
FormHooks::formNodeFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeForm.
FormHooks::formNodePreviewFormSelectAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter().
FormHooks::formSystemModulesAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for the system_modules form.
FormHooks::formSystemThemeSettingsAlter function core/themes/admin/src/Hook/FormHooks.php Implement hook form_system_theme_settings_alter().
FormHooks::formSystemThemeSettingsAlterSubmit function core/themes/admin/src/Hook/FormHooks.php Submit theme settings.
FormHooks::formSystemThemeSettingsAlterValidate function core/themes/admin/src/Hook/FormHooks.php Validate theme settings.
FormHooks::formUserAdminPermissionsAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for the user_admin_permissions form.
FormHooks::formUserFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements form_user_form_alter().
FormHooks::formViewsExposedFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for views_exposed_form.
FormHooks::formViewsUiAddHandlerFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for Views UI add handler form.
FormHooks::formViewsUiConfigItemFormAlter function core/themes/admin/src/Hook/FormHooks.php Implements hook_form_FORM_ID_alter() for the Views UI config form.
FormOperations::formAlter function core/modules/workspaces/src/Hook/FormOperations.php Implements hook_form_alter().
FormPreprocess::preprocessVerticalTabs function core/lib/Drupal/Core/Form/FormPreprocess.php Prepares variables for vertical tabs templates.
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.
FormTestGroupVerticalTabsForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form validation handler.
FormTestHooks::blockFormFormTestAlterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter().

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