You are here

function pbf_field_ui_preconfigured_options_alter in Permissions by field 8

Implements hook_field_ui_preconfigured_options_alter().

File

./pbf.module, line 368
Contains pbf.module.

Code

function pbf_field_ui_preconfigured_options_alter(array &$options, $field_type) {
  if ($field_type === 'pbf') {
    $options = [];
  }
}