Home
last modified time | relevance | path

Searched refs:customTitleAllowListMetadata (Results 1 – 2 of 2) sorted by last modified time

/plugin/nspages/fileHelper/
H A DfileHelper.php15 private $customTitleAllowListMetadata; variable in fileHelper
17 function __construct($data, $customTitleAllowListMetadata){ argument
20 $this->customTitleAllowListMetadata = $customTitleAllowListMetadata;
40 $this->data['customTitle'], $this->customTitleAllowListMetadata, $this->data['sortByMetadata'],
H A DpagePreparer.php13 private $customTitleAllowListMetadata; variable in pagePreparer
23 $customTitleAllowListMetadata, $sortByMetadata, $excludeSelfPage) { argument
29 $this->customTitleAllowListMetadata = $customTitleAllowListMetadata;
87 $metadataAllowList = explode(',', preg_replace('/\s+/', '', $this->customTitleAllowListMetadata));