node--1.tpl.php |
file |
drupal/core/modules/system/tests/themes/test_theme_phptemplate/node--1.tpl.php |
|
SessionTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
expression.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/expression.test |
|
Request::$query |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
@api |
FileCacheReader |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
File cache reader for annotations. |
Logger::getLogs |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php |
|
TokenParser.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/TokenParser.php |
|
Translation.php |
file |
drupal/core/lib/Drupal/Core/Annotation/Translation.php |
Definition of Drupal\Core\Annotation\Translation. |
FilesLoaderTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php |
|
Request::$files |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
@api |
TestHtmlIdBlock |
class |
drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestHtmlIdBlock.php |
Provides a block to test HTML IDs. |
magic_call.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/magic_call.test |
|
file_create_url |
function |
drupal/core/includes/file.inc |
Creates a web-accessible URL for a stream to an external or local file. |
Select::__clone |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Implements the magic __clone function. |
EntityFieldTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests Entity API base functionality. |
BooleanItem.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/BooleanItem.php |
Contains \Drupal\Core\Entity\Field\Type\BooleanItem. |
menu_permission |
function |
drupal/core/modules/menu/menu.module |
Implements hook_permission(). |
PHP_Token_CLASS |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
_update_refresh |
function |
drupal/core/modules/update/update.fetch.inc |
Clears out all the available update data and initiates re-fetching. |
SelectInterface |
interface |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Interface definition for a Select Query object. |
StorageTestBase |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Base class for testing key-value storages. |
help.module.css |
file |
drupal/core/modules/help/css/help.module.css |
.help-items {
float: left; /* LTR */
width: 22%;
margin-right: 3%; /* LTR */
}
.help-items-last {
margin-right: 0; /* LTR */
}
/**
* Avoid text overlapping on a narrow viewport.
*/
@media screen and (max-width: 480px) {
.help-items {
… |
hook_preprocess |
function |
drupal/core/modules/system/theme.api.php |
Preprocess theme variables for templates. |
PHP_Token_TRAIT |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
user_role_names |
function |
drupal/core/modules/user/user.module |
Retrieve an array of roles matching specified conditions. |
CSRFAccessCheck |
class |
drupal/core/modules/rest/lib/Drupal/rest/Access/CSRFAccessCheck.php |
Access protection against CSRF attacks. |
FilesystemCache |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php |
A simple filesystem cache. |
AssetWriter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php |
|
array_call.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/array_call.test |
|
expression.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/expression.test |
|
decode_entities |
function |
drupal/core/includes/unicode.inc |
Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. |
CurlMulti::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Send a pool of { |
FooObject::$bar |
property |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
|
Profiler::purge |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Purges all data from the storage. |
JsonEncoderTest |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php |
|
TaggingTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
Definition of Drupal\system\Tests\Database\TaggingTest. |
Database::$logs |
property |
drupal/core/lib/Drupal/Core/Database/Database.php |
An array of active query log objects. |
TextSummaryItem |
class |
drupal/core/modules/text/lib/Drupal/text/Type/TextSummaryItem.php |
Defines the 'text_with_summary_field' entity field item. |
Model::$numbers |
property |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
Logger::warning |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php |
Exceptional occurrences that are not errors. |
EntityTestLabel |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestLabel.php |
Test entity class. |
IntegerItem.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/IntegerItem.php |
Contains \Drupal\Core\Entity\Field\Type\IntegerItem. |
views_ui.module |
file |
drupal/core/modules/views_ui/views_ui.module |
Provide structure for the administrative interface to Views. |
BankAccountTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/BankAccountTest.php |
|
Model::getTitle |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
AdminController |
class |
drupal/core/modules/system/lib/Drupal/system/Controller/AdminController.php |
Controller for admin section. |
Model::setTitle |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
EntityTest::$id |
property |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php |
The entity ID. |
history.api.php |
file |
drupal/core/modules/history/history.api.php |
API documentation for History module. |
Tar::getArchive |
function |
drupal/core/lib/Drupal/Component/Archiver/Tar.php |
Retrieves the tar engine itself. |