You are here

18 calls to entity_type_load() in Entity Construction Kit (ECK) 7.3

eck_form_field_ui_field_overview_form_alter in ./eck.module
Adds a manage properties section.
eck_form_field_ui_field_overview_form_submit in ./eck.module
Form submission handler for ECK's additions to field_ui_field_overview_form.
eck_form_field_ui_field_overview_form_validate in ./eck.module
Validates the add property as extra field of field_ui_field_overview_form().
eck__bundle__add in ./eck.bundle.inc
Bundle add from callback.
eck__bundle__delete_form in ./eck.bundle.inc
Bundle delete form callback.
eck__bundle__edit_form in ./eck.bundle.inc
Form constructor for the entity bundle editing form.
eck__bundle__list in ./eck.bundle.inc
Page call back for the bundle overview table.
eck__entity_type__delete_form in ./eck.entity_type.inc
Delete entity type form callback.
eck__entity__add in ./eck.entity.inc
Call back for the local action add (It adds a new entity).
eck__entity__delete in ./eck.entity.inc
Callback function for the delete functionality.
eck__entity__form in ./eck.entity.inc
Sets up an entities form.
eck__entity__list in ./eck.entity.inc
Entity overview page callback.
eck__entity__view_callback in ./eck.entity.inc
Entity view callback.
eck__extra_field_widget_form in ./eck.bundle.inc
Form for changing the widget type for a given entity property.
eck__extra_field_widget_form_submit in ./eck.bundle.inc
Submit callback.
eck__extra_field_widget_form_validate in ./eck.bundle.inc
Validation callback.
eck__manage_extra_field_form in ./eck.bundle.inc
Form for managing the extra field settings for a given entity property.
eck__manage_extra_field_form_submit in ./eck.bundle.inc
Submit callback.