You are here

class NodeType in Coder 8.2

Underscores are allowed in properties of config entity classes.

Hierarchy

  • class \NodeType extends \ConfigEntityBundleBase

Expanded class hierarchy of NodeType

File

coder_sniffer/Drupal/Test/good/good.php, line 1340
This file contains all the valid notations for the drupal coding standard.

View source
class NodeType extends ConfigEntityBundleBase {

  /**
   * Default value of the 'Create new revision' checkbox of this node type.
   *
   * @var bool
   */
  protected $new_revision = TRUE;

}

Members

Namesort descending Modifiers Type Description Overrides
NodeType::$new_revision protected property Default value of the 'Create new revision' checkbox of this node type.