Manages data about the available/existing Airship extensions
Inheritance: extends BlueprintGear, use trait Common
Example #1
0
 /**
  * View the update log
  *
  * @route admin/skyport/log
  */
 public function viewLog()
 {
     /** @todo allow a more granular window of logged events to be viewed */
     $this->lens('skyport/log', ['active_link' => 'bridge-link-admin-ext-log', 'logged' => $this->skyport->getLogMessages()]);
 }