1 | <?php |
||
19 | class DeleteLocationSlot extends PurgeForContentHttpCacheSlot |
||
20 | { |
||
21 | protected function supports(Signal $signal) |
||
25 | |||
26 | /** |
||
27 | * Purges relevant location cache. |
||
28 | * |
||
29 | * @todo Change to be able to clear relations, siblings, ... cache, even when content is already deleted. |
||
30 | * |
||
31 | * @param \eZ\Publish\Core\SignalSlot\Signal\LocationService\DeleteLocationSignal $signal |
||
32 | * |
||
33 | * @return mixed |
||
34 | */ |
||
35 | protected function purgeHttpCache(Signal $signal) |
||
46 | } |
||
47 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.