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

1
abstract protected function logger($channel);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.