Initial Drupal 11 with DDEV setup
This commit is contained in:
16
vendor/consolidation/robo/src/Task/ApiGen/Tasks.php
vendored
Normal file
16
vendor/consolidation/robo/src/Task/ApiGen/Tasks.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Robo\Task\ApiGen;
|
||||
|
||||
trait Tasks
|
||||
{
|
||||
/**
|
||||
* @param null|string $pathToApiGen
|
||||
*
|
||||
* @return \Robo\Task\ApiGen\ApiGen|\Robo\Collection\CollectionBuilder
|
||||
*/
|
||||
protected function taskApiGen($pathToApiGen = null)
|
||||
{
|
||||
return $this->task(ApiGen::class, $pathToApiGen);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user