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 |
|---|---|---|---|
| FileUploadHandlerInterface | interface | core/ |
Handles validating and creating file entities from file uploads. |
| FileUploadHandlerInterface.php | file | core/ |
|
| FileUploadHandlerInterface::handleFileUpload | function | core/ |
Creates a file from an upload. |
| FileUrlGeneratorInterface | interface | core/ |
Generates file URLs for a stream to an external or local file. |
| FileUrlGeneratorInterface.php | file | core/ |
|
| FileUrlGeneratorInterface::generate | function | core/ |
Creates a root-relative web-accessible URL object. |
| FileUrlGeneratorInterface::generateAbsoluteString | function | core/ |
Creates an absolute web-accessible URL string. |
| FileUrlGeneratorInterface::generateString | function | core/ |
Creates a root-relative web-accessible URL string. |
| FileUrlGeneratorInterface::transformRelative | function | core/ |
Transforms an absolute URL of a local file to a relative URL. |
| FileUsageInterface | interface | core/ |
File usage backend interface. |
| FileUsageInterface.php | file | core/ |
|
| FileUsageInterface::add | function | core/ |
Records that a module is using a file. |
| FileUsageInterface::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
| FileUsageInterface::listUsage | function | core/ |
Determines where a file is used. |
| FileValidatorInterface | interface | core/ |
Provides a file validator that supports a list of validations. |
| FileValidatorInterface.php | file | core/ |
|
| FileValidatorInterface::validate | function | core/ |
Validates a File with a list of validators. |
| FilteredPluginManagerInterface | interface | core/ |
Provides an interface for plugin managers that allow filtering definitions. |
| FilteredPluginManagerInterface.php | file | core/ |
|
| FilteredPluginManagerInterface::getFilteredDefinitions | function | core/ |
Gets the plugin definitions for a given type and consumer and filters them. |
| FilterFormatInterface | interface | core/ |
Provides an interface defining a filter format entity. |
| FilterFormatInterface.php | file | core/ |
|
| FilterFormatInterface::filters | function | core/ |
Returns a sorted collection of filter plugins or an individual instance. |
| FilterFormatInterface::getFilterTypes | function | core/ |
Retrieves all filter types that are used in the text format. |
| FilterFormatInterface::getHtmlRestrictions | function | core/ |
Retrieve all HTML restrictions (tags and attributes) for the text format. |
| FilterFormatInterface::getPermissionName | function | core/ |
Returns the machine-readable permission name for the text format. |
| FilterFormatInterface::isFallbackFormat | function | core/ |
Returns if this format is the fallback format. |
| FilterFormatInterface::removeFilter | function | core/ |
Removes a filter. |
| FilterFormatInterface::setFilterConfig | function | core/ |
Sets the configuration for a filter plugin instance. |
| FilterInterface | interface | core/ |
Defines the interface for text processing filter plugins. |
| 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. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.