Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
FieldTranslationSynchronizerInterface | interface | core/ |
Provides field translation synchronization capabilities. |
FieldTranslationSynchronizerInterface.php | file | core/ |
|
FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties | function | core/ |
Returns the synchronized properties for the specified field definition. |
FieldTranslationSynchronizerInterface::synchronizeFields | function | core/ |
Performs field column synchronization on the given entity. |
FieldTranslationSynchronizerInterface::synchronizeItems | function | core/ |
Synchronize the items of a single field. |
FieldType::transform | function | core/ |
Performs the associated process. |
FieldTypeDefaults::transform | function | core/ |
Performs the associated process. |
FieldTypeDefaults::transform | function | core/ |
Performs the associated process. |
FieldUninstallValidator::setStringTranslation | function | core/ |
|
field_test_entity_info_translatable | function | core/ |
Helper function to enable entity translations. |
FileCopy::transform | function | core/ |
Performs the associated process. |
FileCopyTest::doTransform | function | core/ |
Do an import using the destination. |
FileOnTranslatedEntityTest | class | core/ |
Uploads files to translated nodes. |
FileOnTranslatedEntityTest.php | file | core/ |
|
FileOnTranslatedEntityTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FileOnTranslatedEntityTest::$fieldName | property | core/ |
The name of the file field used in the test. |
FileOnTranslatedEntityTest::$modules | property | core/ |
Modules to install. |
FileOnTranslatedEntityTest::setUp | function | core/ |
|
FileOnTranslatedEntityTest::testFileUsage | function | core/ |
Tests if file field tracks file usages correctly on translated nodes. |
FileOnTranslatedEntityTest::testSyncedFiles | function | core/ |
Tests synced file fields on translated nodes. |
FileTransfer | class | core/ |
Defines the base FileTransfer class. |
FileTransfer.php | file | core/ |
|
FileTransfer::$hostname | property | core/ |
The hostname for this file transfer. |
FileTransfer::$jail | property | core/ |
Full path to directory where file-transfer is restricted to. |
FileTransfer::$password | property | core/ |
The password for this file transfer. |
FileTransfer::$port | property | core/ |
The port for this file transfer. |
FileTransfer::$username | property | core/ |
The username for this file transfer. |
FileTransfer::checkPath | function | core/ |
Checks that the path is inside the jail and throws an exception if not. |
FileTransfer::chmod | function | core/ |
Changes the permissions of the specified $path (file or directory). |
FileTransfer::connect | function | core/ |
Connects to the server. |
FileTransfer::copyDirectory | function | core/ |
Copies a directory. |
FileTransfer::copyDirectoryJailed | function | core/ |
Copies a directory. |
FileTransfer::copyFile | function | core/ |
Copies a file. |
FileTransfer::copyFileJailed | function | core/ |
Copies a file. |
FileTransfer::createDirectory | function | core/ |
Creates a directory. |
FileTransfer::createDirectoryJailed | function | core/ |
Creates a directory. |
FileTransfer::factory | function | core/ |
Defines a factory method for this class. |
FileTransfer::findChroot | function | core/ |
Returns the chroot property for this connection. |
FileTransfer::fixRemotePath | function | core/ |
Returns a modified path suitable for passing to the server. |
FileTransfer::getSettingsForm | function | core/ |
Returns a form to collect connection settings credentials. |
FileTransfer::isDirectory | function | core/ |
Checks if a particular path is a directory. |
FileTransfer::isFile | function | core/ |
Checks if a particular path is a file (not a directory). |
FileTransfer::removeDirectory | function | core/ |
Removes a directory. |
FileTransfer::removeDirectoryJailed | function | core/ |
Removes a directory. |
FileTransfer::removeFile | function | core/ |
Removes a file. |
FileTransfer::removeFileJailed | function | core/ |
Removes a file. |
FileTransfer::sanitizePath | function | core/ |
Changes backslashes to slashes, also removes a trailing slash. |
FileTransfer::setChroot | function | core/ |
Sets the chroot and changes the jail to match the correct path scheme. |
FileTransfer::__construct | function | core/ |
Constructs a Drupal\Core\FileTransfer\FileTransfer object. |
FileTransfer::__get | function | core/ |
Implements the magic __get() method. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.