Skip to content

Commit

Permalink
Added missing method to select2types
Browse files Browse the repository at this point in the history
  • Loading branch information
metadan committed Feb 28, 2022
1 parent e3a3a85 commit 325fcb5
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2ChoiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2CountryType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2CurrencyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2EntityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2HiddenType.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2LanguageType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2LocaleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2ModelType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}
8 changes: 8 additions & 0 deletions Form/JQuery/Type/Select2TimezoneType.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,12 @@ public function getBlockPrefix()
{
return 'genemu_jqueryselect2';
}

/**
* {@inheritdoc}
*/
public function getName()
{
return 'genemu_jqueryselect2';
}
}

0 comments on commit 325fcb5

Please sign in to comment.