Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_contentbank\external\delete_content Class Reference
Inheritance diagram for core_contentbank\external\delete_content:

Static Public Member Functions

static execute (array $contentids)
 Delete content from the contentbank.
 
static execute_parameters ()
 Parameters.
 
static execute_returns ()
 Return.
 

Member Function Documentation

◆ execute()

static core_contentbank\external\delete_content::execute ( array $contentids)
static

Delete content from the contentbank.

Parameters
array$contentidsList of content ids to delete.
Return values
arrayTrue if the content has been deleted; false and the warning, otherwise.

◆ execute_parameters()

static core_contentbank\external\delete_content::execute_parameters ( )
static

Parameters.

Return values
external_function_parameters

◆ execute_returns()

static core_contentbank\external\delete_content::execute_returns ( )
static

Return.

Return values
external_single_structure

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