MediaWiki REL1_35
FileDeleteForm Class Reference

File deletion user interface. More...

Collaboration diagram for FileDeleteForm:

Public Member Functions

 __construct ( $file, $user=null)
 Option to pass a user added in 1.35 Constructing without passing a user is hard deprecated in 1.35.
 
 execute ()
 Fulfil the request; shows the form or deletes the file, pending authentication, confirmation, etc.
 

Static Public Member Functions

static doDelete (&$title, &$file, &$oldimage, $reason, $suppress, User $user=null, $tags=[])
 Really delete the file.
 
static haveDeletableFile (&$file, &$oldfile, $oldimage)
 Could we delete the file specified? If an oldimage value was provided, does it correspond to an existing, local, old version of this file?
 
static isValidOldSpec ( $oldimage)
 Is the provided oldimage value valid?
 

Private Member Functions

 getAction ()
 Prepare the form action.
 
 getTimestamp ()
 Extract the timestamp of the old version.
 
 prepareMessage ( $message)
 Prepare a message referring to the file being deleted, showing an appropriate message depending upon whether it's a current file or an old version.
 
 setHeaders ()
 Set headers, titles and other bits.
 
 showForm ()
 Show the confirmation form.
 
 showLogEntries ()
 Show deletion log fragments pertaining to the current file.
 

Private Attributes

LocalFile $file = null
 
LocalFile $oldfile = null
 
string $oldimage = ''
 
Title $title = null
 
User $user = null
 

Detailed Description

File deletion user interface.

Definition at line 31 of file FileDeleteForm.php.

Constructor & Destructor Documentation

◆ __construct()

FileDeleteForm::__construct (   $file,
  $user = null 
)

Option to pass a user added in 1.35 Constructing without passing a user is hard deprecated in 1.35.

Parameters
LocalFile$fileFile object we're deleting
User | null$user

Definition at line 65 of file FileDeleteForm.php.

References $file, $user, File\getTitle(), and wfDeprecatedMsg().

Member Function Documentation

◆ doDelete()

static FileDeleteForm::doDelete ( $title,
$file,
$oldimage,
  $reason,
  $suppress,
User  $user = null,
  $tags = [] 
)
static

Really delete the file.

Parameters
Title&$title
LocalFile&$file
?string&$oldimage Archive name
string$reasonReason of the deletion
bool$suppressWhether to mark all deleted versions as restricted
User | null$userUser object performing the request (null defaults to $wgUser and is deprecated as of 1.35)
array$tagsTags to apply to the deletion action
Exceptions
MWException
Returns
Status

Definition at line 193 of file FileDeleteForm.php.

References $file, $oldimage, $title, $user, DB_MASTER, LocalFile\deleteFile(), LocalFile\deleteOldFile(), Title\getPrefixedText(), wfDeprecated(), wfEscapeWikiText(), wfGetDB(), and wfMessage().

Referenced by ApiDelete\deleteFile(), and execute().

◆ execute()

FileDeleteForm::execute ( )

Fulfil the request; shows the form or deletes the file, pending authentication, confirmation, etc.

Definition at line 85 of file FileDeleteForm.php.

References $wgOut, $wgRequest, $wgUploadMaintenance, doDelete(), WatchAction\doWatchOrUnwatch(), prepareMessage(), setHeaders(), showForm(), showLogEntries(), wfMessage(), and wfReadOnly().

◆ getAction()

FileDeleteForm::getAction ( )
private

Prepare the form action.

Returns
string

Definition at line 531 of file FileDeleteForm.php.

References $oldimage.

Referenced by showForm().

◆ getTimestamp()

FileDeleteForm::getTimestamp ( )
private

Extract the timestamp of the old version.

Returns
string

Definition at line 547 of file FileDeleteForm.php.

◆ haveDeletableFile()

static FileDeleteForm::haveDeletableFile ( $file,
$oldfile,
  $oldimage 
)
static

Could we delete the file specified? If an oldimage value was provided, does it correspond to an existing, local, old version of this file?

Parameters
LocalFile&$file
LocalFile&$oldfile
string$oldimage
Returns
bool

Definition at line 520 of file FileDeleteForm.php.

References $file, $oldfile, $oldimage, LocalFile\exists(), and File\isLocal().

◆ isValidOldSpec()

static FileDeleteForm::isValidOldSpec (   $oldimage)
static

Is the provided oldimage value valid?

Parameters
string$oldimage
Returns
bool

Definition at line 504 of file FileDeleteForm.php.

References $oldimage.

Referenced by ApiDelete\deleteFile().

◆ prepareMessage()

FileDeleteForm::prepareMessage (   $message)
private

Prepare a message referring to the file being deleted, showing an appropriate message depending upon whether it's a current file or an old version.

Parameters
string$messageMessage base
Returns
string

Definition at line 469 of file FileDeleteForm.php.

References $wgLang, PROTO_CURRENT, wfEscapeWikiText(), wfExpandUrl(), and wfMessage().

Referenced by execute(), and showForm().

◆ setHeaders()

FileDeleteForm::setHeaders ( )
private

Set headers, titles and other bits.

Definition at line 491 of file FileDeleteForm.php.

References $wgOut, and wfMessage().

Referenced by execute().

◆ showForm()

FileDeleteForm::showForm ( )
private

Show the confirmation form.

Definition at line 290 of file FileDeleteForm.php.

References $wgOut, $wgRequest, getAction(), and prepareMessage().

Referenced by execute().

◆ showLogEntries()

FileDeleteForm::showLogEntries ( )
private

Show deletion log fragments pertaining to the current file.

Definition at line 454 of file FileDeleteForm.php.

References $wgOut.

Referenced by execute().

Member Data Documentation

◆ $file

LocalFile FileDeleteForm::$file = null
private

Definition at line 41 of file FileDeleteForm.php.

Referenced by __construct(), doDelete(), and haveDeletableFile().

◆ $oldfile

LocalFile FileDeleteForm::$oldfile = null
private

Definition at line 51 of file FileDeleteForm.php.

Referenced by haveDeletableFile().

◆ $oldimage

string FileDeleteForm::$oldimage = ''
private

Definition at line 56 of file FileDeleteForm.php.

Referenced by doDelete(), getAction(), haveDeletableFile(), and isValidOldSpec().

◆ $title

Title FileDeleteForm::$title = null
private

Definition at line 36 of file FileDeleteForm.php.

Referenced by doDelete().

◆ $user

User FileDeleteForm::$user = null
private

Definition at line 46 of file FileDeleteForm.php.

Referenced by __construct(), and doDelete().


The documentation for this class was generated from the following file: