You are here

public function RepositoryHandlerInterface::getDescription in Workspace 8.2

Returns the repository handler plugin description.

Return value

string The description text, which could be a plain string or an object that can be cast to a string.

2 methods override RepositoryHandlerInterface::getDescription()
NullRepositoryHandler::getDescription in src/Plugin/RepositoryHandler/NullRepositoryHandler.php
Returns the repository handler plugin description.
RepositoryHandlerBase::getDescription in src/RepositoryHandlerBase.php
Returns the repository handler plugin description.

File

src/RepositoryHandlerInterface.php, line 58

Class

RepositoryHandlerInterface
RepositoryHandler plugins handle content replication.

Namespace

Drupal\workspace

Code

public function getDescription();