Searched refs:EXTERNAL_RESOURCES_ATTRIBUTE_KEY (Results 1 – 2 of 2) sorted by relevance
22 const EXTERNAL_RESOURCES_ATTRIBUTE_KEY = 'externalresources'; // In the code define in syntax_plugin_webcode_basis423 … if (array_key_exists(self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY, $this->attributes)) {424 … $externalResources = explode(",", $this->attributes[self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY]);537 if (array_key_exists(self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY, $attributes)) {538 $externalResources = explode(",", $attributes[self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY]);
50 public const EXTERNAL_RESOURCES_ATTRIBUTE_KEY = 'externalresources'; define in ComboStrap\\Tag\\WebCodeTag 328 if ($tagAttributes->hasComponentAttribute(WebCodeTag::EXTERNAL_RESOURCES_ATTRIBUTE_KEY)) {329 LogUtility::warning("The (" . WebCodeTag::EXTERNAL_RESOURCES_ATTRIBUTE_KEY . ") has been deprecated. You should put your script/link in a code block with the `display` attribute set to `none`.");330 $resources = $tagAttributes->getValueAndRemove(WebCodeTag::EXTERNAL_RESOURCES_ATTRIBUTE_KEY);