function LocaleTranslatableProject::getStatus

Same name and namespace in other branches
  1. 11.x core/modules/locale/src/LocaleTranslatableProject.php \Drupal\locale\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.