You are here

protected function SimplemetaEntity::defaultLabel in Simple Meta 7.2

@todo Build label in another way.

Overrides Entity::defaultLabel

File

./simplemeta.info.inc, line 64
Entity API integration, classes, controllers, etc.

Class

SimplemetaEntity
Class SimplemetaEntity.

Code

protected function defaultLabel() {
  return 'SimpleMeta' . (isset($this->sid) ? ' ' . $this->sid : '');
}