Page MenuHomec4science

AlmanacInterfaceEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Jul 31, 08:32

AlmanacInterfaceEditConduitAPIMethod.php

<?php
final class AlmanacInterfaceEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'almanac.interface.edit';
}
public function newEditEngine() {
return new AlmanacInterfaceEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to create a new interface or edit an existing one.');
}
}

Event Timeline