You are here

public function TransparentStorageFilterTrait::filterRename in Config Filter 8.2

Same name and namespace in other branches
  1. 8 src/Config/TransparentStorageFilterTrait.php \Drupal\config_filter\Config\TransparentStorageFilterTrait::filterRename()

File

src/Config/TransparentStorageFilterTrait.php, line 112

Class

TransparentStorageFilterTrait
Trait TransparentStorageFilterTrait.

Namespace

Drupal\config_filter\Config

Code

public function filterRename($name, $new_name, $rename) {
  return $rename;
}