Page MenuHomestyx hydra

PhabricatorAuthFactorProviderEditor.php
No OneTemporary

PhabricatorAuthFactorProviderEditor.php

<?php
final class PhabricatorAuthFactorProviderEditor
extends PhabricatorApplicationTransactionEditor {
public function getEditorApplicationClass() {
return 'PhabricatorAuthApplication';
}
public function getEditorObjectsDescription() {
return pht('MFA Providers');
}
public function getCreateObjectTitle($author, $object) {
return pht('%s created this MFA provider.', $author);
}
public function getCreateObjectTitleForFeed($author, $object) {
return pht('%s created %s.', $author, $object);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:16 AM (8 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
711986
Default Alt Text
PhabricatorAuthFactorProviderEditor.php (537 B)

Event Timeline