Page MenuHomestyx hydra

ManiphestStatusesConfigType.php
No OneTemporary

ManiphestStatusesConfigType.php

<?php
final class ManiphestStatusesConfigType
extends PhabricatorJSONConfigType {
const TYPEKEY = 'maniphest.statuses';
public function validateStoredValue(
PhabricatorConfigOption $option,
$value) {
ManiphestTaskStatus::validateConfiguration($value);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 12:29 PM (1 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
714136
Default Alt Text
ManiphestStatusesConfigType.php (280 B)

Event Timeline