891 B
891 B
- Since: 3.0
- Description: Hook to process information about an entity where the clean-up has been finalized.
- Reference class:
PropertyTableIdReferenceDisposer.php
Signature
use MediaWiki\MediaWikiServices;
use SMW\Store;
use SMW\DIWikiPage;
MediaWikiServices::getInstance()->getHookContainer()->register( 'SMW::SQLStore::EntityReferenceCleanUpComplete', function( Store $store, $id, DIWikiPage $subject, $isRedirect ) {
return true;
} );
See also
- For a usage example, see the
SemanticCiteorSemanticExtraSpecialPropertiesextension