function DbLogFormInjectionTest::process

Process callback.

Parameters

array $element: Form element

Return value

array Processed element.

File

core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php, line 51

Class

DbLogFormInjectionTest
Tests serializing a form with an injected dblog logger instance.

Namespace

Drupal\Tests\dblog\Kernel

Code

public function process($element) {
  return $element;
}

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