You are here

public function FacConfig::getViewModes in Fast Autocomplete 8

Gets the view modes.

@vreturn array The view modes.

Overrides FacConfigInterface::getViewModes

File

src/Entity/FacConfig.php, line 240

Class

FacConfig
Defines the FacConfig entity.

Namespace

Drupal\fac\Entity

Code

public function getViewModes() {
  return $this->viewModes;
}