FileReadOnlyStorage::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). |
FileReadOnlyStorage::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll(). |
SessionStorageInterface::start |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Starts the session. |
SessionStorageInterface::getId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Returns the session ID |
StringStorageInterface::delete |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Delete string from storage. |
SessionStorageInterface::setId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Sets the session ID |
SessionStorageInterface::clear |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
Clear all session data in memory. |
PluginManagerBase::getInstance |
function |
drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php |
Implements Drupal\Component\Plugin\PluginManagerInterface::getInstance(). |
EntityListController::$storage |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The entity storage controller class. |
views.view.test_pager_full.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_pager_full.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_pager_full.yml |
RedisProfilerStorage::getRedis |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Internal convenience method that returns the instance of Redis. |
RedisProfilerStorage::setRedis |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Set instance of the Redis |
NativeSessionStorage::$started |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|
RedisProfilerStorage::getValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Retrieves an item from the Redis server. |
RedisProfilerStorage::setValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Stores an item on the Redis server under the specified key. |
LocaleUninstallTest::$language |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php |
The default language set for the UI before uninstall. |
field_test_field_storage_write |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_write(). |
Update Manager module: install |
group |
drupal/core/modules/update/update.manager.inc |
Update Manager module functionality for installing new code. |
field_test_field_storage_purge |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_purge(). |
_update_manager_check_backends |
function |
drupal/core/modules/update/update.manager.inc |
Checks for file transfer backends and prepares a form fragment about them. |
language_admin_add_form_submit |
function |
drupal/core/modules/language/language.admin.inc |
Process the custom and predefined language addition form submission. |
field_test_field_storage_query |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_query(). |
DisplayPluginBase::renderPager |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Not all display plugins will suppert pager rendering. |
image_style_delete_form_submit |
function |
drupal/core/modules/image/image.admin.inc |
Submit handler to delete an image style. |
update_manager_archive_extract |
function |
drupal/core/modules/update/update.manager.inc |
Unpacks a downloaded archive file. |
language_admin_predefined_list |
function |
drupal/core/modules/language/language.admin.inc |
Prepare a language code list for unused predefined languages. |
PhpStorageInterface::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Whether this is a writeable storage. |
PhpStorageInterface::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php |
Removes all files in this bin. |
LazyAssetManager::getResources |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php |
Returns an array of resources. |
PagerTest::testRenderNullPager |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php |
Tests rendering with NULL pager. |
LanguageSwitchingTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
|
ProcessingTest::_resultMessages |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php |
Returns expected result messages for the test batches. |
FlashBagTest::testGetStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
PercentagesUnitTest::$testCases |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PercentagesUnitTest.php |
|
Entity::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements TranslatableInterface::getTranslationLanguages(). |
field_test_field_language_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_language_alter(). |
UnmanagedDeleteTest::testNormal |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php |
Delete a normal file. |
LanguageField::buildOptionsForm |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Default options form that provides the label widget that all fields
should have. |
FileManagedTestBase::createFile |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php |
Create a file and save it to the files table and assert that it occurs
correctly. |
_update_manager_cache_directory |
function |
drupal/core/modules/update/update.module |
Returns the directory where update archive files should be cached. |
ConfigStorageController::$idKey |
property |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Name of the entity's ID field in the entity database table. |
AbstractProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
InvalidAnnotationUsageClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageClass.php |
|
MemcacheProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
AutoExpireFlashBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php |
The storage key for flashes in the session |
ImageFieldTestBase::$admin_user |
property |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
|
ConfigStorageController::create |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::create(). |
AbstractMessage::getHeaderLines |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Get an array of message header lines |
ConfigStorageController::delete |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::delete(). |
BackendChain::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::garbageCollection(). |