function ScaffoldResult::isManaged
Same name in other branches
- 9 composer/Plugin/Scaffold/Operations/ScaffoldResult.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldResult::isManaged()
- 8.9.x composer/Plugin/Scaffold/Operations/ScaffoldResult.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldResult::isManaged()
- 11.x composer/Plugin/Scaffold/Operations/ScaffoldResult.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldResult::isManaged()
Determines whether this scaffold file is managed.
Return value
bool TRUE if this scaffold file is managed, FALSE if not.
File
-
composer/
Plugin/ Scaffold/ Operations/ ScaffoldResult.php, line 47
Class
- ScaffoldResult
- Record the result of a scaffold operation.
Namespace
Drupal\Composer\Plugin\Scaffold\OperationsCode
public function isManaged() {
return $this->managed;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.