Kumaresan Drupal Developer at Chennai
Please follow this blog if u feel the blog content is useful to you
Thursday, December 11, 2014
How to get alias path in drupal
You can get aliased path using
drupal_get_path_alias
API Function..
$alias_path
=
drupal_get_path_alias
();
$alias_arguments
=
explode
(
'/'
,
$alias_path
);
print
$alias_arguments
[
0
];
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment