FluidTYPO3\Flux\Package\FluxPackageInterface::isFeatureEnabled PHP Метод

isFeatureEnabled() публичный Метод

Asserts whether or not the feature is enabled for this FluxPackage.
public isFeatureEnabled ( string $featureName ) : boolean
$featureName string
Результат boolean
    public function isFeatureEnabled($featureName);