diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index 8d18bd7..c7ada1e 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -13,9 +13,8 @@ * field.) * - node.isPublished() will return whether the node is published or not. * Calling other methods, such as node.delete(), will result in an exception. - * See the - * @link https://api.drupal.org/api/drupal/core!modules!node!src!Entity!Node.php/class/Node/8 API documentation @endlink - * for a full list of public properties and methods for the node object. + * See \Drupal\node\Entity\Node for a full list of public properties and + * methods for the node object. * - label: The title of the node. * - content: All node items. Use {{ content }} to print them all, * or print a subset such as {{ content.field_example }}. Use diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig index da0ba87..b257ad3 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -13,9 +13,8 @@ * field.) * - node.isPublished() will return whether the node is published or not. * Calling other methods, such as node.delete(), will result in an exception. - * See the - * @link https://api.drupal.org/api/drupal/core!modules!node!src!Entity!Node.php/class/Node/8 API documentation @endlink - * for a full list of public properties and methods for the node object. + * See \Drupal\node\Entity\Node for a full list of public properties and + * methods for the node object. * - label: The title of the node. * - content: All node items. Use {{ content }} to print them all, * or print a subset such as {{ content.field_example }}. Use diff --git a/core/themes/classy/templates/content/node.html.twig b/core/themes/classy/templates/content/node.html.twig index a7f4d91..7f99e79 100644 --- a/core/themes/classy/templates/content/node.html.twig +++ b/core/themes/classy/templates/content/node.html.twig @@ -13,9 +13,8 @@ * field.) * - node.isPublished() will return whether the node is published or not. * Calling other methods, such as node.delete(), will result in an exception. - * See the - * @link https://api.drupal.org/api/drupal/core!modules!node!src!Entity!Node.php/class/Node/8 API documentation @endlink - * for a full list of public properties and methods for the node object. + * See \Drupal\node\Entity\Node for a full list of public properties and + * methods for the node object. * - label: The title of the node. * - content: All node items. Use {{ content }} to print them all, * or print a subset such as {{ content.field_example }}. Use diff --git a/core/themes/stable/templates/content/node.html.twig b/core/themes/stable/templates/content/node.html.twig index c3b8b3d..e9dcd0b 100644 --- a/core/themes/stable/templates/content/node.html.twig +++ b/core/themes/stable/templates/content/node.html.twig @@ -13,9 +13,8 @@ * field.) * - node.isPublished() will return whether the node is published or not. * Calling other methods, such as node.delete(), will result in an exception. - * See the - * @link https://api.drupal.org/api/drupal/core!modules!node!src!Entity!Node.php/class/Node/8 API documentation @endlink - * for a full list of public properties and methods for the node object. + * See \Drupal\node\Entity\Node for a full list of public properties and + * methods for the node object. * - label: The title of the node. * - content: All node items. Use {{ content }} to print them all, * or print a subset such as {{ content.field_example }}. Use