Eccube\Controller\Admin\Content\ContentsController::index PHP Method

index() public method

(non-PHPdoc)
See also: Eccube\Controller\Admin\Content\NewsController::index()
Deprecation: 3.1 delete. use NewsController
public index ( Application $app, Request $request = null ) : Response
$app Eccube\Application
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\Response
    public function index(Application $app, Request $request = null)
    {
        return parent::index($app, $request);
    }