Skip to content

Commit

Permalink
remove getCompatibleFieldtypes function
Browse files Browse the repository at this point in the history
  • Loading branch information
trk committed Sep 11, 2019
1 parent ae83cfd commit b16fdba
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions FieldtypeMystique.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FieldtypeMystique extends Fieldtype
public static function getModuleInfo() {
return [
'title' => 'Mystique',
'version' => 5,
'version' => 6,
'summary' => __('Mystique fields data for ProcessWire CMS/CMF by ALTI VE BIR.'),
'href' => 'https://www.altivebir.com',
'author' => 'İskender TOTOĞLU | @ukyo(community), @trk (Github), https://www.altivebir.com',
Expand Down Expand Up @@ -58,19 +58,6 @@ public function getInputfield(Page $page, Field $field)
return $inputField;
}

/**
* Return all compatible FieldTypes
*
* @param Field $field
* @return null
*
*/
public function ___getCompatibleFieldtypes(Field $field)
{
// There are no other FieldTypes compatible with this FieldType
return null;
}

/**
* Get a blank value used by this FieldType
*
Expand Down

0 comments on commit b16fdba

Please sign in to comment.