Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Base.php

function Base::getRecalcCommentsIndent

Returns a boolean that indicates if multiline documentation comments (for example JSDoc syntax) must be manipulated to match the right indentation

Return value

bool

File

vendor/mck89/peast/lib/Peast/Formatter/Base.php, line 178

Class

Base
Base class for formatters, all the formatters must extend this class.

Namespace

Peast\Formatter

Code

public function getRecalcCommentsIndent() {
    return $this->recalcCommentsIndent;
}
RSS feed
Powered by Drupal