You are here

public function Drupal7Backend::entity_get_info in Configuration Management 7.3

Overrides BackendInterface::entity_get_info

File

src/Backends/Drupal7Backend.php, line 19

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function entity_get_info($entity_type) {
  return entity_get_info($entity_type);
}