You are here

public function Drupal7Backend::entity_label in Configuration Management 7.3

Overrides BackendInterface::entity_label

File

src/Backends/Drupal7Backend.php, line 23

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function entity_label($type, $entity) {
  entity_label($type, $entity);
}