# give/4.11.0/src/FormAPI/Form/Textarea.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.11.0. 8 lines.

- Page: https://pluginprobe.com/plugins/give/4.11.0/code/src/FormAPI/Form/Textarea.php
- Raw: https://pluginprobe.com/plugins/give/4.11.0/raw/src/FormAPI/Form/Textarea.php
- Modified: 2021-11-23T23:55:18+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.11.0/code/src/FormAPI/Form/Textarea.php#L10-L20`.

```php
<?php

namespace Give\FormAPI\Form;

class Textarea extends Field
{
}

```
