Elgg  Version 2.3
TestingPlugins.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg\Database;
3 
9 class TestingPlugins extends Plugins {
10 
18  function find($status = 'active', $site_guid = null) {
19  return [];
20  }
21 }
Testing version of Plugins, finds no plugins.
find($status= 'active', $site_guid=null)
Returns no plugins.
Persistent, installation-wide key-value storage.
Definition: Plugins.php:18