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