You are here

public function FrameworkInterface::moduleExists in Realistic Dummy Content 3.x

Same name and namespace in other branches
  1. 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::moduleExists()
  2. 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::moduleExists()

Check if a module exists.

1 method overrides FrameworkInterface::moduleExists()
Framework::moduleExists in api/src/Framework/Framework.php
Check if a module exists.

File

api/src/Framework/FrameworkInterface.php, line 169

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function moduleExists($module);