You are here

public function Drupal7Backend::node_type_get_type in Configuration Management 7.3

Overrides BackendInterface::node_type_get_type

File

src/Backends/Drupal7Backend.php, line 277

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function node_type_get_type($name) {
  return node_type_get_type($name);
}