Backend\Modules\Tags\Ajax\GetAllTags::execute PHP Method

execute() public method

Execute the action
public execute ( )
    public function execute()
    {
        parent::execute();
        $this->output(self::OK, BackendTagsModel::getAll());
    }
GetAllTags