Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase Namespace Reference

Root namespace for the Wikibase extension. More...

Namespaces

namespace  Build
 Code that only relates to the development in Wikibase.git.
 
namespace  Client
 Root namespace for Client extension code.
 
namespace  DataAccess
 Root namespace for DataAccess component code.
 
namespace  DataModel
 
namespace  InternalSerialization
 
namespace  Lib
 Root namespace for Lib extension code.
 
namespace  Rdf
 Everything RDF related.
 
namespace  Repo
 Root namespace for Repo extension code.
 
namespace  Tests
 Root namespace for test code that is not part of one of the extensions.
 
namespace  View
 Root namespace for View extension code.
 

Classes

class  PopulateEntityUsage
 Maintenance script for populating wbc_entity_usage based on the page_props table. More...
 
class  UpdateSubscriptions
 Maintenance script for inserting subscriptions into wb_changes_subscription based on the wbc_entity_usage table. More...
 

Variables

 $basePath
 
 $maintClass = PopulateEntityUsage::class
 

Detailed Description

Root namespace for the Wikibase extension.

Variable Documentation

◆ $basePath

Wikibase\$basePath
Initial value:
= getenv( 'MW_INSTALL_PATH' ) !== false
? getenv( 'MW_INSTALL_PATH' )
: __DIR__ . '/../../../..'

◆ $maintClass

Wikibase\$maintClass = PopulateEntityUsage::class