Update to Drupal 8.0.0. For more information, see https://www.drupal.org/node/2619030
This commit is contained in:
parent
7784f4c23d
commit
25a6735fb3
49 changed files with 1394 additions and 281 deletions
|
@ -8,13 +8,13 @@
|
|||
namespace Drupal\comment;
|
||||
|
||||
use Drupal\Core\Entity\EntityInterface;
|
||||
use Drupal\Core\Entity\EntityStorageInterface;
|
||||
use Drupal\Core\Entity\ContentEntityStorageInterface;
|
||||
use Drupal\Core\Entity\FieldableEntityInterface;
|
||||
|
||||
/**
|
||||
* Defines an interface for comment entity storage classes.
|
||||
*/
|
||||
interface CommentStorageInterface extends EntityStorageInterface {
|
||||
interface CommentStorageInterface extends ContentEntityStorageInterface {
|
||||
|
||||
/**
|
||||
* Gets the maximum encoded thread value for the top level comments.
|
||||
|
|
|
@ -338,7 +338,7 @@ display:
|
|||
arguments:
|
||||
nid:
|
||||
id: nid
|
||||
table: node
|
||||
table: node_field_data
|
||||
field: nid
|
||||
relationship: node
|
||||
group_type: group
|
||||
|
|
Reference in a new issue