Commit 32bd7cbf authored by catch's avatar catch
Browse files

Issue #3267703 by longwave, quietone, bbrala, phenaproxima, smustgrave: Deprecate RDF module

(cherry picked from commit eb15d89d)
parent ebaa992c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,4 +2,6 @@ name: RDF
type: module
description: 'Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.'
package: Core
lifecycle: deprecated
lifecycle_link: https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete-modules-and-themes#s-rdf
version: VERSION
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 * Tests the RDFa markup of comments.
 *
 * @group rdf
 * @group legacy
 */
class CommentAttributesTest extends CommentTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 * Tests RDFa markup generation for taxonomy term fields.
 *
 * @group rdf
 * @group legacy
 */
class EntityReferenceFieldAttributesTest extends TaxonomyTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 * Tests the RDFa markup of filefields.
 *
 * @group rdf
 * @group legacy
 */
class FileFieldAttributesTest extends FileFieldTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
 * Tests hook_rdf_namespaces().
 *
 * @group rdf
 * @group legacy
 */
class GetRdfNamespacesTest extends BrowserTestBase {

Loading