# give/4.16.8.1/src/FormBuilder/ValueObjects/FormBuilderRestRouteConfig.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 13 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/FormBuilder/ValueObjects/FormBuilderRestRouteConfig.php
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/FormBuilder/ValueObjects/FormBuilderRestRouteConfig.php
- Modified: 2023-10-16T17:55:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.8.1/code/src/FormBuilder/ValueObjects/FormBuilderRestRouteConfig.php#L10-L20`.

```php
<?php

namespace Give\FormBuilder\ValueObjects;

/**
 * @since 3.0.0
 */
class FormBuilderRestRouteConfig
{
    const NAMESPACE = 'givewp/v3';
    const PATH = '/form/(?P<id>\d+)';
}

```
