public static function EntityTranslationSyncImageTest::getInfo

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php, line 39
Contains \Drupal\entity\Tests\EntityTranslationSyncImageTest.

Class

EntityTranslationSyncImageTest
Tests the Entity Translation image field synchronization capability.

Namespace

Drupal\translation_entity\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Image field synchronization',
    'description' => 'Tests the field synchronization behavior for the image field.',
    'group' => 'Entity Translation UI',
  );
}