You are here

public function BeanPlugin::getLabel in Bean (for Drupal 7) 7

Get the label

Overrides BeanTypePluginInterface::getLabel

1 call to BeanPlugin::getLabel()
BeanCustom::save in bean_admin_ui/plugins/BeanCustom.class.php
Save the record to the database

File

plugins/BeanPlugin.class.php, line 33
Base Plugin Class

Class

BeanPlugin
@file Base Plugin Class

Code

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