PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
routes
<?php namespace Yoast\WP\SEO\Routes; interface Endpoint_Interface { /** * Gets the name. * * @return string */ public function get_name(): string; /** * Gets the namespace. * * @return string */ public function get_namespace(): string; /** * Gets the route. * * @return string */ public function get_route(): string; /** * Gets the URL. * * @return string */ public function get_url(): string; }
[-] wincher-route.php
[edit]
[-] importing-route.php
[edit]
[-] first-time-configuration-route.php
[edit]
[-] yoast-head-rest-field.php
[edit]
[-] indexing-route.php
[edit]
[-] workouts-route.php
[edit]
[-] semrush-route.php
[edit]
[-] endpoint-interface.php
[edit]
[-] abstract-indexation-route.php
[edit]
[-] alert-dismissal-route.php
[edit]
[-] integrations-route.php
[edit]
[-] indexables-head-route.php
[edit]
[-] abstract-action-route.php
[edit]
[-] supported-features-route.php
[edit]
[-] meta-search-route.php
[edit]
[+]
..
[-] route-interface.php
[edit]