You are here

public function NodeRevisionGenerateInterface::existsNodesContentType in Node Revision Delete 8

Returns if exists nodes of a content type.

Parameters

string $content_type: Content type machine name.

Return value

bool If exists nodes or not for a content type.

1 method overrides NodeRevisionGenerateInterface::existsNodesContentType()
NodeRevisionGenerate::existsNodesContentType in modules/node_revision_generate/src/NodeRevisionGenerate.php
Returns if exists nodes of a content type.

File

modules/node_revision_generate/src/NodeRevisionGenerateInterface.php, line 55

Class

NodeRevisionGenerateInterface
Interface NodeRevisionGenerateInterface.

Namespace

Drupal\node_revision_generate

Code

public function existsNodesContentType($content_type);