adspace


Explain the path system of drupal?

Answer Posted / Mukesh Kumar Anil

Drupal's path system is a crucial part of its architecture that allows for the management and organization of web pages. Each URL (Uniform Resource Locator) corresponds to a specific resource or action in Drupal. The path system consists of tokens, wildcards, and contextual paths which allow for dynamic and customizable URLs. For instance, nodes (content) are typically accessed through a path similar to 'node/[nid]', where [nid] is replaced by the unique node ID.n

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you create a field using code?

191


Did you contributed the drupal site (any module)?

164


What is the drupal current version?

215


How to create custom table using drupal module?

194