public function OpignoModule::getBackwardsNavigation in Opigno module 8
Same name and namespace in other branches
- 3.x src/Entity/OpignoModule.php \Drupal\opigno_module\Entity\OpignoModule::getBackwardsNavigation()
Get Module Backwards navigation setting.
File
- src/
Entity/ OpignoModule.php, line 191
Class
- OpignoModule
- Defines the Module entity.
Namespace
Drupal\opigno_module\EntityCode
public function getBackwardsNavigation() {
return (bool) $this
->get('backwards_navigation')->value;
}