IniFileLoader.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php |
|
ClosureLoader.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php |
|
PhpFileLoader.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php |
|
hook_comment_load |
function |
drupal/core/modules/comment/comment.api.php |
Act on comments being loaded from the database. |
LoadTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php |
|
FileStorage::load |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::load(). |
NodeLoadHooksTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadHooksTest.php |
Tests for the hooks invoked during node_load(). |
field_attach_load |
function |
drupal/core/modules/field/field.attach.inc |
Loads fields for the current revisions of a group of entities. |
TwigFormulaLoader |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php |
Loads asset formulae from Twig templates. |
user_load_by_mail |
function |
drupal/core/modules/user/user.module |
Fetches a user object by email address. |
user_load_by_name |
function |
drupal/core/modules/user/user.module |
Fetches a user object by account name. |
_block_load_blocks |
function |
drupal/core/modules/block/block.module |
Loads blocks' information from the database. |
AutoloaderTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/AutoloaderTest.php |
|
hook_file_download |
function |
drupal/core/modules/system/system.api.php |
Control access to private file downloads and specify HTTP headers. |
filter_format_load |
function |
drupal/core/modules/filter/filter.module |
Loads a text format object from the database. |
YamlFileLoader.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php |
|
YamlFileLoaderTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php |
|
Twig_Loader_String |
class |
drupal/core/vendor/twig/twig/lib/Twig/Loader/String.php |
Loads a template from a string. |
YamlFileLoaderTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php |
|
file_load_multiple |
function |
drupal/core/modules/file/file.module |
Loads file entities from the database. |
BaseAsset::$loaded |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php |
|
SaveUploadTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php |
Definition of Drupal\file\Tests\SaveUploadTest. |
_menu_load_objects |
function |
drupal/core/includes/menu.inc |
Loads objects into the map as defined in the $item['load_functions']. |
file_file_download |
function |
drupal/core/modules/file/file.module |
Implements hook_file_download(). |
MapClassLoader.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/MapClassLoader.php |
|
drupal_classloader |
function |
drupal/core/includes/bootstrap.inc |
Initializes and returns the class loader. |
ApcClassLoader.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcClassLoader.php |
|
Sql::load_entities |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Loads all entities contained in the passed-in $results.
.
If the entity belongs to the base table, then it gets stored in
$result->_entity. Otherwise, it gets stored in
$result->_relationship_entities[$relationship_id]; |
FIELD_LOAD_CURRENT |
constant |
drupal/core/modules/field/field.module |
Load the most recent version of an entity's field data. |
taxonomy_term_load |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Return the taxonomy term entity matching a term ID. |
node_load_multiple |
function |
drupal/core/modules/node/node.module |
Loads node entities from the database. |
node_revision_load |
function |
drupal/core/modules/node/node.module |
Loads a node revision from the database. |
YamlFileLoader.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
|
UploadedFile::move |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Moves the file to a new location. |
field_ui_menu_load |
function |
drupal/core/modules/field_ui/field_ui.module |
Menu loader callback: Loads a field instance based on field and bundle name. |
user_external_load |
function |
drupal/core/modules/user/user.module |
Fetches a user object based on an external authentication source. |
user_load_multiple |
function |
drupal/core/modules/user/user.module |
Loads multiple users based on certain conditions. |
ClassLoaderTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.php |
|
ClassLoaderTest.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
image_file_download |
function |
drupal/core/modules/image/image.module |
Implements hook_file_download(). |
views_ui_cache_load |
function |
drupal/core/modules/views/views_ui/views_ui.module |
Specialized menu callback to load a view and check its locked status. |
XmlFileLoader::load |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Loads an XML file. |
CustomXmlFileLoader |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php |
XmlFileLoader with schema validation turned off |
IniFileLoader::load |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php |
Loads a resource. |
ClosureLoader::load |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php |
Loads a Closure. |
PhpFileLoader::load |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php |
Loads a PHP file. |
node_test_node_load |
function |
drupal/core/modules/node/tests/modules/node_test/node_test.module |
Implements hook_node_load(). |
CachedFormulaLoader |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php |
Adds a caching layer to a loader. |
UploadException.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UploadException.php |
|
XmlFileLoader::load |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
Loads an XML file. |