You are here

function eck__entity_type__path in Entity Construction Kit (ECK) 7.2

Same name and namespace in other branches
  1. 7.3 eck.entity_type.inc \eck__entity_type__path()

Returns the path to the ECK admin section.

11 calls to eck__entity_type__path()
eck_references_dialog_entity_admin_paths in includes/eck.references_dialog.inc
Implements hook_references_dialog_entity_admin_paths().
eck__bundle__add_submit in ./eck.bundle.inc
Add bundle form 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__menu in ./eck.bundle.inc
This function creates the menu items relevant to bundle administration.

... See full list

File

./eck.entity_type.inc, line 493
ENTITY TYPE.

Code

function eck__entity_type__path() {
  return "admin/structure/entity-type";
}