Swiftriver\EventHandlers\UshahidiAPIEventHandler::Description PHP Method

Description() public method

This method should return a description describing what exactly it is that your Event Handler does
public Description ( ) : string
return string
    public function Description()
    {
        return "Activating this plugin will cause all content marked " . "accurate to be sent to the associated Ushahidi instance " . "as a new report. Works best with Geo Location activated.";
    }