Stores the internal path, if already requested by getInternalPath().
Type: string
File
- core/lib/Drupal/Core/Url.php, line 92
Class
- Url
- Defines an object that holds information about a URL.
Namespace
Drupal\Core
Code
1 | protected $internalPath ; |
Please login to continue.