12 lines
318 B
YAML
12 lines
318 B
YAML
description: 'Returns the relative path to the theme (or absolute path)'
|
|
arguments:
|
|
theme: 'Theme name'
|
|
options:
|
|
absolute: 'Return theme absolute path'
|
|
messages:
|
|
invalid-theme-name: 'Invalid theme name: "%s"'
|
|
examples:
|
|
- description: 'Get the path of mytheme'
|
|
execution: |
|
|
drupal theme:path mytheme
|