Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FormAjaxResponseBuilderInterface::buildResponse | function | core/ |
Builds a response for an AJAX form. |
FormatterInterface | interface | core/ |
Interface definition for field formatter plugins. |
FormatterInterface.php | file | core/ |
|
FormatterInterface::isApplicable | function | core/ |
Returns if the formatter can be used for the provided field. |
FormatterInterface::prepareView | function | core/ |
Allows formatters to load information for field values being displayed. |
FormatterInterface::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
FormatterInterface::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
FormatterInterface::view | function | core/ |
Builds a renderable array for a fully themed field. |
FormatterInterface::viewElements | function | core/ |
Builds a renderable array for a field value. |
FormBuilderInterface | interface | core/ |
Provides an interface for form building and processing. |
FormBuilderInterface.php | file | core/ |
|
FormBuilderInterface::AJAX_FORM_REQUEST | constant | core/ |
Request key for AJAX forms that submit to the form's original route. |
FormBuilderInterface::buildForm | function | core/ |
Builds and processes a form for a given form ID. |
FormBuilderInterface::doBuildForm | function | core/ |
Builds and processes all elements in the structured form array. |
FormBuilderInterface::getForm | function | core/ |
Gets a renderable form array. |
FormBuilderInterface::getFormId | function | core/ |
Determines the ID of a form. |
FormBuilderInterface::prepareForm | function | core/ |
Prepares a structured form array. |
FormBuilderInterface::processForm | function | core/ |
Processes a form submission. |
FormBuilderInterface::rebuildForm | function | core/ |
Constructs a new $form from the information in $form_state. |
FormBuilderInterface::retrieveForm | function | core/ |
Retrieves the structured array that defines a given form. |
FormBuilderInterface::submitForm | function | core/ |
Retrieves, populates, and processes a form. |
FormCacheInterface | interface | core/ |
Provides an interface for the caching of a form and its form state. |
FormCacheInterface.php | file | core/ |
|
FormCacheInterface::deleteCache | function | core/ |
Deletes a form in the cache. |
FormCacheInterface::getCache | function | core/ |
Fetches a form from the cache. |
FormCacheInterface::setCache | function | core/ |
Stores a form in the cache. |
FormElementInterface | interface | core/ |
Provides an interface for form element plugins. |
FormElementInterface.php | file | core/ |
|
FormElementInterface::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
FormErrorHandlerInterface | interface | core/ |
Provides an interface for handling form errors. |
FormErrorHandlerInterface.php | file | core/ |
|
FormErrorHandlerInterface::handleFormErrors | function | core/ |
Handles form errors after form validation. |
FormInterface | interface | core/ |
Provides an interface for a Form. |
FormInterface.php | file | core/ |
|
FormInterface::buildForm | function | core/ |
Form constructor. |
FormInterface::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormInterface::submitForm | function | core/ |
Form submission handler. |
FormInterface::validateForm | function | core/ |
Form validation handler. |
FormStateInterface | interface | core/ |
Provides an interface for an object containing the current state of a form. |
FormStateInterface.php | file | core/ |
|
FormStateInterface::addBuildInfo | function | core/ |
Adds a value to the build info. |
FormStateInterface::addCleanValueKey | function | core/ |
Adds a key to the array of form values that will be cleaned. |
FormStateInterface::addRebuildInfo | function | core/ |
Adds a value to the rebuild info. |
FormStateInterface::cleanValues | function | core/ |
Removes internal Form API elements and buttons from submitted form values. |
FormStateInterface::clearErrors | function | core/ |
Clears all errors against all form elements made by self::setErrorByName(). |
FormStateInterface::disableCache | function | core/ |
Prevents the form from being cached. |
FormStateInterface::disableRedirect | function | core/ |
Prevents the form from redirecting. |
FormStateInterface::get | function | core/ |
Gets any arbitrary property. |
FormStateInterface::getAlwaysProcess | function | core/ |
Determines if this form should always be processed. |
FormStateInterface::getBuildInfo | function | core/ |
Returns the build info for the form. |
Pagination
- Previous page
- Page 41
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.