• File: task-list-endpoint-interface.php
  • Full Path: /home/docteuh/www/plugins/infrastructure/endpoints/task-list-endpoint-interface.php
  • Date Modified: 06/23/2026 4:19 PM
  • File size: 288 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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 {}