function OrderOperation::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.

2 methods override OrderOperation::identify()
BeforeOrAfter::identify in core/lib/Drupal/Core/Hook/OrderOperation/BeforeOrAfter.php
Returns the identifier for filtering.
FirstOrLast::identify in core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
Returns the identifier for filtering.

File

core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php, line 34

Class

OrderOperation
Base class for order operations.

Namespace

Drupal\Core\Hook\OrderOperation

Code

abstract public function identify() : string;

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