field_sql_storage.info |
file |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.info |
name = Field SQL Storage
description = Stores field data in an SQL database.
package = Core
version = VERSION
core = 8.x
dependencies[] = field
required = TRUE |
AccessManager::applies |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Determine which registered access checks apply to a route. |
PhpStorageTestBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/PhpStorageTestBase.php |
Definition of Drupal\system\Tests\PhpStorage\PhpStorageTestBase. |
PdoProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
NodeAccessLanguageTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php |
Verifies node_access() functionality for multiple languages. |
ImageFieldValidateTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
Test class to check for various validations. |
FileStorageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/FileStorageTest.php |
Overrides \Drupal\simpletest\UnitTestBase::setUp() |
standard_language_list |
function |
drupal/core/includes/standard.inc |
Some common languages with their English and native names. |
AssetManager::getNames |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php |
Returns an array of asset names. |
StorageTestBase::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Sets up unit test environment. |
field_test.storage.inc |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Defines a field storage backend. |
HtmlPageController.php |
file |
drupal/core/lib/Drupal/Core/HtmlPageController.php |
Definition of Drupal\Core\HtmlPageController. |
FileUsageInterface.php |
file |
drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageInterface.php |
Definition of Drupal\file\FileUsage\FileUsageInterface. |
FieldAttachStorageTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Unit test class for storage-related field_attach_* functions. |
DrupalKernel::$storage |
property |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
PHP code storage object to use for the compiled container. |
system_test_page_build |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Implements hook_page_build(). |
language_types_get_all |
function |
drupal/core/includes/bootstrap.inc |
Returns an array of the available language types. |
VocabularyLanguageTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
Tests for the language feature on vocabularies. |
file_validate_is_image |
function |
drupal/core/modules/file/file.module |
Checks that the file is recognized by image_get_info() as an image. |
PackagerFilterTest.php |
file |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/PackagerFilterTest.php |
|
PageTitleFilteringTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php |
|
SelectPagerDefaultTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Tests the pager query select extender. |
image_dimensions_scale |
function |
drupal/core/includes/image.inc |
Scales image dimensions while maintaining aspect ratio. |
language_types_disable |
function |
drupal/core/includes/language.inc |
Disables the given language types. |
ViewExecutable::$pager |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
The used pager plugin used by the current executed view. |
SearchPageTextTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php |
Definition of Drupal\search\Tests\SearchPageTextTest. |
language_from_selected |
function |
drupal/core/includes/language.inc |
Identifies language from configuration. |
SearchPageOverrideTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php |
Tests that hook_search_page runs. |
LanguageManager::reset |
function |
drupal/core/lib/Drupal/Core/Language/LanguageManager.php |
|
_openid_create_message |
function |
drupal/core/modules/openid/openid.inc |
Create a serialized message packet as per spec: $key:$value\n . |
_openid_encode_message |
function |
drupal/core/modules/openid/openid.inc |
Encode a message from _openid_create_message for HTTP Post |
DatabaseStorage::write |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::write(). |
ViewStorageTest::$info |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
The configuration entity information from entity_get_info(). |
SearchLanguageTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php |
Definition of Drupal\search\Tests\SearchLanguageTest. |
SaveUploadTest::$image |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
An image file path for uploading. |
StorageInterface::read |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Reads configuration data from the storage. |
StringStorageInterface |
interface |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Defines the locale string storage interface. |
form_test_storage_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
A multistep form for testing the form storage. |
_menu_clear_page_cache |
function |
drupal/core/includes/menu.inc |
Clears the page and block caches at most twice per page load. |
aggregator_page_source |
function |
drupal/core/modules/aggregator/aggregator.pages.inc |
Page callback: Displays all the items captured from a particular feed. |
hook_image_effect_info |
function |
drupal/core/modules/image/image.api.php |
Define information about image effects provided by a module. |
hook_image_style_flush |
function |
drupal/core/modules/image/image.api.php |
Respond to image style flushing. |
FrontPageTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/FrontPageTest.php |
|
ObjectManagerAware.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php |
|
PluginManagerInterface |
interface |
drupal/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php |
Interface implemented by plugin managers. |
MessageParserInterface |
interface |
drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php |
HTTP message parser interface used to parse HTTP messages into an array |
theme_views_mini_pager |
function |
drupal/core/modules/views/theme/theme.inc |
|
FileStorage::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). |
FileStorage::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll(). |
LanguageItem::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/LanguageItem.php |
Overrides FieldItemBase::setValue(). |