| 1 | <?php |
||
| 23 | class NoOverrideLocationView extends TemplatedView { |
||
| 24 | |||
| 25 | use PluginHelper; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Get the possible locations for the view. |
||
| 29 | * |
||
| 30 | * @since %VERSION% |
||
| 31 | * |
||
| 32 | * @param string $uri URI of the view to get the locations for. |
||
| 33 | * |
||
| 34 | * @return array Array of possible locations. |
||
| 35 | */ |
||
| 36 | protected function get_locations( $uri ) { |
||
| 41 | } |
||
| 42 |