Language::$locked |
property |
drupal/core/lib/Drupal/Core/Language/Language.php |
|
MemoryStorage.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php |
Contains Drupal\Core\KeyValueStore\MemoryStorage. |
QueryBase::$pager |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The query pager data. |
PluginManagerBase |
class |
drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php |
Base class for plugin managers. |
language_from_url |
function |
drupal/core/modules/language/language.negotiation.inc |
Identify language via URL prefix or domain. |
Session::$storage |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php |
Storage driver. |
AccessManager.php |
file |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Contains Drupal\Core\Access\AccessManager. |
image.effects.inc |
file |
drupal/core/modules/image/image.effects.inc |
Functions needed to execute image effects provided by Image module. |
EntityManager.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Contains \Drupal\Core\Entity\EntityManager. |
system_page_alter |
function |
drupal/core/modules/system/system.module |
Implements hook_page_alter(). |
ObjectManager.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
|
theme_update_page |
function |
drupal/core/includes/theme.maintenance.inc |
Returns HTML for the update page. |
image_update_8000 |
function |
drupal/core/modules/image/image.install |
Convert existing image styles to the new config system. |
image_update_8001 |
function |
drupal/core/modules/image/image.install |
Remove the {image_styles} and {image_effects} tables. |
WizardManager.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/Type/WizardManager.php |
Definition of Drupal\views\Plugin\Type\WizardManager. |
image_update_8002 |
function |
drupal/core/modules/image/image.install |
Moves image module settings from variable to config. |
FileStorage::load |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::load(). |
FileStorage::save |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::save(). |
PluginManager.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/Type/PluginManager.php |
Definition of Drupal\views\Plugin\Type\PluginManager. |
views_ui_add_page |
function |
drupal/core/modules/views/views_ui/admin.inc |
Page callback to add a new view. |
entity_page_label |
function |
drupal/core/includes/entity.inc |
Returns the label of an entity. |
Field Storage API |
group |
drupal/core/modules/field/field.attach.inc |
Implements a storage engine for Field API data. |
image_effect_form |
function |
drupal/core/modules/image/image.admin.inc |
Form builder; Form for adding and editing image effects. |
NullStorage::read |
function |
drupal/core/lib/Drupal/Core/Config/NullStorage.php |
Implements Drupal\Core\Config\StorageInterface::read(). |
FrontPageTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/System/FrontPageTest.php |
Definition of Drupal\system\Tests\System\FrontPageTest. |
PageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PageTest.php |
|
PhpStorageFactory |
class |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageFactory.php |
Creates a php storage object |
UnmanagedCopyTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php |
Unmanaged copy related tests. |
image_resize_form |
function |
drupal/core/modules/image/image.admin.inc |
Form structure for the image resize form. |
node_page_default |
function |
drupal/core/modules/node/node.module |
Page callback: Generates a listing of promoted nodes. |
image_rotate_form |
function |
drupal/core/modules/image/image.admin.inc |
Form structure for the image rotate form. |
image_scale_effect |
function |
drupal/core/modules/image/image.effects.inc |
Image effect callback; Scale an image resource. |
FileStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
theme_image_button |
function |
drupal/core/includes/form.inc |
Returns HTML for an image button form element. |
xmlrpc_message_set |
function |
drupal/core/modules/xmlrpc/xmlrpc.inc |
Stores a copy of the most recent XML-RPC message object temporarily. |
xmlrpc_message_get |
function |
drupal/core/modules/xmlrpc/xmlrpc.inc |
Returns the most recently stored XML-RPC message object. |
update.manager.inc |
file |
drupal/core/modules/update/update.manager.inc |
Administrative screens and processing functions of the Update Manager module. |
UsageTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php |
|
language_test.info |
file |
drupal/core/modules/language/tests/language_test.info |
name = "Language test"
description = "Support module for the language layer tests."
core = 8.x
package = Testing
version = VERSION
hidden = TRUE |
xmlrpc_server_page |
function |
drupal/core/modules/xmlrpc/xmlrpc.server.inc |
Process an XML-RPC request. |
language_css_alter |
function |
drupal/core/modules/language/language.module |
Implements hook_css_alter(). |
JoinTest::$manager |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/JoinTest.php |
A plugin manager which handlers the instances of joins. |
LanguageFilter.php |
file |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/filter/LanguageFilter.php |
Contains Drupal\language\Plugin\views\filter\LanguageFilter. |
Profiler::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
|
image_style_delete |
function |
drupal/core/modules/image/image.module |
Delete an image style. |
EntityNG::language |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements TranslatableInterface::language(). |
ImageFieldTestBase |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
This class provides methods specifically for testing Image's field handling. |
language.admin.inc |
file |
drupal/core/modules/language/language.admin.inc |
Administration functions for language.module. |
language.views.inc |
file |
drupal/core/modules/language/language.views.inc |
Provide views data and handlers for language.module. |
toolbar_page_build |
function |
drupal/core/modules/toolbar/toolbar.module |
Implements hook_page_build(). |