TagTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/TagTest.php |
Tests the views ui tagging functionality. |
View::$tag |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The "tags" of a view. |
Sql::$tags |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Query tags which will be passed over to the dbtng query object. |
TagTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/TagTest.php |
Definition of Drupal\views\tests\UI\TagTest. |
TaggingTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
Tests SELECT query tagging. |
badtag3.yml |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag3.yml |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag3.yml |
badtag2.yml |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag2.yml |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag2.yml |
badtag1.yml |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag1.yml |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/badtag1.yml |
Sql::add_tag |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Adds a query tag to the sql object. |
theme_html_tag |
function |
drupal/core/includes/theme.inc |
Returns HTML for a generic HTML tag with attributes. |
TaggedWithTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php |
Tests the ability of the views wizard to create views filtered by taxonomy. |
Select::addTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Adds a tag to a query. |
Select::hasTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has a given tag. |
HtmlTagUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTagUnitTest.php |
Unit tests for theme_html_tag(). |
Twig_Node::$tag |
property |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
|
TaggingTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
Definition of Drupal\system\Tests\Database\TaggingTest. |
Response::getAge |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Returns the age of the response. |
Response::getAge |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the Age HTTP header |
TagTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/TagTest.php |
|
with_if_tag.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_if_tag.test |
|
AdminMetaTagTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminMetaTagTest.php |
|
unclosed_tag.twig |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Extension/Twig/templates/unclosed_tag.twig |
<assets>
{% block assets %}
{% stylesheets 'foo.css' 'bar.css' filter='?foo,bar' output='css/packed.css' debug=true %}<asset url="{{ asset_url }}" />
{% endblock %}
</assets> |
Response::getEtag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Returns the literal value of the ETag HTTP header. |
Response::setEtag |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sets the ETag value. |
Definition::$tags |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
|
Response::getEtag |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the ETag HTTP header |
unclosed_tag.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/unclosed_tag.test |
|
cache_delete_tags |
function |
drupal/core/includes/cache.inc |
Deletes items from all bins with any of the specified tags. |
with_for_tag.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/with_for_tag.test |
|
CacheArray::$tags |
property |
drupal/core/lib/Drupal/Core/Utility/CacheArray.php |
A tags array to pass to cache()->set(). |
QueryBase::addTag |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Database\Query\AlterableInterface::addTag(). |
QueryBase::hasTag |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Database\Query\AlterableInterface::hasTag(). |
Select::hasAnyTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has any specified tag. |
Request::getETags |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Gets the Etags. |
TaggedWithTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php |
Definition of Drupal\views\Tests\Wizard\TaggedWithTest. |
Definition::getTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Gets a tag by name. |
Definition::addTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Adds a tag for this definition. |
Definition::hasTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Whether this definition has a tag with the given name |
Select::hasAllTags |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Determines if a given query has all specified tags. |
PercentagesUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PercentagesUnitTest.php |
Unit tests of progress percentage rounding. |
drupal_explode_tags |
function |
drupal/core/includes/common.inc |
Explodes a string of tags into an array. |
drupal_implode_tags |
function |
drupal/core/includes/common.inc |
Implodes an array of tags into a string. |
HtmlTagUnitTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/HtmlTagUnitTest.php |
Definition of Drupal\system\Tests\Theme\HtmlTagUnitTest. |
Definition::setTags |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Sets tags for this definition |
Definition::getTags |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Returns all tags. |
hook_query_TAG_alter |
function |
drupal/core/modules/system/system.api.php |
Perform alterations to a structured query for a given tag. |
TaggingTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
|
Definition::clearTag |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Clears all tags for a given name. |
QueryBase::hasAnyTag |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Database\Query\AlterableInterface::hasAnyTag(). |
AdminMetaTagTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminMetaTagTest.php |
Definition of Drupal\system\Tests\System\AdminMetaTagTest. |