# responsive-menu/3.0.14/src/app/Form/FormComponent.php

Responsive Menu – Create Mobile-Friendly Menu, version 3.0.14. 9 lines.

- Page: https://pluginprobe.com/plugins/responsive-menu/3.0.14/code/src/app/Form/FormComponent.php
- Raw: https://pluginprobe.com/plugins/responsive-menu/3.0.14/raw/src/app/Form/FormComponent.php
- Modified: 2016-08-27T00:57:36+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/responsive-menu/3.0.14/code/src/app/Form/FormComponent.php#L10-L20`.

```php
<?php

namespace ResponsiveMenu\Form;
use ResponsiveMenu\Models\Option;

interface FormComponent {
  public function render(Option $option);
}

```
