-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename ContentRichEntity to Resource #181
Comments
I personally think we should get ride of the Currently the
And the
So we could replace the exist function:
|
Yes, getting rid of the |
Created a seperate issue for it: #183 |
I would like to propose to rename the
ContentRichEntityInterface
toResourceInterface
.I see the following reasons for doing this:
Resource
for an entity that is displayed in the administration interfaceResource
term:DimensionContentInterface::getResourceKey
,RoutableInterface::getResourceId
Resource
is less bulky thanContentRichEntity
and would make the bundle code easier to read and easier to talk aboutThe text was updated successfully, but these errors were encountered: