|
| __construct (string $title, array $tags, ChangeOpFactoryProvider $changeOpFactoryProvider, SpecialPageCopyrightView $copyrightView, SummaryFormatter $summaryFormatter, EntityTitleLookup $entityTitleLookup, MediawikiEditEntityFactory $editEntityFactory, EntityPermissionChecker $permissionChecker, ContentLanguages $termsLanguages, LanguageNameUtils $languageNameUtils) |
|
| doesWrites () |
|
| __construct ( $title, array $tags, SpecialPageCopyrightView $copyrightView, SummaryFormatter $summaryFormatter, EntityTitleLookup $entityTitleLookup, MediawikiEditEntityFactory $editEntityFactory) |
|
| execute ( $subPage) |
|
| __construct ( $title, $restriction, array $tags, SpecialPageCopyrightView $copyrightView, SummaryFormatter $summaryFormatter, EntityTitleLookup $entityTitleLookup, MediawikiEditEntityFactory $editEntityFactory) |
|
| __construct ( $name='', $restriction='', $listed=true) |
|
| getDescription () |
|
| setHeaders () |
|
|
| processArguments ( $subPage) |
|
| validateInput () |
|
| modifyEntity (EntityDocument $entity) |
|
| getForm (EntityDocument $entity=null) |
|
| getPostedValue () |
| Returning the posted value of the request. More...
|
|
| getValue (EntityDocument $entity, $languageCode) |
| Returning the value of the entity name by the given language. More...
|
|
| setValue (EntityDocument $entity, $languageCode, $value) |
| Setting the value of the entity name by the given language. More...
|
|
| getEntityId () |
| Returns the ID of the Entity being modified. More...
|
|
| getBaseRevision () |
| Returns the base revision. More...
|
|
| getLatestRevision () |
| Returns the current revision. More...
|
|
| getEntityForModification () |
| Returns the EntityDocument that is to be modified by code in this class (or subclasses). More...
|
|
| getEntityForDisplay () |
| Returns the EntityDocument that is to be shown by code in this class (or subclasses). More...
|
|
| getFormElements (EntityDocument $entity=null) |
|
| isModificationRequested () |
| Whether the current request is a request for modification (as opposed to a request for showing the input form). More...
|
|
| applyChangeOp (ChangeOp $changeOp, EntityDocument $entity, Summary $summary=null) |
| Applies the given ChangeOp to the given Entity. More...
|
|
| prepareEditEntity (EntityId $id=null, $baseRev=0) |
|
| getEditEntity () |
| Returns the EditEntity interactor. More...
|
|
| parseEntityId ( $rawId) |
| Parses an entity id. More...
|
|
| parseItemId ( $rawId) |
| Parses an item id. More...
|
|
| getEntityTitle (EntityId $id) |
|
| saveEntity (EntityDocument $entity, FormatableSummary $summary, $token, $flags=EDIT_UPDATE) |
| Saves the entity using the given summary. More...
|
|
| getCopyrightHTML ( $saveMessageKey=null) |
|
| getGroupName () |
|
| checkBlocked () |
| Checks if user is blocked, and if blocked throws a UserBlocked. More...
|
|
| showErrorHTML ( $error) |
|
Abstract special page for setting a value of a Wikibase entity.
- Copyright
- GPL-2.0-or-later
- Author
- Bene* < benes.nosp@m.tar..nosp@m.wikim.nosp@m.edia.nosp@m.@gmai.nosp@m.l.co.nosp@m.m >
-
Daniel Kinzler