コード例 #1
0
ファイル: ViewUI.php プロジェクト: anyforsoft/csua_d8
 /**
  * Implements \Drupal\Core\Entity\EntityInterface::isNew().
  */
 public function isNew()
 {
     return $this->storage->isNew();
 }