Contact Form Plugin - How is the form function registered?
Created 6 years ago by william

Looking 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
{
}
william  —  6 years ago Best Answer

Bindings.. bla bla bla

william  —  6 years ago

Thats what i said😄