protected DrupalKernel::moduleData($module)
Returns module data on the filesystem.
Parameters
$module: The name of the module.
Return value
\Drupal\Core\Extension\Extension|bool Returns an Extension object if the module is found, FALSE otherwise.
File
core/lib/Drupal/Core/DrupalKernel.php, line 724
Class
DrupalKernel The DrupalKernel class is the core of Drupal itself.
Namespace
Drupal\Core
Code
protected function moduleData($module) {
if (!$this->moduleData) {
// First, fin