public function RepositoryHandlerInterface::getLabel in Workspace 8.2
Returns the label of the repository handler.
This is used as a form label where a user selects the replication target.
Return value
string The label text, which could be a plain string or an object that can be cast to a string.
2 methods override RepositoryHandlerInterface::getLabel()
- NullRepositoryHandler::getLabel in src/
Plugin/ RepositoryHandler/ NullRepositoryHandler.php - Returns the label of the repository handler.
- RepositoryHandlerBase::getLabel in src/
RepositoryHandlerBase.php - Returns the label of the repository handler.
File
- src/
RepositoryHandlerInterface.php, line 49
Class
- RepositoryHandlerInterface
- RepositoryHandler plugins handle content replication.
Namespace
Drupal\workspaceCode
public function getLabel();