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. Search 11.x for alt
  6. Other projects
Title Object type File name Summary
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.
FormHooks::formViewsUiConfigItemFormAlter function core/themes/default_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
FormTestAlterForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php
FormTestAlterForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php
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
FormTestGroupVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestGroupVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestGroupVerticalTabsForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestHooks::blockFormFormTestAlterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter().
FormTestHooks::formAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_alter().
FormTestHooks::formFormTestAlterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter().
FormTestHooks::formFormTestVerticalTabsAccessFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter() for form_test_vertical_tabs_access_form().
FormTestHooks::formUserRegisterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter() for the registration form.
FormTestHooks::systemFormFormTestAlterFormAlter function core/modules/system/tests/modules/form_test/src/Hook/FormTestHooks.php Implements hook_form_FORM_ID_alter().
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
FormTestVerticalTabsAccessForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsAccessForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
FormTestVerticalTabsAccessForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php
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
FormTestVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
FormTestVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php
FormTestVerticalTabsWithSummaryForm class core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php Builds a simple form to test vertical-tabs form element with tab summaries.
FormTestVerticalTabsWithSummaryForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
FormTestVerticalTabsWithSummaryForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
FormTestVerticalTabsWithSummaryForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
FormTestVerticalTabsWithSummaryForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsWithSummaryForm.php
FunctionalTest class core/tests/PHPStan/fixtures/component-tests.php
FunctionalTestDebugHtmlOutputHelperTest class core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php Helper test for FunctionalTestDebugHtmlOutputTest.
FunctionalTestDebugHtmlOutputHelperTest.php file core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php
FunctionalTestDebugHtmlOutputHelperTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php
FunctionalTestDebugHtmlOutputHelperTest::testCreateFunctionalTestDebugHtmlOutput function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputHelperTest.php Creates one page of debug HTML output.
FunctionalTestDebugHtmlOutputTest class core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php Test to ensure that functional tests produce debug HTML output when required.
FunctionalTestDebugHtmlOutputTest.php file core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
FunctionalTestDebugHtmlOutputTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
FunctionalTestDebugHtmlOutputTest::getAlteredPhpunitXmlConfigurationFile function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php
FunctionalTestDebugHtmlOutputTest::testFunctionalTestDebugHtmlOutput function core/tests/Drupal/FunctionalTests/Test/FunctionalTestDebugHtmlOutputTest.php Ensures that functional tests produce debug HTML output when required.
FunctionalTestSetupTrait trait core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Defines a trait for shared functional test setup functionality.
FunctionalTestSetupTrait.php file core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php

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