function BeforeOrAfter::identify

Returns the identifier for filtering.

The hook implementation identifier, as "$class::$method", to be changed by.

Return value

string The identifier for the OrderOperation.

Overrides OrderOperation::identify

File

core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php, line 40

Class

BeforeOrAfter
Moves one listener to be called before or after other listeners.

Namespace

Drupal\Core\Hook\OrderOperation

Code

public function identify() : string {
  return $this->identifier;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.