Contact Form Plugin - How is the form function registered?
Created 7 years ago by williamLooking at the contact plugin, it's empty. Where does the logic for {{form('contact)}} come from?
<?php namespace Anomaly\ContactPlugin;
use Anomaly\Streams\Platform\Addon\Plugin\Plugin;
/**
* Class ContactPlugin
*
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
*/
class ContactPlugin extends Plugin
{
}
ryanthompson
—
7 years ago
Blah blah blah {{ form('contact') }}
is here: https://github.com/anomalylabs/contact-plugin/blob/1.2/src/ContactPluginServiceProvider.php#L22
Bindings.. bla bla bla