for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
<?php
namespace Amarkal\Taxonomy;
class EditField
extends \Amarkal\UI\AbstractComponent
{
public function get_script_path()
return __DIR__.'/edit-field.phtml';
}