Search for chmod
- Search 7.x for chmod
- Search 9.5.x for chmod
- Search 8.9.x for chmod
- Search 10.3.x for chmod
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ChmodInterface | interface | core/ |
Defines an interface to chmod files. |
ChmodInterface.php | file | core/ |
|
ChmodInterface::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path. |
ConnectionTest::providerSupportedFetchModes | function | core/ |
Provides data for testSupportedFetchModes. |
ConnectionTest::providerUnsupportedFetchModes | function | core/ |
Provides data for testUnsupportedFetchModes. |
ConnectionTest::testSupportedFetchModes | function | core/ |
Tests supported fetch modes. |
ConnectionTest::testUnsupportedFetchModes | function | core/ |
Tests unsupported fetch modes. |
FetchModeTrait | trait | core/ |
Provide helper methods for statement fetching. |
FetchModeTrait.php | file | core/ |
|
FetchModeTrait::$fetchModeLiterals | property | core/ |
Map FETCH_* modes to their literal for inclusion in messages. |
FetchModeTrait::$supportedFetchModes | property | core/ |
The fetch modes supported. |
FetchModeTrait::assocToClass | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_CLASS. |
FetchModeTrait::assocToColumn | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_COLUMN. |
FetchModeTrait::assocToNum | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_NUM. |
FetchModeTrait::assocToObj | function | core/ |
Converts a row of data in FETCH_ASSOC format to FETCH_OBJ. |
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(). |
FileSystemInterface::chmod | function | core/ |
Sets the permissions on a file or directory. |
FileSystemTest::testChmodDir | function | core/ |
@covers ::chmod |
FileSystemTest::testChmodFile | function | core/ |
@covers ::chmod |
FileSystemTest::testChmodUnsuccessful | function | core/ |
@covers ::chmod |
FileTransfer::chmod | function | core/ |
Changes the permissions of the specified $path (file or directory). |
FTPExtension::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path. |
ImageTest::testChmodFails | function | core/ |
Tests \Drupal\Core\Image\Image::save(). |
Local::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path. |
SearchConfigSettingsFormTest::testSearchModuleDisabling | function | core/ |
Verifies that you can disable individual search plugins. |
SearchConfigSettingsFormTest::testSearchModuleSettingsPage | function | core/ |
Verifies plugin-supplied settings form. |
SSH::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path. |
StatementInterface::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
StatementPrefetchIterator::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
StatementWrapperIterator::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
TestFileTransfer::chmodJailed | function | core/ |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.