- 2bffe151 committed on 3.0.x
Issue #3108994: Simplify naming of storage client classes
- 2bffe151 committed on 3.0.x
- Status changed to Fixed
9 months ago 2:04pm 24 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.
We have the following storage client classes (disregarding the plugin classes):
* ExternalEntityStorageClientBase
* ExternalEntityStorageClientInterface
* ExternalEntityStorageClientManager
According to me there's no need to prefix these with 'ExternalEntity', they should just become
* StorageClientBase
* StorageClientInterface
* StorageClientManager
Since we are still in alpha-phase, let's fix this before it's too late.
Fixed
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Issue #3108994: Simplify naming of storage client classes
Automatically closed - issue fixed for 2 weeks with no activity.