You are here

public function AllDocs::descending in Replication 8.2

Same name and namespace in other branches
  1. 8 src/AllDocs/AllDocs.php \Drupal\replication\AllDocs\AllDocs::descending()

Parameters

boolean $descending:

Return value

\Drupal\replication\AllDocs\AllDocsInterface

Overrides AllDocsInterface::descending

File

src/AllDocs/AllDocs.php, line 116

Class

AllDocs

Namespace

Drupal\replication\AllDocs

Code

public function descending($descending) {
  $this->descending = $descending;
}