You are here

protected function RequiredPlugin::formElement in Required by role 7.2

Provides a form element to configure the plugin options.

1 call to RequiredPlugin::formElement()
RequiredPlugin::form in ./RequiredPlugin.php
Provides a form element to configure the plugin options.
2 methods override RequiredPlugin::formElement()
RequiredByRole::formElement in plugins/required/RequiredByRole.php
Provides a form element to configure the plugin options.
RequiredCore::formElement in plugins/required/RequiredCore.php
Provides a form element to configure the plugin options.

File

./RequiredPlugin.php, line 14
Base required class.

Class

RequiredPlugin
@file Base required class.

Code

protected function formElement() {
  return array();
}