You are here

public function SpiChangeForm::exists in Acquia Connector 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/SpiChangeForm.php \Drupal\acquia_connector\Form\SpiChangeForm::exists()
  2. 8 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;
}