protected function ViewsConditionalField::getEditableConfigNames in Views Conditional 8
File
- src/Plugin/ views/ field/ ViewsConditionalField.php, line 106 
Class
- ViewsConditionalField
- Field handler to flag the node type.
Namespace
Drupal\views_conditional\Plugin\views\fieldCode
protected function getEditableConfigNames() {
  return [
    'views_conditional.settings',
  ];
}