App\services\PaymentTermService::actions PHP Method

actions() public method

public actions ( $entityType )
    public function actions($entityType)
    {
        return [[uctrans('texts.edit_payment_terms'), function ($model) {
            return URL::to("payment_terms/{$model->public_id}/edit");
        }]];
    }