DrupalDirectoryCommand
final class DrupalDirectoryCommand extends Command (View source)
Traits
A copy of \Drupal\Core\DependencyInjection\AutowireTrait with first params' type hint changed.
Constants
NAME |
|
Properties
protected BackendPathEvaluator | $pathEvaluator |
Methods
static
create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
from
AutowireTrait
void
configure()
No description
int
execute(InputInterface $input, OutputInterface $output)
No description
getPath($target = 'root', $local_only = false)
Given a target (e.g.
Details
static
create(ContainerInterface $container)
Instantiates a new instance of the implementing class using autowiring.
__construct(SiteAliasManagerInterface $siteAliasManager)
No description
protected void
configure()
No description
int
execute(InputInterface $input, OutputInterface $output)
No description
protected
getPath($target = 'root', $local_only = false)
Given a target (e.g.
@site:%modules), return the evaluated directory path.