Add meta_hidden to adapters

This commit is contained in:
osaajani 2021-01-26 19:27:30 +01:00
parent c713a4419a
commit c0c79781bf
9 changed files with 80 additions and 1 deletions

View file

@ -56,6 +56,15 @@ namespace adapters;
{
return 'benchmark_adapter';
}
/**
* Should this adapter be hidden in user interface for phone creation and
* available to creation through API only
*/
public static function meta_hidden(): bool
{
return false;
}
/**
* Name of the adapter.