Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / pathauto / src / PathautoItem.php
index cababe62be50ae1c1a6f62265df52dd54084146f..a7799930edbb061faa86ead9295a7adc9e92ff86 100644 (file)
@@ -45,14 +45,4 @@ class PathautoItem extends PathItem {
     return !$this->alias && !$this->get('pathauto')->hasValue();
   }
 
-  /**
-   * {@inheritdoc}
-   */
-  public function applyDefaultValue($notify = TRUE) {
-    parent::applyDefaultValue($notify);
-    // Created fields default creating a new alias.
-    $this->setValue(array('pathauto' => PathautoState::CREATE), $notify);
-    return $this;
-  }
-
 }