Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.

All search results

Title Object type File name Summary
ImageStyleEditForm::save function core/modules/image/src/Form/ImageStyleEditForm.php Form submission handler for the 'save' action.
ImageStyleEditForm::submitForm function core/modules/image/src/Form/ImageStyleEditForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
ImageStyleEditForm::updateEffectWeights function core/modules/image/src/Form/ImageStyleEditForm.php Updates image effect weights.
ImageStyleEditForm::__construct function core/modules/image/src/Form/ImageStyleEditForm.php Constructs an ImageStyleEditForm object.
ImageStyleFlushForm class core/modules/image/src/Form/ImageStyleFlushForm.php Form controller for image style flush.
ImageStyleFlushForm.php file core/modules/image/src/Form/ImageStyleFlushForm.php
ImageStyleFlushForm::getCancelUrl function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the route to go to if the user cancels the action.
ImageStyleFlushForm::getConfirmText function core/modules/image/src/Form/ImageStyleFlushForm.php Returns a caption for the button that confirms the action.
ImageStyleFlushForm::getDescription function core/modules/image/src/Form/ImageStyleFlushForm.php Returns additional text to display as a description.
ImageStyleFlushForm::getQuestion function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the question to ask the user.
ImageStyleFlushForm::submitForm function core/modules/image/src/Form/ImageStyleFlushForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
ImageStyleFormBase class core/modules/image/src/Form/ImageStyleFormBase.php Base form for image style add and edit forms.
ImageStyleFormBase.php file core/modules/image/src/Form/ImageStyleFormBase.php
ImageStyleFormBase::$entity property core/modules/image/src/Form/ImageStyleFormBase.php The entity being used by this form.
ImageStyleFormBase::$imageStyleStorage property core/modules/image/src/Form/ImageStyleFormBase.php The image style entity storage.
ImageStyleFormBase::create function core/modules/image/src/Form/ImageStyleFormBase.php Instantiates a new instance of the implementing class using autowiring.
ImageStyleFormBase::form function core/modules/image/src/Form/ImageStyleFormBase.php Gets the actual form array to be built.
ImageStyleFormBase::save function core/modules/image/src/Form/ImageStyleFormBase.php Form submission handler for the 'save' action.
ImageStyleFormBase::__construct function core/modules/image/src/Form/ImageStyleFormBase.php Constructs a base class for image style add and edit forms.
ImageStyleInterface::transformDimensions function core/modules/image/src/ImageStyleInterface.php Determines the dimensions of this image style.
ImageStyleJsonAnonTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php The format to use in this test.
ImageStyleJsonBasicAuthTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php The format to use in this test.
ImageStyleJsonCookieTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php The format to use in this test.
ImageStyleMappings::transform function core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php Performs the associated process.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests that an invalid source image returns a 404.
ImageStyleXmlAnonTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The format to use in this test.
ImageStyleXmlBasicAuthTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The format to use in this test.
ImageStyleXmlCookieTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php The format to use in this test.
ImageTest::testImageSettingsForm function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php Tests the ckeditor5_imageResize and ckeditor5_imageUpload settings forms.
ImageThemeFunctionTest::testImageFormatterDeprecatedProperty function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Test the deprecated item_attributes property.
ImageThemeFunctionTest::testImageFormatterTheme function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests usage of the image field formatters.
ImageThemeHooks::preprocessImageFormatter function core/modules/image/src/Hook/ImageThemeHooks.php Prepares variables for image formatter templates.
ImageToolkitBase::validateConfigurationForm function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Form validation handler.
ImageToolkitForm class core/modules/system/src/Form/ImageToolkitForm.php Configures image toolkit settings for this site.
ImageToolkitForm.php file core/modules/system/src/Form/ImageToolkitForm.php
ImageToolkitForm::$availableToolkits property core/modules/system/src/Form/ImageToolkitForm.php An array containing currently available toolkits.
ImageToolkitForm::buildForm function core/modules/system/src/Form/ImageToolkitForm.php Form constructor.
ImageToolkitForm::create function core/modules/system/src/Form/ImageToolkitForm.php Instantiates a new instance of the implementing class using autowiring.
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
ImageToolkitForm::getFormId function core/modules/system/src/Form/ImageToolkitForm.php Returns a unique string identifying the form.
ImageToolkitForm::submitForm function core/modules/system/src/Form/ImageToolkitForm.php Form submission handler.
ImageToolkitForm::validateForm function core/modules/system/src/Form/ImageToolkitForm.php Form validation handler.
ImageToolkitForm::__construct function core/modules/system/src/Form/ImageToolkitForm.php Constructs an ImageToolkitForm object.
ImageUploadTest::createBasicFormat function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Create a basic_html text format for the editor to reference.
ImageUrlFormatter class core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Plugin implementation of the 'image_url' formatter.
ImageUrlFormatter.php file core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php
ImageUrlFormatter::$currentUser property core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php The current user.
ImageUrlFormatter::$imageStyleStorage property core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php The image style entity storage.
ImageUrlFormatter::defaultSettings function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Defines the default settings for this plugin.
ImageUrlFormatter::settingsForm function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Returns a form to configure settings for the formatter.

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