You are here

public function IPRangesListBuilder::getFormID in IP Ranges 8

Implements \Drupal\Core\Form\FormInterface::getFormID().

File

lib/Drupal/ip_ranges/IPRangesListBuilder.php, line 53

Class

IPRangesListBuilder

Namespace

Drupal\ip_ranges

Code

public function getFormID() {
  return 'ip_ranges_admin_form';
}