Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896822
PhabricatorAuthFactorProviderEditor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
542 B
Referenced Files
None
Subscribers
None
PhabricatorAuthFactorProviderEditor.php
View Options
<?php
final
class
PhabricatorAuthFactorProviderEditor
extends
PhabricatorApplicationTransactionEditor
{
public
function
getEditorApplicationClass
(
)
{
return
PhabricatorAuthApplication
::
class
;
}
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
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 23:37 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129978
Default Alt Text
PhabricatorAuthFactorProviderEditor.php (542 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment