Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FilterInterface | interface | core/ |
A route filter service to filter down the collection of route instances. |
FilterInterface.php | file | core/ |
|
FilterInterface.php | file | core/ |
|
FilterInterface::filter | function | core/ |
Filters the route collection against a request. |
FilterInterface::getDescription | function | core/ |
Returns the administrative description for this filter plugin. |
FilterInterface::getHTMLRestrictions | function | core/ |
Returns HTML allowed by this filter's configuration. |
FilterInterface::getLabel | function | core/ |
Returns the administrative label for this filter plugin. |
FilterInterface::getType | function | core/ |
Returns the processing type of this filter plugin. |
FilterInterface::prepare | function | core/ |
Prepares the text for processing. |
FilterInterface::process | function | core/ |
Performs the filter processing. |
FilterInterface::settingsForm | function | core/ |
Generates a filter's settings form. |
FilterInterface::tips | function | core/ |
Generates a filter's tip. |
FilterInterface::TYPE_HTML_RESTRICTOR | constant | core/ |
HTML tag and attribute restricting filters to prevent XSS attacks. |
FilterInterface::TYPE_MARKUP_LANGUAGE | constant | core/ |
Non-HTML markup language filters that generate HTML. |
FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE | constant | core/ |
Irreversible transformation filters. |
FilterInterface::TYPE_TRANSFORM_REVERSIBLE | constant | core/ |
Reversible transformation filters. |
FilterOperatorsInterface | interface | core/ |
Provides an interface for all views filters that implement operators. |
FilterOperatorsInterface.php | file | core/ |
|
FilterOperatorsInterface::operators | function | core/ |
Returns an array of operator information, keyed by operator ID. |
FloatInterface | interface | core/ |
Interface for floating-point numbers. |
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::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. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.