You are here

function _eck_fake_exists in Entity Construction Kit (ECK) 7.3

Same name and namespace in other branches
  1. 7 eck.module \_eck_fake_exists()
  2. 7.2 eck.module \_eck_fake_exists()

Comply with requirements probably no one will use this.

3 string references to '_eck_fake_exists'
eck__bundle__add in ./eck.bundle.inc
Bundle add from callback.
eck__entity_type__form in ./eck.entity_type.inc
Entity type form callback.
eck__property_add__form in ./eck.properties.inc
Add property form.

File

./eck.module, line 403

Code

function _eck_fake_exists() {
  return FALSE;
}