public function NodeRevisionDeleteInterface::getConfiguredContentTypes in Node Revision Delete 8
Get the content types configured for node revision delete.
Return value
array An array with the configured content types objects.
1 method overrides NodeRevisionDeleteInterface::getConfiguredContentTypes()
- NodeRevisionDelete::getConfiguredContentTypes in src/
NodeRevisionDelete.php - Get the content types configured for node revision delete.
File
- src/
NodeRevisionDeleteInterface.php, line 166
Class
- NodeRevisionDeleteInterface
- Interface NodeRevisionDeleteInterface.
Namespace
Drupal\node_revision_deleteCode
public function getConfiguredContentTypes();