Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FloatInterface.php | file | core/ |
|
| FloodInterface | interface | core/ |
Defines an interface for flood controllers. |
| FloodInterface.php | file | core/ |
|
| FloodInterface::clear | function | core/ |
Makes the flood control mechanism forget an event for the current visitor. |
| FloodInterface::garbageCollection | function | core/ |
Cleans up expired flood events. |
| FloodInterface::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
| FloodInterface::register | function | core/ |
Registers an event for the current visitor to the flood control mechanism. |
| FormAjaxResponseBuilderInterface | interface | core/ |
Provides an interface for building AJAX form responses. |
| FormAjaxResponseBuilderInterface.php | file | core/ |
|
| 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::HTMX_REQUEST | constant | core/ |
Header name for HTMX requests. |
| 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/ |
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.