You are here

public function FeaturesManagerInterface::statusLabel in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesManagerInterface.php \Drupal\features\FeaturesManagerInterface::statusLabel()

Helper function that returns a translatable label for the different status constants.

Parameters

int $status: A status constant.

Return value

string A translatable label.

1 method overrides FeaturesManagerInterface::statusLabel()
FeaturesManager::statusLabel in src/FeaturesManager.php
Helper function that returns a translatable label for the different status constants.

File

src/FeaturesManagerInterface.php, line 612

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function statusLabel($status);