Skip to content
Snippets Groups Projects
Commit b4a57191 authored by Igor Biki's avatar Igor Biki Committed by Kevin Paxman
Browse files

ISTWCMS-7275: Rename UwCblPublicationSearch to UwCblReferencesSearch class

This refactor updates the class name and admin label to better reflect its purpose. It ensures consistency between the class naming and its functionality within the module.
parent d1c5162e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* admin_label = @Translation("Reference search"),
* )
*/
class UwCblPublicationSearch extends BlockBase implements ContainerFactoryPluginInterface {
class UwCblReferencesSearch extends BlockBase implements ContainerFactoryPluginInterface {
/**
* The entity type manager.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment