You are here

function DrupalSystemInterface::getActiveExtensions in X Autoload 7.4

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

Return value

string[] Extension types by extension name.

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

File

lib/DrupalSystem/DrupalSystemInterface.php, line 41

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

function getActiveExtensions();