Skip to content

Instantly share code, notes, and snippets.

@bickart
Last active July 8, 2026 23:05
Show Gist options
  • Select an option

  • Save bickart/e58a2e97cd92851c243ed819a4e01324 to your computer and use it in GitHub Desktop.

Select an option

Save bickart/e58a2e97cd92851c243ed819a4e01324 to your computer and use it in GitHub Desktop.
<?php
$dictionary['MyModule'] = [
'table' => 'mymodule',
'audited' => true,
'fields' => [
// Core module fields would follow here...
],
'indices' => [
// Core module indexes would follow here...
],
];
\VardefManager::createVardef('MyModule', 'MyModule', [
'basic',
'assignable',
'currency',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment