You are here

public function CerPreset::label in Corresponding Entity References 7.3

Overrides Entity::label().

Overrides Entity::label

File

includes/CerPreset.inc, line 51
Contains the entity class for CER presets.

Class

CerPreset
@file Contains the entity class for CER presets.

Code

public function label() {
  return isset($this->label_variables) ? t('@left !operator @right', $this->label_variables) : $this
    ->defaultLabel();
}