Interface LaravelUi5\Core\Infrastructure\Contracts\Ui5SourceOverrideStoreInterface

Manages UI5 source overrides defined in .ui5-sources.php.

This service is the single authority for reading and writing workspace source overrides. It is used by:

  • Ui5SourceStrategyResolver (read-only)
  • ui5:app / ui5:lib commands (write access)

The store guarantees that:

  • all paths are absolute and valid directories
  • keys are fully qualified module class names
  • invalid entries never reach consumers
Methods