You are here

protected property ContentTranslationTestBase::$controller in Drupal 8

Same name in this branch
  1. 8 core/modules/content_translation/src/Tests/ContentTranslationTestBase.php \Drupal\content_translation\Tests\ContentTranslationTestBase::controller
  2. 8 core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php \Drupal\Tests\content_translation\Functional\ContentTranslationTestBase::controller

The translation controller for the current entity type.

Type: \Drupal\content_translation\ContentTranslationHandlerInterface

File

core/modules/content_translation/src/Tests/ContentTranslationTestBase.php, line 84

Class

ContentTranslationTestBase
Base class for content translation tests.

Namespace

Drupal\content_translation\Tests

Code

protected $controller;