tikiwiki/packages/tiki-pkg-tikimanager/symfony/service-contracts
2023-11-20 20:52:04 +00:00
..
Test Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
.gitignore Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
composer.json Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
LICENSE Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
README.md Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
ResetInterface.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
ServiceLocatorTrait.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
ServiceProviderInterface.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
ServiceSubscriberInterface.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00
ServiceSubscriberTrait.php Update: Tiki 26 path 2023-11-20 20:52:04 +00:00

Symfony Service Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/main/README.md for more information.