himiklab\sortablegrid\SortableGridBehavior::events PHP Method

events() public method

public events ( )
    public function events()
    {
        return [ActiveRecord::EVENT_BEFORE_INSERT => 'beforeInsert'];
    }