3495001-add-.gitlab-ci-for: I have Added gitlab ci.
3 open threads
3495001-add-.gitlab-ci-for: I have Added gitlab ci.
Merge request reports
Activity
147 147 * @return string 148 148 * Published ache tag. 149 149 * 150 * @deprecated 151 * Please use Drupal\cache_tools\Service\PublishedEntityCacheTag::getPublishedEntityCacheTag() 152 * instead. 150 * @deprecated in drupal:1.x-1.0 and is removed from drupal:2.x-2.0. 151 * Please use 152 * Drupal\cache_tools\Service\PublishedEntityCacheTag::getPublishedEntityCacheTag() 153 * instead. 154 * @see https://www.drupal.org/project/cache_tools/issues/123456 In this line, PHPCS requires a specific node number. For example: @see https://www.drupal.org/project/cache_tools/issues/123456. Otherwise, this warning will persist. Should I include the issue node number here?
164 166 * @return string 165 167 * Published cache tag. 166 168 * 167 * @deprecated 169 * @deprecated in drupal:1.x-1.0 and is removed from drupal:2.x-2.0. 168 170 * Please use Drupal\cache_tools\Service\PublishedEntityCacheTag::getPublishedEntityTypeCacheTag() 169 * instead. 171 * instead. 172 * @see https://www.drupal.org/project/cache_tools/issues/123456 190 193 * @return bool 191 194 * True if successful invalidation. False otherwise. 192 195 * 193 * @deprecated 196 * @deprecated in drupal:1.x-1.0 and is removed from drupal:2.x-2.0. 194 197 * Please use Drupal\cache_tools\Service\PublishedEntityCacheTag::invalidatePublishedEntity() 195 * instead. 198 * instead. 199 * @see https://www.drupal.org/project/cache_tools/issues/123456
Please register or sign in to reply