function ScaffoldResult::isManaged

Same name in other branches
  1. 8.9.x composer/Plugin/Scaffold/Operations/ScaffoldResult.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldResult::isManaged()
  2. 10 composer/Plugin/Scaffold/Operations/ScaffoldResult.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldResult::isManaged()
  3. 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\Operations

Code

public function isManaged() {
    return $this->managed;
}

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