public function ExtensionInterface::getOptions in XHProf 8
Returns the options supported by this extension.
Return value
array Keyed array of allowed profiling options for the extension.
4 methods override ExtensionInterface::getOptions()
- TidewaysExtension::getOptions in src/
Extension/ TidewaysExtension.php - Returns the options supported by this extension.
- TidewaysXHProfExtension::getOptions in src/
Extension/ TidewaysXHProfExtension.php - Returns the options supported by this extension.
- UprofilerExtension::getOptions in src/
Extension/ UprofilerExtension.php - Returns the options supported by this extension.
- XHProfExtension::getOptions in src/
Extension/ XHProfExtension.php - Returns the options supported by this extension.
File
- src/
Extension/ ExtensionInterface.php, line 24
Class
- ExtensionInterface
- Defines profiling extension.
Namespace
Drupal\xhprof\ExtensionCode
public function getOptions();