Differential D20417 Diff 48761 src/applications/project/trigger/PhabricatorProjectTriggerInvalidRule.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/project/trigger/PhabricatorProjectTriggerInvalidRule.php
| Show All 18 Lines | final class PhabricatorProjectTriggerInvalidRule | ||||
| public function getSelectControlName() { | public function getSelectControlName() { | ||||
| return pht('(Invalid Rule)'); | return pht('(Invalid Rule)'); | ||||
| } | } | ||||
| protected function isSelectableRule() { | protected function isSelectableRule() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| protected function assertValidRuleValue($value) { | protected function assertValidRuleRecordFormat($value) { | ||||
| return; | return; | ||||
| } | } | ||||
| protected function newDropTransactions($object, $value) { | protected function newDropTransactions($object, $value) { | ||||
| return array(); | return array(); | ||||
| } | } | ||||
| protected function newDropEffects($value) { | protected function newDropEffects($value) { | ||||
| ▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines | |||||