Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileCacheInterface::getMultiple | function | core/ |
Gets data based on filenames. |
FileCacheInterface::set | function | core/ |
Stores data based on a filename. |
FileEntityNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
FileInterface | interface | core/ |
Defines getter and setter methods for file entity base fields. |
FileInterface.php | file | core/ |
|
FileInterface::createFileUrl | function | core/ |
Creates a file URL for the URI of this file. |
FileInterface::getCreatedTime | function | core/ |
Returns the file entity creation timestamp. |
FileInterface::getFilename | function | core/ |
Returns the name of the file. |
FileInterface::getFileUri | function | core/ |
Returns the URI of the file. |
FileInterface::getMimeType | function | core/ |
Returns the MIME type of the file. |
FileInterface::getSize | function | core/ |
Returns the size of the file. |
FileInterface::isPermanent | function | core/ |
Returns TRUE if the file is permanent. |
FileInterface::isTemporary | function | core/ |
Returns TRUE if the file is temporary. |
FileInterface::setFilename | function | core/ |
Sets the name of the file. |
FileInterface::setFileUri | function | core/ |
Sets the URI of the file. |
FileInterface::setMimeType | function | core/ |
Sets the MIME type of the file. |
FileInterface::setPermanent | function | core/ |
Sets the file status to permanent. |
FileInterface::setSize | function | core/ |
Sets the size of the file. |
FileInterface::setTemporary | function | core/ |
Sets the file status to temporary. |
FileMediaFormatterInterface | interface | core/ |
Defines getter methods for FileMediaFormatterBase. |
FileMediaFormatterInterface.php | file | core/ |
|
FileMediaFormatterInterface::getMediaType | function | core/ |
Gets the applicable media type for a formatter. |
FileStorageInterface | interface | core/ |
Defines an interface for file entity storage classes. |
FileStorageInterface.php | file | core/ |
|
FileStorageInterface::spaceUsed | function | core/ |
Determines total disk space used by a single user or the whole filesystem. |
FileSystemInterface | interface | core/ |
Provides an interface for helpers that operate on files and stream wrappers. |
FileSystemInterface.php | file | core/ |
|
FileSystemInterface::basename | function | core/ |
Gets the filename from a given path. |
FileSystemInterface::chmod | function | core/ |
Sets the permissions on a file or directory. |
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::mkdir | function | core/ |
Creates a directory, optionally creating missing components in the path to the directory. |
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. |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.