Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add missing AfterFileMetaDataUpdatedEvent documentation #1719

Merged
merged 4 commits into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. include:: /Includes.rst.txt
.. index:: Events; AfterFileMetaDataUpdatedEvent
.. _AfterFileMetaDataUpdatedEvent:


=============================
AfterFileMetaDataUpdatedEvent
=============================

This event is fired once metadata of a file was updated, in order to update custom metadata fields accordingly.

API
---

.. include:: /CodeSnippets/Events/Core/Resource/AfterFileMetaDataUpdatedEvent.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. =========================================================
.. Automatically generated by the TYPO3 Screenshots project.
.. https://github.com/TYPO3-Documentation/t3docs-screenshots
.. =========================================================
..
.. Extracted from TYPO3\CMS\Core\Resource\Event\AfterFileMetaDataCreatedEvent

.. php:namespace:: TYPO3\CMS\Core\Resource\Event

.. php:class:: AfterFileMetaDataUpdatedEvent

This event is fired once metadata of a file was updated,
in order to update custom metadata fields accordingly.

.. php:method:: getFileUid()

:returntype: int

.. php:method:: getMetaDataUid()

:returntype: int

.. php:method:: getRecord()

:returntype: array