Search for attributes

  1. Search 7.x for attributes
  2. Search 9.5.x for attributes
  3. Search 10.3.x for attributes
  4. Search 11.x for attributes
  5. Other projects
Title Object type File name Summary
CommentAttributesTest class core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Tests the RDFa markup of comments.
CommentAttributesTest.php file core/modules/rdf/tests/src/Functional/CommentAttributesTest.php
CommentAttributesTest::$baseUri property core/modules/rdf/tests/src/Functional/CommentAttributesTest.php URI of the front page of the Drupal site.
CommentAttributesTest::$defaultTheme property core/modules/rdf/tests/src/Functional/CommentAttributesTest.php The theme to install as the default for testing.
CommentAttributesTest::$modules property core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Modules to enable.
CommentAttributesTest::$nodeUri property core/modules/rdf/tests/src/Functional/CommentAttributesTest.php URI of the test node created by CommentTestBase::setUp().
CommentAttributesTest::saveComment function core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Creates a comment entity.
CommentAttributesTest::setUp function core/modules/rdf/tests/src/Functional/CommentAttributesTest.php
CommentAttributesTest::testCommentRdfaMarkup function core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Tests if RDFa markup for meta information is present in comments.
CommentAttributesTest::testCommentRdfAuthorMarkup function core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Tests comment author link markup has not been broken by RDF.
CommentAttributesTest::testCommentReplyOfRdfaMarkup function core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Tests RDF comment replies.
CommentAttributesTest::testNumberOfCommentsRdfaMarkup function core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Tests the presence of the RDFa markup for the number of comments.
CommentAttributesTest::_testBasicCommentRdfaMarkup function core/modules/rdf/tests/src/Functional/CommentAttributesTest.php Helper function for testCommentRdfaMarkup().
DocParserTest::testAnnotationWithAttributes function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeProviderValid
DocParserTest::testAnnotationWithAttributesError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeProviderInvalid
DocParserTest::testAnnotationWithAttributesWithVarTypeArrayError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeArrayProviderInvalid
DocParserTest::testAnnotationWithRequiredAttributes function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithRequiredAttributesWithoutContructor function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
drupal_http_header_attributes function core/includes/common.inc Formats an attribute string for an HTTP header.
Element::setAttributes function core/lib/Drupal/Core/Render/Element.php Sets HTML attributes based on element properties.
ElementInterface::setAttributes function core/lib/Drupal/Core/Render/Element/ElementInterface.php Sets a form element's class attribute.
ElementTest::providerTestSetAttributes function core/tests/Drupal/Tests/Core/Render/ElementTest.php Data provider for testSetAttributes().
ElementTest::testDetailsSummaryAttributes function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests summary attributes of details.
ElementTest::testSetAttributes function core/tests/Drupal/Tests/Core/Render/ElementTest.php Tests the setAttributes() method.
EntityReferenceFieldAttributesTest class core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php Tests RDFa markup generation for taxonomy term fields.
EntityReferenceFieldAttributesTest.php file core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php
EntityReferenceFieldAttributesTest::$baseUri property core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php URI of the front page of the Drupal site.
EntityReferenceFieldAttributesTest::$defaultTheme property core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php The theme to install as the default for testing.
EntityReferenceFieldAttributesTest::$fieldName property core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php The name of the taxonomy term reference field used in the test.
EntityReferenceFieldAttributesTest::$modules property core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php Modules to enable.
EntityReferenceFieldAttributesTest::$vocabulary property core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php The vocabulary object used in the test.
EntityReferenceFieldAttributesTest::setUp function core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php
EntityReferenceFieldAttributesTest::testNodeTeaser function core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php Tests if file fields in teasers have correct resources.
EntityViewControllerTest::testFieldItemAttributes function core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php Tests field item attributes.
File::getMetadataAttributes function core/modules/media/src/Plugin/media/Source/File.php Gets a list of metadata attributes provided by this plugin.
FileFieldAttributesTest class core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php Tests the RDFa markup of filefields.
FileFieldAttributesTest.php file core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php
FileFieldAttributesTest::$baseUri property core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php URI of the front page of the Drupal site.
FileFieldAttributesTest::$defaultTheme property core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php The theme to install as the default for testing.
FileFieldAttributesTest::$fieldName property core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php The name of the file field used in the test.
FileFieldAttributesTest::$file property core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php The file object used in the test.
FileFieldAttributesTest::$modules property core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php Modules to enable.
FileFieldAttributesTest::$node property core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php The node object used in the test.
FileFieldAttributesTest::setUp function core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php
FileFieldAttributesTest::testNodeTeaser function core/modules/rdf/tests/src/Functional/FileFieldAttributesTest.php Tests if file fields in teasers have correct resources.
FileMediaFormatterBase::prepareAttributes function core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php Prepare the attributes according to the settings.
FileVideoFormatter::prepareAttributes function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Prepare the attributes according to the settings.
FileVideoFormatterTest::testAttributes function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests that the attributes added to the formatter are applied on render.
FilterHtml::filterAttributes function core/modules/filter/src/Plugin/Filter/FilterHtml.php Provides filtering of tag attributes into accepted HTML.
FilterHtml::filterElementAttributes function core/modules/filter/src/Plugin/Filter/FilterHtml.php Filters attributes on an element according to a list of allowed values.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.