Search for file
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
File | class | core/ |
File entity media source. |
File | class | core/ |
Defines the file entity class. |
File | class | core/ |
Field handler to provide simple renderer that allows linking to a file. |
File | class | core/ |
Tests creating managed files views with the wizard. |
File | class | core/ |
Drupal 6 file source from database. |
File | class | core/ |
Drupal 7 file source from database. |
File | class | core/ |
Provides a form element for uploading a file. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FileStorageFactoryTest.php | file | core/ |
|
FileStorageFactoryTest::testGetSync | function | core/ |
@covers ::getSync[[api-linebreak]] |
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. |
FileStorageReadOnlyTest | class | core/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage[[api-linebreak]] |
FileStorageReadOnlyTest.php | file | core/ |
|
FileStorageReadOnlyTest::$readonlyStorage | property | core/ |
Read only test settings to pass to storage instances. |
FileStorageReadOnlyTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
FileStorageReadOnlyTest::setUp | function | core/ |
|
FileStorageReadOnlyTest::testDeleteAll | function | core/ |
@covers ::deleteAll[[api-linebreak]] |
FileStorageReadOnlyTest::testReadOnly | function | core/ |
Tests writing with one class and reading with another. |
FileStorageSchema | class | core/ |
Defines the file schema handler. |
FileStorageSchema.php | file | core/ |
|
FileStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
FileStorageTest | class | core/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileStorage[[api-linebreak]] @group Drupal @group PhpStorage |
FileStorageTest | class | core/ |
Tests FileStorage operations. |
FileStorageTest.php | file | core/ |
|
FileStorageTest.php | file | core/ |
|
FileStorageTest::$directory | property | core/ |
A directory to store configuration in. |
FileStorageTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
FileStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
FileStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
FileStorageTest::read | function | core/ |
Reads configuration data from the storage. |
FileStorageTest::setUp | function | core/ |
|
FileStorageTest::setUp | function | core/ |
|
FileStorageTest::testCreateDirectoryFailWarning | function | core/ |
@covers ::createDirectory[[api-linebreak]] |
FileStorageTest::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
FileStorageTest::testDeleteAll | function | core/ |
@covers ::deleteAll[[api-linebreak]] |
FileStorageTest::testListAll | function | core/ |
Tests the FileStorage::listAll method with a relative and absolute path. |
FileStorageTest::testUnsupportedDataTypeConfigException | function | core/ |
Tests UnsupportedDataTypeConfigException. |
FileStorageTest::update | function | core/ |
Updates configuration data in the storage. |
FileSystem | class | core/ |
Provides helpers to operate on files and stream wrappers. |
FileSystem | class | core/ |
Provides file system functions. |
FileSystem.php | file | core/ |
|
FileSystem.php | file | core/ |
|
FileSystem::$deprecatedProperties | property | core/ |
|
FileSystem::$settings | property | core/ |
The site settings. |
FileSystem::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
FileSystem::basename | function | core/ |
Gets the filename from a given path. |
FileSystem::chmod | function | core/ |
Sets the permissions on a file or directory. |
FileSystem::CHMOD_DIRECTORY | constant | core/ |
Default mode for new directories. See self::chmod(). |
FileSystem::CHMOD_FILE | constant | core/ |
Default mode for new files. See self::chmod(). |
FileSystem::copy | function | core/ |
Copies a file to a new location without invoking the file API. |
FileSystem::createFilename | function | core/ |
Creates a full file path from a directory and filename. |
FileSystem::delete | function | core/ |
Deletes a file without database changes or hook invocations. |
FileSystem::deleteRecursive | function | core/ |
Deletes all files and directories in the specified filepath recursively. |
FileSystem::dirname | function | core/ |
Gets the name of the directory from a given path. |
FileSystem::doScanDirectory | function | core/ |
Internal function to handle directory scanning with recursion. |
FileSystem::getDestinationFilename | function | core/ |
Determines the destination path for a file. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.