Skip to content
Snippets Groups Projects
Commit ac1d7286 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3297233: Remove @todo about implementing ConfigurableInterface

None of the methods in this interface are used.
parent 7b69405f
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@ use Drupal\Core\Executable\ExecutableInterface;
*
* They may also have side effects, such as saving a file to the file system.
* They must not, however, end the request.
*
* @todo Extend ConfigurableInterface once drupal:8.6.x is no longer supported.
*/
interface FillPdfActionPluginInterface extends PluginInspectionInterface, DependentPluginInterface, ContainerFactoryPluginInterface, ExecutableInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment