Skip to content
Snippets Groups Projects

Issue #3323003: Mark FailureMarker @internal and document ComposerUtility, PathLocator and ValidationResult

Merged Issue #3323003: Mark FailureMarker @internal and document ComposerUtility, PathLocator and ValidationResult
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -10,6 +10,7 @@ use Drupal\Core\File\Exception\FileException;
use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\Core\TempStore\SharedTempStore;
use Drupal\Core\TempStore\SharedTempStoreFactory;
use Drupal\package_manager\Event\CollectIgnoredPathsEvent;
use Drupal\package_manager\Event\PostApplyEvent;
@@ -129,6 +130,13 @@ class Stage implements LoggerAwareInterface {
*/
private $lock;
/**
* The shared temp store.
*
* @var \Drupal\Core\TempStore\SharedTempStore
*/
protected SharedTempStore $tempStore;
/**
* Constructs a new Stage object.
*
Loading