mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51603 flexitable: Document the deletion of get_download_menu()
This commit is contained in:
parent
28ee220a36
commit
a2e6df5ede
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ information provided here is intended especially for developers.
|
||||||
* Behat\Mink\Selector\SelectorsHandler::xpathLiteral() method is deprecated use behat_context_helper::escape instead
|
* Behat\Mink\Selector\SelectorsHandler::xpathLiteral() method is deprecated use behat_context_helper::escape instead
|
||||||
when building Xpath, or pass the unescaped value when using the named selector.',
|
when building Xpath, or pass the unescaped value when using the named selector.',
|
||||||
* table_sql download process is using the new data formats plugin which you can't use if you are buffering any output
|
* table_sql download process is using the new data formats plugin which you can't use if you are buffering any output
|
||||||
|
* flexible_table::get_download_menu(), considered private, has been deleted. Use
|
||||||
|
$OUTPUT->download_dataformat_selector() instead.
|
||||||
|
|
||||||
=== 3.0 ===
|
=== 3.0 ===
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue