You are here

function DrupalSystemInterface::getExtensionTypes in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/DrupalSystem/DrupalSystemInterface.php \Drupal\xautoload\DrupalSystem\DrupalSystemInterface::getExtensionTypes()

Parameters

string[] $extension_names: Extension names.

Return value

string[] Extension types by extension name.

2 methods override DrupalSystemInterface::getExtensionTypes()
DrupalSystem::getExtensionTypes in lib/DrupalSystem/DrupalSystem.php
MockDrupalSystem::getExtensionTypes in lib/DrupalSystem/MockDrupalSystem.php

File

lib/DrupalSystem/DrupalSystemInterface.php, line 35

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

function getExtensionTypes($extension_names);