You are here

public function HasTranslationEvent::hasTranslation in Menu block current language 8

Determines if link should be visible or not.

Return value

bool The visibility.

File

src/Event/HasTranslationEvent.php, line 46

Class

HasTranslationEvent
Translation event.

Namespace

Drupal\menu_block_current_language\Event

Code

public function hasTranslation() {
  return $this->status;
}