batch_test_redirect_page |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.module |
Menu callback: Redirects successfuly. |
AccessManager::loadCheck |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Lazy-loads access check services. |
drupal_page_is_cacheable |
function |
drupal/core/includes/bootstrap.inc |
Determines the cacheability of the current page. |
RedisProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
|
hook_language_types_info |
function |
drupal/core/modules/system/language.api.php |
Define language types. |
MysqlProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MysqlProfilerStorage.php |
|
system_admin_config_page |
function |
drupal/core/modules/system/system.admin.inc |
Menu callback; Provide the administration overview page. |
template_preprocess_page |
function |
drupal/core/includes/theme.inc |
Preprocess variables for page.tpl.php |
pager_default_initialize |
function |
drupal/core/includes/pager.inc |
Initializes a pager for theme('pager'). |
ImageWidget::formElement |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php |
Overrides \Drupal\file\Plugin\field\widget\FileWidget::formElement(). |
NativeSessionStorage.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|
MemoryStorageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php |
Sets up unit test environment. |
shortcut_preprocess_page |
function |
drupal/core/modules/shortcut/shortcut.module |
Implements hook_preprocess_HOOK() for page.tpl.php. |
FileStorageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/FileStorageTest.php |
|
hook_field_storage_write |
function |
drupal/core/modules/field/field.api.php |
Write field data for an entity. |
StorageBase::$collection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
The name of the collection holding key and value pairs. |
hook_field_storage_query |
function |
drupal/core/modules/field/field.api.php |
Execute a Drupal\Core\Entity\EntityFieldQuery. |
StorageBase::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::__construct(). |
StorageBase::setMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setMultiple(). |
FilterManager::checkName |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php |
Checks that a name is valid. |
ProfilerStorageInterface |
interface |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php |
ProfilerStorageInterface. |
LegacyWidget::flagErrors |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/field/widget/LegacyWidget.php |
Overrides Drupal\field\Plugin\Type\Widget\WidgetBase::flagErrors(). |
DatabaseStorageExpirable |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Defines a default key/value store implementation for expiring items. |
RedisProfilerStorageTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php |
|
hook_field_storage_purge |
function |
drupal/core/modules/field/field.api.php |
Remove field storage information when field data is purged. |
_options_storage_to_form |
function |
drupal/core/modules/field/modules/options/options.module |
Transforms stored field values into the format the widgets need. |
_options_form_to_storage |
function |
drupal/core/modules/field/modules/options/options.module |
Transforms submitted form values into field storage format. |
Analyzer::formatMessages |
function |
drupal/core/modules/views/lib/Drupal/views/Analyzer.php |
Formats the analyze result into a message string. |
CommentStorageController |
class |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Defines the controller class for comments. |
filter_admin_format_page |
function |
drupal/core/modules/filter/filter.admin.inc |
Page callback: Displays the text format add/edit form. |
DatabaseFileUsageBackend |
class |
drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php |
Defines the database file usage backend. This is the default Drupal backend. |
_dblog_get_message_types |
function |
drupal/core/modules/dblog/dblog.module |
Gathers a list of uniquely defined database log message types. |
theme_system_themes_page |
function |
drupal/core/modules/system/system.admin.inc |
Returns HTML for the Appearance page. |
ViewExecutable::$storage |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The config entity in which the view is stored. |
views.view.frontpage.yml |
file |
drupal/core/modules/views/config/views.view.frontpage.yml |
drupal/core/modules/views/config/views.view.frontpage.yml |
file_managed_file_submit |
function |
drupal/core/modules/file/file.module |
Form submission handler for upload / remove buttons of managed_file elements. |
UserLanguageCreationTest |
class |
drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php |
Functional test for language handling during user creation. |
ViewStorageInterface.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Definition of Drupal\views\ViewStorageInterface. |
image_test_get_all_calls |
function |
drupal/core/modules/system/tests/modules/image_test/image_test.module |
Get an array with the all the calls to the toolkits since image_test_reset()
was called. |
EntityManager::$cacheBin |
property |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
The cache bin used for entity plugin definitions. |
EntityManager::$cacheKey |
property |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
The cache key used for entity plugin definitions. |
EntityManager::$defaults |
property |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
The default values for optional keys of the entity plugin definition. |
StorageTest::testDetails |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/StorageTest.php |
Tests changing human_name, description and tag. |
language_negotiation_set |
function |
drupal/core/includes/language.inc |
Saves a list of language negotiation methods for a language type. |
action_admin_manage_form |
function |
drupal/core/modules/action/action.admin.inc |
Define the form for the actions overview page. |
maintenance-page.tpl.php |
file |
drupal/core/modules/system/templates/maintenance-page.tpl.php |
Default theme implementation to display a single Drupal page while offline. |
LazyAssetManagerTest.php |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Factory/LazyAssetManagerTest.php |
|
picture_mapping_page_add |
function |
drupal/core/modules/picture/picture_mapping.admin.inc |
Page callback: Provides the new picture mapping addition form. |
LANGUAGE_NEGOTIATION_URL |
constant |
drupal/core/modules/language/language.negotiation.inc |
The language is determined using path prefix or domain. |
DatabaseStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |