809 B
809 B
- Since: 2.3
- Description: Hook to add fixed property table definitions
- Reference class:
PropertyTableDefinitionBuilder.php
Signature
use MediaWiki\MediaWikiServices;
MediaWikiServices::getInstance()->getHookContainer()->register( 'SMW::SQLStore::AddCustomFixedPropertyTables', function( array &$customFixedProperties, &$propertyTablePrefix ) {
return true;
} );
See also
- For a usage example, see the
SemanticCiteorSemanticExtraSpecialPropertiesextension