Attributes |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Attributes.php |
Annotation that can be used to signal to the parser
to check the types of all declared attributes during the parsing process. |
AttributesTest |
class |
drupal/core/tests/Drupal/Tests/Core/Common/AttributesTest.php |
Tests the Drupal\Core\Template\Attribute functionality. |
Attributes.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Attributes.php |
|
Xss::attributes |
function |
drupal/core/lib/Drupal/Component/Utility/Xss.php |
Processes a string of HTML attributes. |
AttributeString |
class |
drupal/core/lib/Drupal/Core/Template/AttributeString.php |
A class that represents most standard HTML attributes. |
AttributesTest.php |
file |
drupal/core/tests/Drupal/Tests/Core/Common/AttributesTest.php |
Contains \Drupal\Tests\Core\Common\AttributesTest. |
Attributes::$value |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Attributes.php |
|
NodeAttributesTest |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/NodeAttributesTest.php |
Tests the RDFa markup of Nodes. |
UserAttributesTest |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php |
Tests the RDFa markup of Users. |
rdf_rdfa_attributes |
function |
drupal/core/modules/rdf/rdf.module |
Builds an array of RDFa attributes for a given mapping. |
assertAttributeSame |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a variable and an attribute of an object have the same type
and value. |
AttributeString.php |
file |
drupal/core/lib/Drupal/Core/Template/AttributeString.php |
Definition of Drupal\Core\Template\AttributeString. |
Request::$attributes |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
@api |
_form_set_attributes |
function |
drupal/core/includes/form.inc |
Sets a form element's class attribute. |
CommentAttributesTest |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php |
Tests the RDFa markup of comments. |
TrackerAttributesTest |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php |
Tests the RDF tracker page mapping. |
Twig_Node::$attributes |
property |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
|
element_set_attributes |
function |
drupal/core/includes/common.inc |
Sets HTML attributes based on element properties. |
NodeAttributesTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/NodeAttributesTest.php |
Contains Drupal\rdf\Tests\NodeAttributesTest. |
UserAttributesTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php |
Contains Drupal\rdf\Tests\UserAttributesTest. |
TaxonomyAttributesTest |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TaxonomyAttributesTest.php |
Tests the RDFa markup of Taxonomy terms. |
AttributesTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Core/Common/AttributesTest.php |
This method exists to support the simpletest UI runner. |
HtmlTplPhpAttributesTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTplPhpAttributesTest.php |
Functional test for attributes of html.tpl.php. |
AnnotationWithAttributes |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
Plugin annotation
@Target("ALL")
@Attributes({
@Attribute("mixed", type = "mixed"),
@Attribute("boolean", type = "boolean"),
@Attribute("bool", type = "bool"),
@Attribute("float", … |
AttributeBag::$attributes |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php |
|
UrlMatcher::getAttributes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
Returns an array of values to use as request attributes. |
UrlMatcher::getAttributes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/NestedMatcher/UrlMatcher.php |
Returns an array of values to use as request attributes. |
CommentAttributesTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php |
Contains Drupal\rdf\Tests\CommentAttributesTest. |
TrackerAttributesTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php |
Contains Drupal\rdf\Tests\TrackerAttributesTest. |
TipPluginBase::$attributes |
property |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php |
The attributes that will be applied to the markup of this tip. |
TaxonomyAttributesTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TaxonomyAttributesTest.php |
Contains Drupal\rdf\Tests\TaxonomyAttributesTest. |
AttributeString::__toString |
function |
drupal/core/lib/Drupal/Core/Template/AttributeString.php |
Implements the magic __toString() method. |
RequestMatcher::$attributes |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
|
NodeAttributesTest::getInfo |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/NodeAttributesTest.php |
|
UserAttributesTest::getInfo |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php |
|
TipPluginText::getAttributes |
function |
drupal/core/modules/tour/lib/Drupal/tour/Plugin/tour/tip/TipPluginText.php |
Overrides \Drupal\tour\TipPluginBase::getAttributes(). |
ClassWithNonPublicAttributes |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php |
|
TipPluginBase::getAttributes |
function |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginBase.php |
Implements \Drupal\tour\TipPluginInterface::getAttributes(). |
AnnotationWithAttributes.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
HtmlTplPhpAttributesTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTplPhpAttributesTest.php |
Definition of Drupal\system\Tests\Theme\HtmlTplPhpAttributesTest. |
CommentAttributesTest::setUp |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CommentAttributesTest.php |
Sets up a Drupal site for running functional and integration tests. |
NodeAttributesTest::$modules |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/NodeAttributesTest.php |
Modules to enable. |
TrackerAttributesTest::setUp |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/TrackerAttributesTest.php |
Sets up a Drupal site for running functional and integration tests. |
UserAttributesTest::$modules |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/UserAttributesTest.php |
Modules to enable. |
drupal_http_header_attributes |
function |
drupal/core/includes/common.inc |
Formats an attribute string for an HTTP header. |
GraphvizDumper::addAttributes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Adds attributes |
AcceptHeaderItem::$attributes |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
DumperCollection::$attributes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php |
|
JavaScriptTest::testAttributes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests adding JavaScript files with additional attributes. |
XmlEncoderTest::testAttributes |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|