Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
129cd90f
Commit
129cd90f
authored
Jan 23, 2014
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2175517
by chx: Entity displays are themselves config entities.
parent
b96d6cb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php
...lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php
+3
-1
No files found.
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php
View file @
129cd90f
...
...
@@ -7,10 +7,12 @@
namespace
Drupal\Core\Entity\Display
;
use
Drupal\Core\Config\Entity\ConfigEntityInterface
;
/**
* Provides a common interface for entity displays.
*/
interface
EntityDisplayInterface
{
interface
EntityDisplayInterface
extends
ConfigEntityInterface
{
/**
* Creates a duplicate of the EntityDisplay object on a different view mode.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment