You are here

public function SpiChangeForm::exists in Acquia Connector 8

Same name and namespace in other branches
  1. 8.2 src/Form/SpiChangeForm.php \Drupal\acquia_connector\Form\SpiChangeForm::exists()
  2. 3.x src/Form/SpiChangeForm.php \Drupal\acquia_connector\Form\SpiChangeForm::exists()

Determines if the machine name already exists.

Return value

bool FALSE.

File

src/Form/SpiChangeForm.php, line 174

Class

SpiChangeForm
Change SPI Data form.

Namespace

Drupal\acquia_connector\Form

Code

public function exists() {
  return FALSE;
}