![]() |
TYPO3
7.6
|
Public Member Functions | |
processFilter (array &$data, array $banUidArray, $spacer, AbstractMenuContentObject $obj) | |
interface for classes which hook into AbstractMenuContentObject
Definition at line 20 of file AbstractMenuFilterPagesHookInterface.php.
processFilter | ( | array & | $data, |
array | $banUidArray, | ||
$spacer, | |||
AbstractMenuContentObject | $obj | ||
) |
Checks if a page is OK to include in the final menu item array.
array | $data | Array of menu items |
array | $banUidArray | Array of page uids which are to be excluded |
bool | $spacer | If set, then the page is a spacer. |
\TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject | $obj | The menu object |