Search for trans
Title | Object type | File name | Summary |
---|---|---|---|
ExcludedModulesEventSubscriber::onConfigTransformImport | function | core/ |
Transform the storage which is used to import the configuration. |
FieldableEntity::getEntityTranslationSourceLanguage | function | core/ |
Gets an entity source language from the 'entity_translation' table. |
FieldableEntity::isEntityTranslatable | function | core/ |
Checks if an entity type uses Entity Translation. |
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable | function | core/ |
Asserts that an entity type is neither revisionable nor translatable. |
FieldableEntityDefinitionUpdateTest::assertRevisionableAndTranslatable | function | core/ |
Asserts the revisionable / translatable characteristics of an entity type. |
FieldableEntityDefinitionUpdateTest::assertTranslatable | function | core/ |
Asserts the translatable characteristics of an entity type. |
FieldableEntityInterface::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
FieldConfigBase::$translatable | property | core/ |
Flag indicating whether the field is translatable. |
FieldConfigBase::isTranslatable | function | core/ |
|
FieldConfigBase::setTranslatable | function | core/ |
|
FieldConfigInterface::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldDefinition::isTranslatable | function | core/ |
|
FieldDefinition::setTranslatable | function | core/ |
Sets whether the field is translatable. |
FieldDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field is translatable. |
FieldDefinitionTest::$storageSupportsTranslation | property | core/ |
A flag for setting if the field storage supports translation. |
FieldDefinitionTest::testFieldTranslatable | function | core/ |
Tests field translatable methods. |
FieldFile::transform | function | core/ |
|
FieldFileTest::testTransformAltTitle | function | core/ |
Tests that alt and title attributes are included in transformed values. |
FieldStorageDefinitionInterface::isTranslatable | function | core/ |
Returns whether the field supports translation. |
FieldStorageDefinitionInterface::setTranslatable | function | core/ |
Sets whether the field supports translation. |
FieldTranslationSqlStorageTest | class | core/ |
Tests Field translation SQL Storage. |
FieldTranslationSqlStorageTest.php | file | core/ |
|
FieldTranslationSqlStorageTest::assertFieldStorageLangcode | function | core/ |
Checks whether field languages are correctly stored for the given entity. |
FieldTranslationSqlStorageTest::testFieldSqlStorage | function | core/ |
Tests field SQL storage. |
FieldUninstallValidator::setStringTranslation | function | core/ |
|
field_test_entity_info_translatable | function | core/ |
Helper function to enable entity translations. |
FileOnTranslatedEntityTest | class | core/ |
Uploads files to translated nodes. |
FileOnTranslatedEntityTest.php | file | core/ |
|
FileOnTranslatedEntityTest::$defaultTheme | property | core/ |
|
FileOnTranslatedEntityTest::$fieldName | property | core/ |
The name of the file field used in the test. |
FileOnTranslatedEntityTest::$modules | property | core/ |
|
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. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.