{"id":57225,"date":"2023-04-28T14:12:24","date_gmt":"2023-04-28T08:42:24","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=57225"},"modified":"2023-05-04T14:35:46","modified_gmt":"2023-05-04T09:05:46","slug":"step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/","title":{"rendered":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10"},"content":{"rendered":"<ol>\n<li>Create a custom module: If you haven&#8217;t already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module.<\/li>\n<li>Define the routing file: In the module folder, create a new file with the extension &#8220;.routing.yml&#8221;. This file defines your module&#8217;s page&#8217;s URL path and corresponding controller. For example, if you want to create a controller for the path &#8220;\/ttn-hello-world&#8221;, your routing file would look like this:<\/li>\n<\/ol>\n<blockquote>\n<pre>custom_module.ttn_hello_world:\r\npath: '\/ttn-hello-world'\r\ndefaults:\r\n_controller: '\\Drupal\\custom_module\\Controller\\TTNHelloWorldController::content'\r\n_title: 'TTN Hello, World!'\r\nrequirements:\r\n_permission: 'access content'\r\n\r\nIn this example, the \"custom_module.ttn_hello_world\" route maps to the \"TTNHelloWorldController::content\" controller, which we'll define in the next step. The \"_title\" parameter sets the page title, and the \"_permission\" parameter restricts access to users with the \"access content\" permission.<\/pre>\n<\/blockquote>\n<ol start=\"3\">\n<li>Create the controller class: In the module folder, create a new file with the extension &#8220;.php&#8221; in the &#8220;src\/Controller&#8221; directory. This file defines the controller class for your page. For example, if you want to create a controller for the path &#8220;\/ttn-hello-world&#8221;, your controller class would look like this:<\/li>\n<\/ol>\n<blockquote>\n<pre>&lt;?php\r\n\r\nnamespace Drupal\\custom_module\\Controller;\r\n\r\nuse Drupal\\Core\\Controller\\ControllerBase;\r\n\r\nclass TTNHelloWorldController extends ControllerBase {\r\n\r\n\/**\r\n* Returns the page content.\r\n*\/\r\npublic function content() {\r\n$output = [\r\n'#markup' =&gt; $this-&gt;t('TTN Hello, World!'),\r\n];\r\nreturn $output;\r\n}\r\n\r\n}<\/pre>\n<\/blockquote>\n<p>Now clear cache and access page : \/ttn-hello-world<\/p>\n<div class=\"ap-custom-wrapper\"><\/div><!--ap-custom-wrapper-->","protected":false},"excerpt":{"rendered":"<p>Create a custom module: If you haven&#8217;t already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension &#8220;.routing.yml&#8221;. This file defines your module&#8217;s page&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1368,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":240,"footnotes":""},"categories":[3602],"tags":[4862,5201],"class_list":["post-57225","post","type-post","status-publish","format-standard","hentry","category-drupal","tag-drupal","tag-drupal-route"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Create a custom module: If you haven&#039;t already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension &quot;.routing.yml&quot;. This file defines your module&#039;s page&#039;s\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Rajveer Singh\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10 | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Create a custom module: If you haven&#039;t already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension &quot;.routing.yml&quot;. This file defines your module&#039;s page&#039;s\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10 | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Create a custom module: If you haven&#039;t already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension &quot;.routing.yml&quot;. This file defines your module&#039;s page&#039;s\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#article\",\"name\":\"Step-by-Step Guide to Creating a Controller in Drupal 8\\\/9\\\/10 | TO THE NEW Blog\",\"headline\":\"Step-by-Step Guide to Creating a Controller in Drupal 8\\\/9\\\/10\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rajveer-singh\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2023-04-28T14:12:24+05:30\",\"dateModified\":\"2023-05-04T14:35:46+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#webpage\"},\"articleSection\":\"Drupal, Drupal, drupal route\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/drupal\\\/#listItem\",\"name\":\"Drupal\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/drupal\\\/#listItem\",\"position\":2,\"name\":\"Drupal\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/drupal\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#listItem\",\"name\":\"Step-by-Step Guide to Creating a Controller in Drupal 8\\\/9\\\/10\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#listItem\",\"position\":3,\"name\":\"Step-by-Step Guide to Creating a Controller in Drupal 8\\\/9\\\/10\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/drupal\\\/#listItem\",\"name\":\"Drupal\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rajveer-singh\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rajveer-singh\\\/\",\"name\":\"Rajveer Singh\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/69db7071-beb6-4673-aa20-5c7b9af9de0a_Rajveer-Singh-Profile-Pitcure.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Rajveer Singh\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/\",\"name\":\"Step-by-Step Guide to Creating a Controller in Drupal 8\\\/9\\\/10 | TO THE NEW Blog\",\"description\":\"Create a custom module: If you haven't already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension \\\".routing.yml\\\". This file defines your module's page's\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rajveer-singh\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rajveer-singh\\\/#author\"},\"datePublished\":\"2023-04-28T14:12:24+05:30\",\"dateModified\":\"2023-05-04T14:35:46+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10 | TO THE NEW Blog","description":"Create a custom module: If you haven't already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension \".routing.yml\". This file defines your module's page's","canonical_url":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#article","name":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10 | TO THE NEW Blog","headline":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/rajveer-singh\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"datePublished":"2023-04-28T14:12:24+05:30","dateModified":"2023-05-04T14:35:46+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#webpage"},"articleSection":"Drupal, Drupal, drupal route"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/drupal\/#listItem","name":"Drupal"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/drupal\/#listItem","position":2,"name":"Drupal","item":"https:\/\/tothenewco.pro\/blog\/category\/drupal\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#listItem","name":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#listItem","position":3,"name":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/drupal\/#listItem","name":"Drupal"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/rajveer-singh\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/rajveer-singh\/","name":"Rajveer Singh","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/69db7071-beb6-4673-aa20-5c7b9af9de0a_Rajveer-Singh-Profile-Pitcure.jpeg","width":96,"height":96,"caption":"Rajveer Singh"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/","name":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10 | TO THE NEW Blog","description":"Create a custom module: If you haven't already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension \".routing.yml\". This file defines your module's page's","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/rajveer-singh\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/rajveer-singh\/#author"},"datePublished":"2023-04-28T14:12:24+05:30","dateModified":"2023-05-04T14:35:46+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10 | TO THE NEW Blog","og:description":"Create a custom module: If you haven't already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension &quot;.routing.yml&quot;. This file defines your module's page's","og:url":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10 | TO THE NEW Blog","twitter:description":"Create a custom module: If you haven't already done so, create a custom module in Drupal 10. You can refer to the previous question for a step-by-step guide on creating a custom module. Define the routing file: In the module folder, create a new file with the extension &quot;.routing.yml&quot;. This file defines your module's page's","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"57225","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65e0524b82201","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2023-05-04 08:42:24","updated":"2024-02-29 09:45:47","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/drupal\/\" title=\"Drupal\">Drupal<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tStep-by-Step Guide to Creating a Controller in Drupal 8\/9\/10\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"Drupal","link":"https:\/\/tothenewco.pro\/blog\/category\/drupal\/"},{"label":"Step-by-Step Guide to Creating a Controller in Drupal 8\/9\/10","link":"https:\/\/tothenewco.pro\/blog\/step-by-step-guide-to-creating-a-controller-in-drupal-8-9-10\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/57225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/1368"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=57225"}],"version-history":[{"count":3,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/57225\/revisions"}],"predecessor-version":[{"id":57329,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/57225\/revisions\/57329"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=57225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=57225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=57225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}