You are here

public function EntityMock::getViewMode in Hook Event Dispatcher 8

Get the view mode.

Return value

string ViewMode.

File

tests/src/Unit/Preprocess/Helpers/EntityMock.php, line 73

Class

EntityMock
Class EntityMock.

Namespace

Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\Helpers

Code

public function getViewMode() {
  return $this->viewMode;
}