You are here

public function Drupal7Backend::node_type_get_names in Configuration Management 7.3

Overrides BackendInterface::node_type_get_names

File

src/Backends/Drupal7Backend.php, line 273

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function node_type_get_names() {
  return node_type_get_names();
}