DIR_VARS.txt in Live CSS 8.2
Just for future reference - directory paths from various PHP functions/variables.
$relative_dir / drupal_get_path('module', 'live_css')
-> modules/live_css
dirname(__FILE__)
-> /full/path/to/drupal/modules/live_css/lib/Drupal/live_css/Controller
$sanitized_url
-> http://www.website.com/themes/custom_theme/css/layout.css
$relative_file_path
-> /full/path/to/drupal/themes/custom_theme/css/layout.css
$doc_root
-> /full/path/to/drupal/
$stripped_url
-> /themes/custom_theme/css/layout.css
File
DIR_VARS.txt
View source
-
- Just for future reference - directory paths from various PHP functions/variables.
-
- $relative_dir / drupal_get_path('module', 'live_css')
- -> modules/live_css
-
- dirname(__FILE__)
- -> /full/path/to/drupal/modules/live_css/lib/Drupal/live_css/Controller
-
- $sanitized_url
- -> http://www.website.com/themes/custom_theme/css/layout.css
-
- $relative_file_path
- -> /full/path/to/drupal/themes/custom_theme/css/layout.css
-
- $doc_root
- -> /full/path/to/drupal/
-
- $stripped_url
- -> /themes/custom_theme/css/layout.css
-