You are here

function DrupalSystemInterface::getActiveExtensions in X Autoload 7.5

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

Gets active extensions directly from the system table.

Return value

string[] Extension types by extension name.

2 methods override DrupalSystemInterface::getActiveExtensions()
DrupalSystem::getActiveExtensions in src/DrupalSystem/DrupalSystem.php
Gets active extensions directly from the system table.
MockDrupalSystem::getActiveExtensions in tests/src/Mock/MockDrupalSystem.php
Gets active extensions directly from the system table.

File

src/DrupalSystem/DrupalSystemInterface.php, line 67

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

function getActiveExtensions();