You are here

protected function MandrillTemplateMap::defaultUri in Mandrill 7.2

Same name and namespace in other branches
  1. 7 modules/mandrill_template/lib/mandrill_template_map.entity.inc \MandrillTemplateMap::defaultUri()

Specify URI.

Overrides Entity::defaultUri

File

modules/mandrill_template/lib/mandrill_template_map.entity.inc, line 27
Mandrill Template entity class

Class

MandrillTemplateMap
@file Mandrill Template entity class

Code

protected function defaultUri() {
  return array(
    'path' => 'admin/config/services/mandrill/templates/' . $this
      ->identifier(),
  );
}