protected function CustomBlockTranslationUITest::getNewEntityValues

Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues().

Overrides EntityTranslationUITest::getNewEntityValues

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php, line 98
Contains \Drupal\custom_block\Tests\CustomBlockTranslationUITest.

Class

CustomBlockTranslationUITest
Tests the Custom Block Translation UI.

Namespace

Drupal\custom_block\Tests

Code

protected function getNewEntityValues($langcode) {
  return array(
    'info' => $this->name,
  ) + parent::getNewEntityValues($langcode);
}