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 |
|---|---|---|---|
| FileSystemInterface::copy | function | core/ |
Copies a file to a new location without invoking the file API. |
| FileSystemInterface::createFilename | function | core/ |
Creates a full file path from a directory and filename. |
| FileSystemInterface::CREATE_DIRECTORY | constant | core/ |
Flag used by ::prepareDirectory() -- create directory if not present. |
| FileSystemInterface::delete | function | core/ |
Deletes a file without database changes or hook invocations. |
| FileSystemInterface::deleteRecursive | function | core/ |
Deletes all files and directories in the specified filepath recursively. |
| FileSystemInterface::dirname | function | core/ |
Gets the name of the directory from a given path. |
| FileSystemInterface::EXISTS_ERROR | constant | core/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
| FileSystemInterface::EXISTS_RENAME | constant | core/ |
Flag for dealing with existing files: Appends number until name is unique. |
| FileSystemInterface::EXISTS_REPLACE | constant | core/ |
Flag for dealing with existing files: Replace the existing file. |
| FileSystemInterface::getDestinationFilename | function | core/ |
Determines the destination path for a file. |
| FileSystemInterface::getTempDirectory | function | core/ |
Gets the path of the configured temporary directory. |
| FileSystemInterface::INSECURE_EXTENSIONS | constant | core/ |
A list of insecure extensions. |
| FileSystemInterface::INSECURE_EXTENSION_REGEX | constant | core/ |
The regex pattern used when checking for insecure file types. |
| FileSystemInterface::mkdir | function | core/ |
Creates a directory, optionally creating missing components in the path. |
| FileSystemInterface::MODIFY_PERMISSIONS | constant | core/ |
Flag used by ::prepareDirectory() -- file permissions may be changed. |
| FileSystemInterface::move | function | core/ |
Moves a file to a new location without database changes or hook invocation. |
| FileSystemInterface::moveUploadedFile | function | core/ |
Moves an uploaded file to a new location. |
| FileSystemInterface::prepareDirectory | function | core/ |
Checks that the directory exists and is writable. |
| FileSystemInterface::realpath | function | core/ |
Resolves the absolute filepath of a local URI or filepath. |
| FileSystemInterface::rmdir | function | core/ |
Removes a directory. |
| FileSystemInterface::saveData | function | core/ |
Saves a file to the specified destination without invoking file API. |
| FileSystemInterface::scanDirectory | function | core/ |
Finds all files that match a given mask in a given directory. |
| FileSystemInterface::tempnam | function | core/ |
Creates a file with a unique filename in the specified directory. |
| FileSystemInterface::unlink | function | core/ |
Deletes a file. |
| 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 the ordered collection of filter plugin instances or an individual plugin 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. |
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.