Bolt\Storage\FieldManager::hasCustomHandler PHP Метод

hasCustomHandler() публичный Метод

Note, this method is for Bolt use only, as a way to distinguish which fields have been added outside of the core system. It will be removed in a future version.
public hasCustomHandler ( $name ) : boolean
$name
Результат boolean
    public function hasCustomHandler($name)
    {
        return in_array($name, $this->customHandlers);
    }