function LocaleTranslatableProject::getStatus

Returns the project status.

Return value

bool Returns TRUE if the project is enabled, FALSE otherwise.

File

core/modules/locale/src/LocaleTranslatableProject.php, line 75

Class

LocaleTranslatableProject
Translatable project for interface translation.

Namespace

Drupal\locale

Code

public function getStatus() : bool {
  return $this->status;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.