Swiftriver\EventHandlers\UshahidiContentPushEventHandler::Name PHP Method

Name() public method

This method should return the name of the event handler that you implement. This name should be unique across all event handlers and should be no more that 50 chars long
public Name ( ) : string
return string
    public function Name()
    {
        return "Ushahidi Content Push";
    }