public function PathHelperInterface::getPathElements in Menu Trail By Path 8
Returns a list of path elements based on the maximum path parts setting.
Return value
string[] A list of path elements.
1 method overrides PathHelperInterface::getPathElements()
- CurrentPathHelper::getPathElements in src/
Path/ CurrentPathHelper.php - Returns a list of path elements based on the maximum path parts setting.
File
- src/
Path/ PathHelperInterface.php, line 17
Class
Namespace
Drupal\menu_trail_by_path\PathCode
public function getPathElements();