You are here

public function Bean::typeName in Bean (for Drupal 7) 7

Type name

File

includes/bean.core.inc, line 328
Bean classes and plugin interface

Class

Bean
The Bean entity class

Code

public function typeName() {
  return $this
    ->getInfo('label');
}