ImageToGallery::behaviors PHP Method

behaviors() public method

public behaviors ( )
    public function behaviors()
    {
        return ['sortable' => ['class' => 'yupe\\components\\behaviors\\SortableBehavior']];
    }