Search for forms
- Search 7.x for forms
- Search 9.5.x for forms
- Search 8.9.x for forms
- Search 10.3.x for forms
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MenuParentFormSelector::$menuLinkTree | property | core/ |
The menu link tree service. |
MenuParentFormSelector::getMenuOptions | function | core/ |
Gets a list of menu names for use as options. |
MenuParentFormSelector::getParentDepthLimit | function | core/ |
Returns the maximum depth of the possible parents of the menu link. |
MenuParentFormSelector::getParentSelectOptions | function | core/ |
Gets the options for a select element to choose a menu and parent. |
MenuParentFormSelector::parentSelectElement | function | core/ |
Gets a form element to choose a menu and parent. |
MenuParentFormSelector::parentSelectOptionsTreeWalk | function | core/ |
Iterates over all items in the tree to prepare the parents select options. |
MenuParentFormSelector::__construct | function | core/ |
Constructs a \Drupal\Core\Menu\MenuParentFormSelector. |
MenuParentFormSelectorInterface | interface | core/ |
Defines an interface for menu selector form elements and menu link options. |
MenuParentFormSelectorInterface.php | file | core/ |
|
MenuParentFormSelectorInterface::getParentSelectOptions | function | core/ |
Gets the options for a select element to choose a menu and parent. |
MenuParentFormSelectorInterface::parentSelectElement | function | core/ |
Gets a form element to choose a menu and parent. |
MigrateUpgradeFormStepsTest | class | core/ |
Tests the flow of the Migrate Drupal UI form. |
MigrateUpgradeFormStepsTest.php | file | core/ |
|
MigrateUpgradeFormStepsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
MigrateUpgradeFormStepsTest::$modules | property | core/ |
Modules to install. |
MigrateUpgradeFormStepsTest::assertFirstForm | function | core/ |
Helper to test that a path goes to the Overview form. |
MigrateUpgradeFormStepsTest::getSourceBasePath | function | core/ |
|
MigrateUpgradeFormStepsTest::setUp | function | core/ |
|
MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage | function | core/ |
Tests the flow of the Migrate Drupal UI form. |
ModerationFormTest::testModerationFormSetsRevisionAuthor | function | core/ |
Tests the revision author is updated when the moderation form is used. |
ModerationStateNodeTest::testFormSaveDestination | function | core/ |
Tests edit form destinations. |
ModulesListFormWebTest::testModulesListFormStatusMessage | function | core/ |
Tests the status message when enabling one or more modules. |
MultipleBlockFormTest::testMultipleForms | function | core/ |
Tests that blocks can have multiple forms. |
NodeFormSaveChangedTimeTest | class | core/ |
Tests updating the changed time after API and FORM entity save. |
NodeFormSaveChangedTimeTest.php | file | core/ |
|
NodeFormSaveChangedTimeTest::$authorUser | property | core/ |
A user with permissions to create and edit articles. |
NodeFormSaveChangedTimeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
NodeFormSaveChangedTimeTest::$modules | property | core/ |
Modules to install. |
NodeFormSaveChangedTimeTest::setUp | function | core/ |
|
NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges | function | core/ |
Tests the changed time after API and FORM save without changes. |
NodeHooks1::formSystemThemesAdminFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision | function | core/ |
Checks that unchecking 'Create new revision' works when editing a node. |
NodeTranslationUITest::getFormSubmitSuffix | function | core/ |
Returns appropriate submit button suffix based on translatability. |
NonAbstractFormStateDecoratorBase | class | core/ |
Provides a non-abstract version of the class under test. |
NonAbstractFormStateDecoratorBase::__construct | function | core/ |
Creates a new instance. |
Page::$parentFormSelector | property | core/ |
The parent form selector service. |
PagerPluginBase::exposedFormSubmit | function | core/ |
Handles submission of the exposed form. |
PhpassHooks::formSystemModulesUninstallConfirmFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form. |
PluginWithFormsInterface | interface | core/ |
Provides an interface for plugins which have forms. |
PluginWithFormsInterface.php | file | core/ |
|
PluginWithFormsInterface::getFormClass | function | core/ |
Gets the form class for the given operation. |
PluginWithFormsInterface::hasFormClass | function | core/ |
Gets whether the plugin has a form class for the given operation. |
PluginWithFormsTrait | trait | core/ |
Provides a trait with typical behavior for plugins which have forms. |
PluginWithFormsTrait.php | file | core/ |
|
PluginWithFormsTrait::getFormClass | function | core/ |
Implements \Drupal\Core\Plugin\PluginWithFormsInterface::getFormClass(). |
PluginWithFormsTrait::hasFormClass | function | core/ |
Implements \Drupal\Core\Plugin\PluginWithFormsInterface::hasFormClass(). |
PluginWithFormsTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Plugin\PluginWithFormsTrait[[api-linebreak]] @group Plugin |
PluginWithFormsTraitTest.php | file | core/ |
|
PluginWithFormsTraitTest::providerGetFormClass | function | core/ |
|
PluginWithFormsTraitTest::testGetFormClass | function | core/ |
@covers ::getFormClass[[api-linebreak]] @covers ::hasFormClass[[api-linebreak]] @dataProvider providerGetFormClass |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.