protected function ConfigPages::defaultLabel in Config Pages 7
Entity callback.
Overrides Entity::defaultLabel
File
- ./
config_pages.module, line 469 - 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 defaultLabel() {
return $this->name;
}