Skip to content
Snippets Groups Projects
Commit a6b92858 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-7275: Rename ReferencesBlock to ReferenceBlock for consistency.

The block class name and annotation were updated to align with a singular naming convention. This change ensures clarity and uniformity across the codebase.
parent 50e81af9
No related branches found
No related tags found
1 merge request!46ISTWCMS-7275: Refactor block classes to rename and streamline logic.
......@@ -11,14 +11,14 @@ use Drupal\Core\Session\AccountProxyInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* Provides a 'References' block.
* Provides a 'Reference' block.
*
* @Block(
* id = "uw_publication_reference_block",
* admin_label = @Translation("References"),
* )
*/
class ReferencesBlock extends BlockBase implements ContainerFactoryPluginInterface {
class ReferenceBlock extends BlockBase implements ContainerFactoryPluginInterface {
/**
* Entity type manager from the core.
......
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