You are here

protected function ConfigPages::defaultUri in Config Pages 7

URI callback.

Overrides Entity::defaultUri

File

./config_pages.module, line 476
This module is based on Model module (https://drupal.org/project/model) and most of the comments left untouched but have entity types renamed. Suuport for features added.

Class

ConfigPages
The class used for config_pages entities

Code

protected function defaultUri() {
  return array(
    'path' => '',
  );
}