public function NodeRevisionDeleteInterface::getContentTypeConfig in Node Revision Delete 8
Return the configuration for a content type.
Parameters
string $content_type: Content type machine name.
Return value
array An array with the configuration for the content type.
1 method overrides NodeRevisionDeleteInterface::getContentTypeConfig()
- NodeRevisionDelete::getContentTypeConfig in src/
NodeRevisionDelete.php - Return the configuration for a content type.
File
- src/
NodeRevisionDeleteInterface.php, line 147
Class
- NodeRevisionDeleteInterface
- Interface NodeRevisionDeleteInterface.
Namespace
Drupal\node_revision_deleteCode
public function getContentTypeConfig($content_type);