You are here

function eck__entity_type__path in Entity Construction Kit (ECK) 7.3

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

Returns the path to the ECK admin section.

20 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__activate_default_property in ./eck.default_properties.inc
Activate default properties.
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.

... See full list

File

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

Code

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