StorageInterface::exists |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Returns whether a configuration object exists. |
ViewStorageTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
|
TestFileUsage::listUsage |
function |
drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/TestFileUsage.php |
Implements Drupal\file\FileUsage\FileUsageInterface::listUsage(). |
StorageInterface::delete |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Deletes a configuration object from the storage. |
StorageInterface::rename |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Renames a configuration object in the storage. |
StorageInterface::encode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Encodes configuration data into the storage-specific format. |
StorageInterface::decode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Decodes configuration data from the storage-specific format. |
image_field_prepare_view |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_prepare_view(). |
language_from_user_admin |
function |
drupal/core/modules/language/language.negotiation.inc |
Identifies admin language from the user preferences. |
ViewExecutable::usePager |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Determine if the pager actually uses a pager. |
LayoutManager::$defaults |
property |
drupal/core/modules/layout/lib/Drupal/layout/Plugin/Type/LayoutManager.php |
A set of defaults to be referenced by $this->processDefinition() if
additional processing of plugins is necessary or helpful for development
purposes. |
ImageUpgradePathTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php |
Definition of Drupal\system\Tests\Upgrade\ImageUpgradePathTest. |
field_info_storage_types |
function |
drupal/core/modules/field/field.info.inc |
Returns information about field storage from hook_field_storage_info(). |
language_url_rewrite_url |
function |
drupal/core/modules/language/language.negotiation.inc |
Rewrite URLs for the URL language negotiation method. |
aggregator_page_category |
function |
drupal/core/modules/aggregator/aggregator.pages.inc |
Form constructor to list items aggregated in a category. |
NativeSessionStorageTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php |
Test class for NativeSessionStorage. |
EventManagerTest::preFoo |
constant |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
FileStorage::__construct |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Constructs this FileStorage object. |
EventManagerTest::preBar |
constant |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
_field_test_storage_data |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Helper function: stores or retrieves data from the 'storage backend'. |
language_admin_edit_form |
function |
drupal/core/modules/language/language.admin.inc |
Editing screen for a particular language. |
FileStorage::getFullPath |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Returns the full path where the file is or should be stored. |
PdoProfilerStorage::$dsn |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
LanguageUrlRewritingTest |
class |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php |
Test that URL rewriting works as expected. |
file_unmanaged_save_data |
function |
drupal/core/includes/file.inc |
Saves a file to the specified destination without invoking file API. |
ArgumentLanguageTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Language/ArgumentLanguageTest.php |
Contains Drupal\views\Tests\Language\ArgumentLanguageTest. |
PagerTest::assertNoClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php |
Asserts that an element does not have a given class. |
EventManagerTest::preFoo |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
PdoProfilerStorage::find |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Finds profiler tokens for the given criteria. |
image_effect_form_submit |
function |
drupal/core/modules/image/image.admin.inc |
Submit handler for updating an image effect. |
PdoProfilerStorage::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Reads data associated with the given token. |
image_effect_delete_form |
function |
drupal/core/modules/image/image.admin.inc |
Form builder; Form for deleting an image effect. |
AliasManager::$lookupMap |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Holds the map of path lookups per language. |
PdoProfilerStorage::exec |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
AliasManager::$whitelist |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Holds the array of whitelisted path aliases. |
AliasManager::$noAliases |
property |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Holds an array of system paths that have no aliases. |
PoHeader::$_languageName |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Human readable language name. |
AliasManager::cacheClear |
function |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Implements \Drupal\Core\Path\AliasManagerInterface::cacheClear(). |
image_module_test.module |
file |
drupal/core/modules/image/tests/image_module_test.module |
Provides Image module hook implementations for testing purposes. |
theme_image_crop_summary |
function |
drupal/core/modules/image/image.admin.inc |
Returns HTML for a summary of an image crop effect. |
FileStorage::__construct |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Constructs a new FileStorage controller. |
DatabaseStorageTest::read |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
|
EventManager::$_listeners |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php |
Map of registered listeners.
<event> => <listeners> |
AssetManagerTest::testHas |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/AssetManagerTest.php |
|
FileProfilerStorage::find |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Finds profiler tokens for the given criteria. |
FileProfilerStorage::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Reads data associated with the given token. |
language_node_type_update |
function |
drupal/core/modules/language/language.module |
Implements hook_node_type_update(). |
BanIpManager::$connection |
property |
drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php |
The database connection used to check the IP against. |
BanIpManager::__construct |
function |
drupal/core/modules/ban/lib/Drupal/ban/BanIpManager.php |
Construct the BanSubscriber. |
language_modules_disabled |
function |
drupal/core/modules/language/language.module |
Implements hook_modules_disabled(). |