class TestPluginForm

Hierarchy

Expanded class hierarchy of TestPluginForm

File

core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php, line 484

Namespace

Drupal\Tests\Core\Plugin
View source
class TestPluginForm implements PluginFormInterface {
  
  /**
   * {@inheritdoc}
   */
  public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
    return [];
  }
  
  /**
   * {@inheritdoc}
   */
  public function validateConfigurationForm(array &$form, FormStateInterface $form_state) {
  }
  
  /**
   * {@inheritdoc}
   */
  public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
  }

}

Members


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.