You are here

function _eck_fake_exists in Entity Construction Kit (ECK) 7

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

As you can see this is just use to comply with requirements probably no one will use this

2 string references to '_eck_fake_exists'
eck__bundle__add in ./eck.bundle.inc
ADD Entity types.
eck__entity_type__form in ./eck.entity_type.inc
Callback for adding entity types functionality.

File

./eck.module, line 301
ENTITY CONSTRUCTION KIT

Code

function _eck_fake_exists() {
  return FALSE;
}