File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
app/code/Magento/Catalog/Block/Product/View Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
declare (strict_types=1 );
8
8
9
- /**
10
- * Product details block
11
- * Holds a group of blocks to show as tabs
12
- *
13
- * @author Magento Core Team <core@magentocommerce.com>
14
- */
15
-
16
9
namespace Magento \Catalog \Block \Product \View ;
17
10
18
11
/**
12
+ * Product details block.
13
+ *
14
+ * Holds a group of blocks to show as tabs.
15
+ *
19
16
* @api
20
17
*/
21
18
class Details extends \Magento \Framework \View \Element \Template
22
19
{
23
20
/**
21
+ * Get sorted child block names.
22
+ *
24
23
* @param string $groupName
25
- * @param $callback
24
+ * @param string $callback
26
25
* @throws \Magento\Framework\Exception\LocalizedException
27
26
*
28
27
* @return array
29
28
*/
30
- public function getGroupSortedChildNames (string $ groupName , $ callback ): array
29
+ public function getGroupSortedChildNames (string $ groupName , string $ callback ): array
31
30
{
32
31
$ groupChildNames = $ this ->getGroupChildNames ($ groupName , $ callback );
33
32
$ layout = $ this ->getLayout ();
You can’t perform that action at this time.
0 commit comments