You are here

function eck_clean_up_request in Entity Construction Kit (ECK) 7.2

Request that eck cleans up on the next request.

See also

eck_init()

4 calls to eck_clean_up_request()
Bundle::delete in ./eck.classes.inc
Delete the entity type.
Bundle::save in ./eck.classes.inc
Save the entity type.
EntityType::delete in ./eck.classes.inc
Delete.
EntityType::save in ./eck.classes.inc
Save.

File

./eck.module, line 920

Code

function eck_clean_up_request() {
  variable_set("eck_clear_caches", TRUE);
}