From b4a5719159020f90493c9380981d40ccb4bc453d Mon Sep 17 00:00:00 2001
From: Igor Biki <ibiki@uwaterloo.ca>
Date: Tue, 11 Mar 2025 15:06:37 -0400
Subject: [PATCH] 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.
---
 .../{UwCblPublicationSearch.php => UwCblReferencesSearch.php}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename src/Plugin/Block/{UwCblPublicationSearch.php => UwCblReferencesSearch.php} (99%)

diff --git a/src/Plugin/Block/UwCblPublicationSearch.php b/src/Plugin/Block/UwCblReferencesSearch.php
similarity index 99%
rename from src/Plugin/Block/UwCblPublicationSearch.php
rename to src/Plugin/Block/UwCblReferencesSearch.php
index 60db222b..c62a99e5 100644
--- a/src/Plugin/Block/UwCblPublicationSearch.php
+++ b/src/Plugin/Block/UwCblReferencesSearch.php
@@ -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.
-- 
GitLab