JTableCorecontent::deleteByContentId
Method to delete a row from the #__ucm_content table by content_item_id.
Signature
public function deleteByContentId([integer
$contentItemId = null] )
Parameters
-
$contentItemId
- value of the core_content_item_id to delete. Corresponds to the primary key of the content table.
Returns
- boolean
- True on success.