19 $this->configuredReadOnly = $cro;
41 $reason = $this->configuredReadOnly->getReason();
42 if ( $reason !==
false ) {
45 $reason = $this->loadBalancer->getReadOnlyReason();
46 if ( $reason !==
false && $reason !==
null ) {
59 $this->configuredReadOnly->setReason( $msg );
66 $this->configuredReadOnly->clearCache();
A service class for fetching the wiki's current read-only mode.
LoadBalancer $loadBalancer
getReason()
Check if the site is in read-only mode and return the message if so.
clearCache()
Clear the cache of the read only file.
__construct(ConfiguredReadOnlyMode $cro, LoadBalancer $loadBalancer)
setReason( $msg)
Set the read-only mode, which will apply for the remainder of the request or until a service reset.
isReadOnly()
Check whether the wiki is in read-only mode.
ConfiguredReadOnlyMode $configuredReadOnly