public function NodeRevisionDeleteInterface::deleteContentTypeConfig in Node Revision Delete 8
Delete the content type config variable.
Parameters
string $content_type: Content type machine name.
1 method overrides NodeRevisionDeleteInterface::deleteContentTypeConfig()
- NodeRevisionDelete::deleteContentTypeConfig in src/
NodeRevisionDelete.php - Delete the content type config variable.
File
- src/
NodeRevisionDeleteInterface.php, line 59
Class
- NodeRevisionDeleteInterface
- Interface NodeRevisionDeleteInterface.
Namespace
Drupal\node_revision_deleteCode
public function deleteContentTypeConfig($content_type);