Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Cli/Command/Development/ExportNavigation.php
<?php

namespace XF\Cli\Command\Development;

class
ExportNavigation extends AbstractExportCommand
{
    protected function
getContentTypeDetails()
    {
        return [
           
'name' => 'Navigation',
           
'command' => 'navigation',
           
'entity' => 'XF:Navigation'
       
];
    }
}