public function Storage::export in Configuration Management 7.2
1 call to Storage::export()
- Storage::checkForChanges in lib/
Drupal/ configuration/ Storage/ Storage.php
1 method overrides Storage::export()
- StoragePhp::export in lib/
Drupal/ configuration/ Storage/ StoragePhp.php - Adapted from CTools ctools_var_export().
File
- lib/
Drupal/ configuration/ Storage/ Storage.php, line 102 - Definition of Drupal\configuration\Storage\Storage.
Class
Namespace
Drupal\configuration\StorageCode
public function export($var, $prefix = '') {
}