Skip to content

Instantly share code, notes, and snippets.

@pcornier
Created January 10, 2017 15:16
Show Gist options
  • Save pcornier/0446a1e97395ca114426f4d06e0a8be6 to your computer and use it in GitHub Desktop.
Save pcornier/0446a1e97395ca114426f4d06e0a8be6 to your computer and use it in GitHub Desktop.
$config = \Drupal\field\Entity\FieldStorageConfig::loadByName('node', 'field_presentation_file');
$config->setSetting('uri_scheme', 'private');
$config->save();
kint($config->getSettings());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment