interface ReadmeHelpInterface in README Help 8
Defines the interface for readmehelp markdown filter.
Hierarchy
- interface \Drupal\readmehelp\ReadmeHelpInterface
Expanded class hierarchy of ReadmeHelpInterface
All classes that implement ReadmeHelpInterface
1 file declares its use of ReadmeHelpInterface
- ReadmeHookHelpSection.php in src/
Plugin/ HelpSection/ ReadmeHookHelpSection.php
File
- src/
ReadmeHelpInterface.php, line 8
Namespace
Drupal\readmehelpView source
interface ReadmeHelpInterface {
/**
* The versions of a README file by default converted by the filter.
*/
const READMEHELP_FILES = 'README.md, README.txt, README';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ReadmeHelpInterface:: |
constant | The versions of a README file by default converted by the filter. |