AbstractMessage.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
|
bartik_process_page |
function |
drupal/core/themes/bartik/template.php |
Implements hook_process_HOOK() for page.tpl.php. |
TempStore::$storage |
property |
drupal/core/modules/user/lib/Drupal/user/TempStore.php |
The key/value storage object used for this data. |
Response::getMaxAge |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sets the number of seconds after the time specified in the response's Date
header when the the response should no longer be considered fresh. |
Response::setMaxAge |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sets the number of seconds after which the response should no longer be considered fresh. |
drupal_get_messages |
function |
drupal/core/includes/bootstrap.inc |
Returns all messages that have been set with drupal_set_message(). |
ViewStorageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
Definition of Drupal\views\Tests\ViewStorageTest. |
Language::$langcode |
property |
drupal/core/lib/Drupal/Core/TypedData/Type/Language.php |
The language code of the language if no 'langcode source' is used. |
Language::getParent |
function |
drupal/core/lib/Drupal/Core/TypedData/Type/Language.php |
Implements ContextAwareInterface::getParent(). |
Language::setParent |
function |
drupal/core/lib/Drupal/Core/TypedData/Type/Language.php |
Implements ContextAwareInterface::setParent(). |
StorageBase::delete |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::delete(). |
Language::getString |
function |
drupal/core/lib/Drupal/Core/TypedData/Type/Language.php |
Implements TypedDataInterface::getString(). |
DatabaseStorage.php |
file |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Definition of Drupal\Core\Config\DatabaseStorage. |
DatabaseStorageTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageTest.php |
Tests the key-value database storage. |
theme_dblog_message |
function |
drupal/core/modules/dblog/dblog.admin.inc |
Returns HTML for a log message. |
FieldSqlStorageTest |
class |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Tests field storage. |
image_gd_desaturate |
function |
drupal/core/modules/system/image.gd.inc |
Image toolkit callback: Converts an image to grayscale using the GD toolkit. |
image_gd_create_tmp |
function |
drupal/core/modules/system/image.gd.inc |
Creates a truecolor image preserving transparency from a provided image. |
LanguageManager.php |
file |
drupal/core/lib/Drupal/Core/Language/LanguageManager.php |
Definition of Drupal\Core\Language\LanguageManager. |
menu_tree_page_data |
function |
drupal/core/includes/menu.inc |
Gets the data structure for a named menu tree, based on the current page. |
test_page_test_menu |
function |
drupal/core/modules/system/tests/modules/test_page_test/test_page_test.module |
Implements hook_menu(). |
test_page_test_page |
function |
drupal/core/modules/system/tests/modules/test_page_test/test_page_test.module |
Page callback: Returns a test page and sets the title. |
BaseImageFilterTest |
class |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/BaseImageFilterTest.php |
|
image_test_settings |
function |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image tookit's settings operation. |
Response::getMaxAge |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Gets the number of seconds from the current time in which this response is still considered fresh |
language_types_info |
function |
drupal/core/includes/language.inc |
Returns information about all defined language types. |
image_test_get_info |
function |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Image toolkit's get_info operation. |
action_admin_manage |
function |
drupal/core/modules/action/action.admin.inc |
Menu callback; Displays an overview of available and configured actions. |
QueryInterface::age |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Queries the current or every revision. |
StorageTestBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Contains Drupal\system\Tests\KeyValueStore\StorageTestBase. |
Language::$langcode |
property |
drupal/core/lib/Drupal/Core/Language/Language.php |
|
DatabaseStorage.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php |
Contains Drupal\Core\KeyValueStore\DatabaseStorage. |
Request::$languages |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
CommentLanguageTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php |
Functional tests for comment language. |
FileReadOnlyStorage |
class |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Reads code as regular PHP files, but won't write them. |
image_field_presave |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_presave(). |
image.theme-rtl.css |
file |
drupal/core/modules/image/image.theme-rtl.css |
/**
* Image upload widget.
*/
.image-preview {
float: right;
padding: 0 0 10px 10px;
}
.image-widget-data {
float: right;
} |
PageEditTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php |
Sets up a Drupal site for running functional and integration tests. |
update_results_page |
function |
drupal/core/update.php |
Displays results of the update script with any accompanying errors. |
file_unmanaged_copy |
function |
drupal/core/includes/file.inc |
Copies a file to a new location without invoking the file API. |
FileStorageTest.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
Definition of Drupal\config\Tests\Storage\FileStorageTest. |
file_unmanaged_move |
function |
drupal/core/includes/file.inc |
Moves a file to a new location without database changes or hook invocation. |
RedisMock::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php |
|
FileStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
ManagerRegistry.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php |
|
FileStorage::delete |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::delete(). |
aggregator_page_rss |
function |
drupal/core/modules/aggregator/aggregator.pages.inc |
Page callback: Generates an RSS 0.92 feed of aggregator items or categories. |
PagerTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php |
Modules to enable. |
PagerTest::$profile |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php |
The profile to install as a basis for testing. |
PagePreviewTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php |
Definition of Drupal\node\Tests\PagePreviewTest. |