Root namespace for the Wikibase extension.
More...
|
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.
|
|
|
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...
|
|
Root namespace for the Wikibase extension.
◆ $basePath
Initial value:= getenv( 'MW_INSTALL_PATH' ) !== false
? getenv( 'MW_INSTALL_PATH' )
: __DIR__ . '/../../../..'
◆ $maintClass
Wikibase\$maintClass = PopulateEntityUsage::class |