abstract protected function EntityDeleteFormTrait::logger

abstract protected EntityDeleteFormTrait::logger($channel)

Gets the logger for a specific channel.

Provided by \Drupal\Core\Form\FormBase.

Parameters

string $channel: The name of the channel.

Return value

\Psr\Log\LoggerInterface The logger for this channel.

Overrides FormBase::logger

File

core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php, line 41

Class

EntityDeleteFormTrait
Provides a trait for an entity deletion form.

Namespace

Drupal\Core\Entity

Code

abstract protected function logger($channel);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityDeleteFormTrait.php/function/EntityDeleteFormTrait::logger/8.1.x