Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
plugins
/
infrastructure
/
endpoints
:
task-list-endpoint-interface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php // phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure. namespace Yoast\WP\SEO\Task_List\Infrastructure\Endpoints; use Yoast\WP\SEO\Routes\Endpoint\Endpoint_Interface; interface Task_List_Endpoint_Interface extends Endpoint_Interface {}