| FormHelper::rewriteStatesSelector |
function |
core/lib/Drupal/Core/Form/FormHelper.php |
Rewrites #states selectors in a render element. |
| FormHelperTest |
class |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Tests Drupal\Core\Form\FormHelper. |
| FormHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
|
| FormHelperTest::providerElements |
function |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Provides a list of elements to test. |
| FormHelperTest::testProcessStates |
function |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Tests process states. |
| FormHelperTest::testRewriteStatesSelector |
function |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Tests rewriting the #states selectors. |
| FormHooks |
class |
core/themes/admin/src/Hook/FormHooks.php |
Provides form related hook implementations. |
| FormHooks.php |
file |
core/themes/admin/src/Hook/FormHooks.php |
|
| FormHooks::ensureAdvancedSettings |
function |
core/themes/admin/src/Hook/FormHooks.php |
Ensure correct settings for advanced, meta and revision form elements. |
| FormHooks::formAfterBuild |
function |
core/themes/admin/src/Hook/FormHooks.php |
Helper function to remember the form actions after form has been built. |
| 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. |
| FormHooks::isModalOrOffcanvas |
function |
core/themes/admin/src/Hook/FormHooks.php |
Check the context we're in. |
| FormHooks::stickyActionButtonsAndSidebar |
function |
core/themes/admin/src/Hook/FormHooks.php |
Add some major form overrides. |
| FormHooks::userFormSubmit |
function |
core/themes/admin/src/Hook/FormHooks.php |
Submit handler for the user form. |
| FormHooks::useStickyActionButtons |
function |
core/themes/admin/src/Hook/FormHooks.php |
Determines the feature flag to use for sticky action buttons. |
| FormHooks::__construct |
function |
core/themes/admin/src/Hook/FormHooks.php |
Constructs the form related hooks. |
| FormInterface |
interface |
core/lib/Drupal/Core/Form/FormInterface.php |
Provides an interface for a Form. |
| FormInterface.php |
file |
core/lib/Drupal/Core/Form/FormInterface.php |
|
| FormInterface::buildForm |
function |
core/lib/Drupal/Core/Form/FormInterface.php |
Form constructor. |
| FormInterface::getFormId |
function |
core/lib/Drupal/Core/Form/FormInterface.php |
Returns a unique string identifying the form. |
| FormInterface::submitForm |
function |
core/lib/Drupal/Core/Form/FormInterface.php |
Form submission handler. |
| FormInterface::validateForm |
function |
core/lib/Drupal/Core/Form/FormInterface.php |
Form validation handler. |
| FormModeAccessCheck |
class |
core/modules/field_ui/src/Access/FormModeAccessCheck.php |
Defines an access check for entity form mode routes. |
| FormModeAccessCheck.php |
file |
core/modules/field_ui/src/Access/FormModeAccessCheck.php |
|
| FormModeAccessCheck::$entityTypeManager |
property |
core/modules/field_ui/src/Access/FormModeAccessCheck.php |
The entity type manager. |
| FormModeAccessCheck::access |
function |
core/modules/field_ui/src/Access/FormModeAccessCheck.php |
Checks access to the form mode. |
| FormModeAccessCheck::__construct |
function |
core/modules/field_ui/src/Access/FormModeAccessCheck.php |
Creates a new FormModeAccessCheck. |
| FormObjectTest |
class |
core/modules/system/tests/src/Kernel/Form/FormObjectTest.php |
Tests building a form from an object. |
| FormObjectTest |
class |
core/modules/system/tests/src/Functional/Form/FormObjectTest.php |
Tests building a form from an object. |
| FormObjectTest.php |
file |
core/modules/system/tests/src/Kernel/Form/FormObjectTest.php |
|
| FormObjectTest.php |
file |
core/modules/system/tests/src/Functional/Form/FormObjectTest.php |
|
| FormObjectTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/FormObjectTest.php |
The theme to install as the default for testing. |
| FormObjectTest::$modules |
property |
core/modules/system/tests/src/Kernel/Form/FormObjectTest.php |
Modules to install. |