function RecipeDiscovery::__construct

Same name in other branches
  1. 11.x core/lib/Drupal/Core/Recipe/RecipeDiscovery.php \Drupal\Core\Recipe\RecipeDiscovery::__construct()

Constructs a recipe discovery object.

Parameters

string $path: The path will be searched folders containing a recipe.yml. There will be no traversal further into the directory structure.

File

core/lib/Drupal/Core/Recipe/RecipeDiscovery.php, line 20

Class

RecipeDiscovery
@internal This API is experimental.

Namespace

Drupal\Core\Recipe

Code

public function __construct(string $path) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.