function _eck_fake_exists in Entity Construction Kit (ECK) 7
Same name and namespace in other branches
- 7.3 eck.module \_eck_fake_exists()
- 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;
}