public function Drupal7Backend::entity_get_info in Configuration Management 7.3
Overrides BackendInterface::entity_get_info
File
- src/
Backends/ Drupal7Backend.php, line 19
Class
Namespace
Configuration\BackendsCode
public function entity_get_info($entity_type) {
return entity_get_info($entity_type);
}