You are here

function _eck_fake_exists in Entity Construction Kit (ECK) 7.2

Same name and namespace in other branches
  1. 7.3 eck.module \_eck_fake_exists()
  2. 7 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__properties__form in ./eck.properties.inc
Properties form callback.

File

./eck.module, line 372

Code

function _eck_fake_exists() {
  return FALSE;
}