... and thus so do all the overrides of those methods in other classes extending ConfigStorageController.

Per http://drupal.org/node/608152, we should always typehint an interface, not a class...
... but Config is just Config, implements no interface.

Comments

yched’s picture

Issue summary: View changes

foo

mtift’s picture

Title: ConfigStorageController::import[Create|Change|Delete]() type hint on Config class » ConfigEntityStorage::import[Create|Change|Delete]() type hint on Config class
Issue summary: View changes

In #2188613: Rename EntityStorageController to EntityStorage ConfigStorageController was renamed to ConfigEntityStorage.

mtift’s picture

Status: Active » Closed (duplicate)