Airship\Cabin\Bridge\Landing\Motifs::index PHP Method

index() public method

public index ( )
    public function index()
    {
        $this->lens('motifs', ['cabins' => $this->getCabinNames(), 'motifs' => $this->getAllMotifs(true)]);
    }