Lines Matching defs:canonical
16 public const PROPERTY_NAME = "canonical";
17 public const CANONICAL = "canonical";
20 * The auto-canonical feature does not create any canonical value on the file system
21 * but creates a canonical in the database (where the {@link \action_plugin_combo_router}
22 * takes its information and it enables to route via a calculated canonical
55 return "The canonical path is a short unique path for the page (used in named permalink)";
78 public static function createFromValue(string $canonical): Canonical
82 ->setValue($canonical);
99 * The last part of the id as canonical
101 // How many last parts are taken into account in the canonical processing (2 by default)
104 throw new ExceptionNotFound("Default canonical value is not enabled, no default canonical");
114 * The page (viz:viz) and the page (data:viz:viz) have the same canonical.
115 * The page (viz:viz) will get the canonical viz
116 * The page (data:viz) will get the canonical data:viz
151 LogUtility::internalError("A canonical should not be the root, should not happen", self::CANONICAL);