PhpStorageInterface |
interface |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Stores and loads PHP code. |
NullStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
PagerTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php |
Modules to enable. |
NullStorage::delete |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::delete(). |
NullStorage::rename |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::rename(). |
NullStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
NullStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
hook_language_insert |
function |
drupal/core/modules/language/language.api.php |
React to a language that was just added to the system. |
hook_language_update |
function |
drupal/core/modules/language/language.api.php |
React to a language that was just updated in the system. |
hook_language_delete |
function |
drupal/core/modules/language/language.api.php |
Allow modules to react before the deletion of a language. |
StringBase::$storage |
property |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
The locale storage this string comes from or is to be saved to. |
xmlrpc_message_parse |
function |
drupal/core/modules/xmlrpc/xmlrpc.inc |
Parses an XML-RPC message. |
EventManagerTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
IMAGE_STORAGE_NORMAL |
constant |
drupal/core/modules/image/image.module |
Image style constant for user presets in the database. |
xmlrpc_message_cdata |
function |
drupal/core/modules/xmlrpc/xmlrpc.inc |
Handles character data for XML parsing in xmlrpc_message_parse(). |
FileStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
theme_page_test.info |
file |
drupal/core/modules/system/tests/modules/theme_page_test/theme_page_test.info |
name = "Theme page test"
description = "Support module for theme system testing."
package = Testing
version = VERSION
core = 8.x
hidden = TRUE |
IMAGE_STORAGE_MODULE |
constant |
drupal/core/modules/image/image.module |
Image style constant to represent any module-based preset. |
locale_language_init |
function |
drupal/core/modules/locale/locale.module |
Implements hook_language_init(). |
Client::setUserAgent |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Set the name of your application and application version that will be
appended to the User-Agent header of all requests. |
language_test.module |
file |
drupal/core/modules/language/tests/language_test.module |
Mock module for language layer tests. |
config_test_add_page |
function |
drupal/core/modules/config/tests/config_test/config_test.module |
Page callback: Presents the ConfigTest creation form. |
_update_message_text |
function |
drupal/core/modules/update/update.module |
Returns the appropriate message text when site is out of date or not secure. |
ItemsPerPageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/ItemsPerPageTest.php |
Definition of Drupal\views\Tests\Wizard\ItemsPerPageTest. |
image_file_predelete |
function |
drupal/core/modules/image/image.module |
Implements hook_file_predelete(). |
CachedStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
PathLanguageTest.php |
file |
drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php |
Definition of Drupal\path\Tests\PathLanguageTest. |
statistics.pages.inc |
file |
drupal/core/modules/statistics/statistics.pages.inc |
User page callbacks for the Statistics module. |
LanguageArgument.php |
file |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/argument/LanguageArgument.php |
Contains Drupal\language\Plugin\views\argument\LanguageArgument. |
node_language_delete |
function |
drupal/core/modules/node/node.module |
Implements hook_language_delete(). |
AssetManagerTest.php |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetManagerTest.php |
|
UserLanguageTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageTest.php |
Definition of Drupal\user\Tests\UserLanguageTest. |
Page::usesBreadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::usesBreadcrumb(). |
ImageUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php |
Test upgrade of overridden and custom image styles. |
Page::optionsSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Page.php |
Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::optionsSummary(). |
ajax_base_page_theme |
function |
drupal/core/includes/ajax.inc |
Theme callback: Returns the correct theme for an Ajax request. |
ObjectManager::merge |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Merges the state of a detached object into the persistence context
of this ObjectManager and returns the managed copy of the object.
The object passed to merge will not become associated/managed with this ObjectManager. |
ObjectManager::clear |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Clears the ObjectManager. All objects that are currently managed
by this ObjectManager become detached. |
maintenance-page.css |
file |
drupal/core/themes/bartik/css/maintenance-page.css |
body.maintenance-page {
background-color: #fff;
color: #000;
}
.maintenance-page #page-wrapper {
background: #fff;
margin-left: auto;
margin-right: auto;
min-width: 0;
min-height: 0;
border: 1px solid #ddd;
margin-top:… |
MysqlProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php |
A ProfilerStorage for Mysql |
image_filter_keyword |
function |
drupal/core/modules/image/image.module |
Accept a keyword (center, top, left, etc) and return it as a pixel offset. |
ObjectManager::flush |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Flushes all changes to objects that have been queued up to now to the database.
This effectively synchronizes the in-memory state of managed objects with the
database. |
PageCacheTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php |
Sets up a Drupal site for running functional and integration tests. |
ImageEffectsTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php |
Definition of Drupal\image\Tests\ImageEffectsTest. |
statistics_top_pages |
function |
drupal/core/modules/statistics/statistics.admin.inc |
Page callback: Displays statistics for the "top pages" (most accesses). |
_color_render_images |
function |
drupal/core/modules/color/color.module |
Renders images that match a given palette. |
AccessManager::check |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Checks a route against applicable access check services. |
LazyAssetManager.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php |
|
ImageAdminStylesTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Tests creation, deletion, and editing of image styles and effects. |
MessageInterface.php |
file |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
|