diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig index 0d4aa50..a2d75b0 100644 --- a/core/modules/node/templates/node.html.twig +++ b/core/modules/node/templates/node.html.twig @@ -12,8 +12,9 @@ * - node.hasField('field_example') returns TRUE if the node includes * field_example. * - 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!NodeInterface.php/interface/NodeInterface/8 + * 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. * - label: The title of the node. diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig index 28f9dbc..d730af8 100644 --- a/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -8,12 +8,13 @@ * Only "getter" methods (method names starting with "get", "has", or "is") * and a few common methods such as "id", "label", and "bundle" are available. * For example: - * - node.getCreatedTime() will return the node creation timestamp + * - node.getCreatedTime() will return the node creation timestamp. * - node.hasField('field_example') returns TRUE if the node includes - * field_example - * - 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!NodeInterface.php/interface/NodeInterface/8 + * field_example. + * - 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. * - label: The title of the node. diff --git a/core/themes/classy/templates/content/node.html.twig b/core/themes/classy/templates/content/node.html.twig index 9b8979f..9671a3b 100644 --- a/core/themes/classy/templates/content/node.html.twig +++ b/core/themes/classy/templates/content/node.html.twig @@ -8,12 +8,13 @@ * Only "getter" methods (method names starting with "get", "has", or "is") * and a few common methods such as "id", "label", and "bundle" are available. * For example: - * - node.getCreatedTime() will return the node creation timestamp + * - node.getCreatedTime() will return the node creation timestamp. * - node.hasField('field_example') returns TRUE if the node includes - * field_example - * - 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!NodeInterface.php/interface/NodeInterface/8 + * field_example. + * - 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. * - label: The title of the node. diff --git a/core/themes/stable/templates/content/node.html.twig b/core/themes/stable/templates/content/node.html.twig index 379a5b3..dffb531 100644 --- a/core/themes/stable/templates/content/node.html.twig +++ b/core/themes/stable/templates/content/node.html.twig @@ -8,12 +8,13 @@ * Only "getter" methods (method names starting with "get", "has", or "is") * and a few common methods such as "id", "label", and "bundle" are available. * For example: - * - node.getCreatedTime() will return the node creation timestamp + * - node.getCreatedTime() will return the node creation timestamp. * - node.hasField('field_example') returns TRUE if the node includes - * field_example - * - 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!NodeInterface.php/interface/NodeInterface/8 + * field_example. + * - 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. * - label: The title of the node.