NodeInterface.php

Contains \Drupal\node\Plugin\Core\Entity\NodeInterface.

Namespace

Drupal\node

File

drupal/core/modules/node/lib/Drupal/node/NodeInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\node\Plugin\Core\Entity\NodeInterface.
 */
namespace Drupal\node;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface defining a node entity.
 */
interface NodeInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
NodeInterface Provides an interface defining a node entity.