Semantic MediaWiki and related extensions
hook

Signature

use Hooks;
Hooks::register( 'SMW::SQLStore::BeforeDataRebuildJobInsert', function( SQLStore $store, array &$jobs ) {
return true;
} );

About | General disclaimer | Privacy policy