entity_extract_ids |
function |
core/modules/entity/entity.module |
Extracts ID, revision ID, and bundle name from an entity. |
_node_extract_type |
function |
core/modules/node/node.module |
Extracts the type name. |
ArchiverTar::extract |
function |
core/modules/system/system.archiver.inc |
Extracts multiple files in the archive to the specified path. |
ArchiverZip::extract |
function |
core/modules/system/system.archiver.inc |
Extracts multiple files in the archive to the specified path. |
Archive_Tar::extract |
function |
core/modules/system/system.tar.inc |
|
field_extract_bundle |
function |
core/modules/field/field.module |
Helper function to extract the bundle name of from a bundle object. |
views_date_sql_extract |
function |
core/modules/views/includes/utility.inc |
Helper function to create cross-database SQL date extraction. |
Archive_Tar::extractList |
function |
core/modules/system/system.tar.inc |
This method extract from the archive only the files indicated in the
$p_filelist. These files are extracted in the current directory or
in the directory indicated by the optional $p_path parameter.
If indicated the $p_remove_path can be used in the… |
search_expression_extract |
function |
core/modules/search/search.module |
Extracts a module-specific search option from a search expression. |
ArchiverInterface::extract |
function |
core/includes/archiver.inc |
Extracts multiple files in the archive to the specified path. |
Archive_Tar::extractModify |
function |
core/modules/system/system.tar.inc |
This method extract all the content of the archive in the directory
indicated by $p_path. When relevant the memorized path of the
files/dir can be modified by removing the $p_remove_path path at the
beginning of the file/dir path.
While extracting a… |
list_extract_allowed_values |
function |
core/modules/field/modules/list/list.module |
Parses a string of 'allowed values' into an array. |
Archive_Tar::extractInString |
function |
core/modules/system/system.tar.inc |
This method extract from the archive one file identified by $p_filename.
The return value is a string with the file content, or NULL on error. |
_redirect_extract_url_options |
function |
core/modules/redirect/redirect.admin.inc |
Extract the query and fragment parts out of an URL field. |
Archive_Tar::_extractInString |
function |
core/modules/system/system.tar.inc |
This method extract from the archive one file identified by $p_filename.
The return value is a string with the file content, or null on error. |
date_sql_handler::sql_extract |
function |
core/modules/date/views/date_sql_handler.inc |
Helper function to create cross-database SQL date extraction. |
installer_manager_archive_extract |
function |
core/modules/installer/installer.manager.inc |
Unpacks a downloaded archive file. |
field_default_extract_form_values |
function |
core/modules/field/field.default.inc |
Extracts field values from submitted form values. |
date_sql_handler::sql_where_extract |
function |
core/modules/date/views/date_sql_handler.inc |
Creates a where clause comparing an extracted date part to an integer. |
_installer_manager_extract_directory |
function |
core/modules/installer/installer.module |
Returns the directory where update archive files should be extracted. |
SearchExpressionInsertExtractTestCase |
class |
core/modules/search/tests/search.test |
Tests search_expression_insert() and search_expression_extract(). |
SearchExpressionInsertExtractTestCase::setUp |
function |
core/modules/search/tests/search.test |
Sets up unit test environment. |
SearchExpressionInsertExtractTestCase::testInsertExtract |
function |
core/modules/search/tests/search.test |
Tests search_expression_insert() and search_expression_extract(). |